Quote:
Originally Posted by Kruger81 Well i figured out my problem, so sorry, it was all on my end. The router that they have on site 2 blocks ALL outbound 25.
So i configured a firewall rule and now it works...
The other issue I am having is that the server is routing mail even if i dont have "my server requires authentication" turned on but I am sure this is in the forums somewhere.
Thank you so much for your replys and sorry for wasting your time |
You're welcome and it's not a waste of time.
You really should investigate the use of Authentication (and how to configure it) for remote users and stop using the remote subnet in your mynetworks setting - it really is a problem waiting to happen. What you're doing is allowing unauthorised connection to your server from those IP addresses and any machine that gets compromised on that LAN can relay mail unhindered through your server (this is why they can relay mail without Authentication). In addition, as C&C has mentioned, you'll need to modify the mynetworks setting for the subnet. As you've mentioned a LAN I'm assuming that you have a single public IP address at the remote sites? If you do then restrict the IP range further as a temporary measure until you use Authentication correctly.
You should also use TCP Port 587 For Mail Submission from remote clients:
Mail clients are usually configured to use Port 25 for sending mail, according to the
RFC the correct port should be 587 In Zimbra this port can be enabled by making the following change to /opt/zimbra/postfix/conf/master.cf.in, at the top of that file you'll find the following lines:
#submission inet n - n - - smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_client_restrictions=permit_sasl_authenticate d,reject
uncomment them (leaving the white space at the beginning of the lines 2 & 3) and save the file. You will need to make that change for every upgrade of Zimbra until it's incorporated permanently.
make that change and modify your clients to use that instead of port 25 and obviusly reload postfix and modify your firewall rules.
The Submission Port change is scheduled for the next major release of Zimbra but you could add a vote to this
bug if you want.
Any problems or questions then search the forums for some detailed answers, post to this thread if there's anything you don't understand.