Quote:
Originally Posted by raj this is a Default behaviour. no user (outside your local network or whats allowed in ZimbraMtaMyNetworks ) should be able to send email without SMTP AUTH.
if you seeing your users/email clients send email out "without" SMTP AUTH then you need to check your "ZimbraMtaMyNetworks" settings and you may edit it to restrict even the local network (make sure to allow 127.0.0.1 and Zimbra's own local ip)
there is more info here: ZimbraMtaMyNetworks - Zimbra :: Wiki
Raj |
Hi Raj,
Thanks for the reply. I did the same in my server but still am able to send mails without authentication
Here are some of the outputs of my server.
-----------------------------------------------------------------------------------------------------------------------------------
zmprov modifyServer testmail.impxxxx.co.in zimbraMtaMyNetworks '127.0.0.0/8 192.168.103.50/32'
[zimbra@testmail ~]$ postconf mynetworks
mynetworks = 127.0.0.0/8 192.168.103.50/32
[zimbra@testmail ~]$
Here 192.168.103.50 is my zimbra server’s ip
------------------------------------------------------------------------------------------------------------------------------------
[zimbra@testmail ~]$ zmprov getServer testmail. impxxxx.co.in | grep Auth
zimbraMtaAuthEnabled: TRUE
zimbraMtaAuthHost: testmail. impxxxx.co.in
zimbraMtaAuthTarget: TRUE
zimbraMtaAuthURL:
http://testmail. impxxxx.co.in:80/service/soap/
zimbraMtaSaslAuthEnable: TRUE
zimbraMtaTlsAuthOnly: TRUE
-------------------------------------------------------------------------------------------------------------------------------------
[zimbra@testmail ~]$ zmprov getServer testmail.impxxxx.co.in | grep Mode
zimbraBackupMode: Standard
zimbraMailMode: mixed
zimbraMailReferMode: wronghost
zimbraReverseProxyImapStartTlsMode: only
zimbraReverseProxyMailMode: http
zimbraReverseProxyPop3StartTlsMode: only
Please let me know if you need more info from my side.