Hi all,
I have the same issue like Sridhar and I'm working already for the fix for hours...
Here the current situation:
- Authentication is enabled in the Administrationconsole
- zmprov returns following output:
$ zmprov getServer zimbra01.mit-konkret.de | grep Auth
zimbraMtaAuthEnabled: TRUE
zimbraMtaAuthHost: zimbra01.mit-konkret.de
zimbraMtaAuthTarget: TRUE
zimbraMtaAuthURL:
http://zimbra01.mit-konkret.de:80/service/soap/
zimbraMtaSaslAuthEnable: TRUE
zimbraMtaTlsAuthOnly: TRUE
So far everything looks good! But if I connect with telnet to port 25 I got the same errormessage like connecting to port 587:
$ telnet 10.164.65.17 587
Trying 10.164.65.17...
Connected to 10.164.65.17.
Escape character is '^]'.
ehlo localhost
220 zimbra01.mit-konkret.de ESMTP Postfix
250-zimbra01.mit-konkret.de
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH LOGIN
503 5.5.1 Error: authentication not enabled
Why is the MTA authentication enabled in the configuration and not applied to the server?
How can I fix this issue?
Thanks
Dieter