I have atempted to enable SMTP Auth simply by checking the box, and I confirmed this by running the command.
[zimbra@host ~]$ zmprov getServer host.mydomain.com | grep Auth
zimbraMtaAuthEnabled: TRUE
zimbraMtaAuthHost: host.mydomain.com
zimbraMtaAuthURL:
MyDomain | Domain Names, Web Hosting, and Free Domain Services /service/soap/
zimbraMtaTlsAuthOnly: FALSE
[zimbra@host ~]$
I can easily access mail to my server via port 25 which I though would change to port 587. when attempting to sent mail via port 587 it gives me an error.
[root@host ~]# telnet host.mydomain.com 587
telnet: connect to address xxx.xxx.xxx.13: Connection refused
telnet: Unable to connect to remote host: Connection refused
[root@host ~]#
and successfull if I used port 25
[root@host ~]# telnet host.mydomain.com 25
Trying xxx.xxx.xxx.13...
Connected to host.mydomain.com (xxx.xxx.xxx.13).
Escape character is '^]'.
220 **********************************
HELO
is there some other setting I need to configure, I don't understand how this is supposed to work. There is no firewall running on the server. I have Itables turned off. and there is no services i can see running on port 587 when i netstat -a and grep for the port.
any help would be appreciated.