[SOLVED] Submission 587 seems changed? Hi All
I upgraded a zimbra oss server to 6.01 this weekend and now seems 587 submission port is not working. Looking in
/opt/zimbra/postfix/conf/master.cf.in
The layout has changed but it looks about right to me,
smtp inet n - n - - smtpd
465 inet n - n - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
submission inet n - n - - smtpd
-o smtpd_etrn_restrictions=reject
-o smtpd_sasl_auth_enable=%%zimbraMtaSaslAuthEnable%%
-o smtpd_client_restrictions=permit_sasl_authenticate d,reject
-o smtpd_tls_security_level=%%zimbraMtaTlsSecurityLev el%%
With submission inet n line which should be the 587 port I believe.
I can telnet to port 587 ok but sending from a client on TLS gives 'Doesnt offer starttls in ehlo response' and SSL spends a lifetime doing nothing.
As the telnet suggested, sending plain text on 587 works fine....
Worked fine before on 5.0 but this seems different.
Any ideas?
K
Here's the final conf derived from above:
465 inet n - n - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
submission inet n - n - - smtpd
-o smtpd_etrn_restrictions=reject
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticate d,reject
-o smtpd_tls_security_level=none
Last edited by kevindods; 09-28-2009 at 02:19 AM..
|