Quote:
Originally Posted by vavai To remove your LAN from trusted network, mark your Zimbra ip with /32 subnet instead of the default /24, so your trusted network should be look like this :
127.0.0.0/8 192.168.10.1/32 (if your Zimbra IP = 192.168.10.1)
Why your client need SMTP auth because you force it to use TLS only. |
Sure, except loopback address, all other Trust Network was /32.
Now the MTA is "TLS authentication only" but why the port 25 still allow send mail without any authentication (test by telnet mta.mydomain.com 25). And why the mail client (like MS outlook, outlook express) have to set
"My outgoing server (SMTP) requires authentication" (this is what I expect). I'm taking about LAN users.
more clear: I put my MTA in DMZ, trusted network is: 127.0.0.0/8, zimbra-mailbox-ip/32,zimbra-mta-ip/32 and nothing else