![]() |
Security Issue in Mailserver after ISPConfig installation
Hello folks,
i was going along lucky with ISPConfig for half a year but today in the morning I've received an email from our university network administrator. It states that the server I've set up after "The Perfect Setup of ISPConfig for Suse 9.3" has an open mail relay; and whether I could arrange for it to be closed please :eek: I am a bit confused now as I thought the installation routine was quite worked out. Is it because we can send emails at the moment without requested authentication? Any help would be appreciated. Thanks!!! |
The howto configures your server not as open relay. Please post your main.cf file.
|
Here is /etc/postfix/main.cf
Code:
Thanks in beforehand for all the efforts! |
What's the output of
Code:
postconf -d|grep mynetworksCode:
postconf -n|grep mynetworks |
Sorry for a late reply falko but our offices were closed during the weekend due to some technical problems. Here are outputs you wanted to see
postconf -d|grep mynetworks Code:
mynetworks = 127.0.0.0/8 149.170.0.0/16postconf -n|grep mynetworks Code:
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains |
Please change mynetworks from:
mynetworks = 127.0.0.0/8 149.170.0.0/16 to: mynetworks = 127.0.0.0/8 Do you have any relay domains defined? |
Hi till,
cheers for the fast reply! I did change the "mynetworks" settings like you've said. I didn't do anything different from the description given in the HOWTO "The Perfect Setup of ISPConfig for Suse 9.3". Hope this gives you the answer you wanted. Is the problem with the open rely issue solved by applying the corrections you've suggested? Many thanks! |
The 149.170.0.0/16 told your network/postfix that anyone with an IP from149.170.0.1 to 149.170.255.254 was a local user and okay to use your mailserver. (about 64770 IP's)
Quote:
|
Quote:
Maybe do a rootkit scan, to see if you are okay? More info @ www.rootkit.nl/ |
| All times are GMT +2. The time now is 03:06. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.