First of all, this is a 4.5.9 Ubuntu installation. I can send via the web interface so the underlying MTA is ok.
However, I have SMTP auth and TLS switched on. I have followed the
wiki article to generate some new self-signed certs so they reflect my domains etc. However, since doing this, whenever I send a message using a thunderbird mail client I get the following in the logs:
Code:
Nov 20 13:58:40 node postfix/smtpd[1544]: connect from remote.server.name[1.2.3.4]
Nov 20 13:58:40 node postfix/smtpd[1544]: setting up TLS connection from remote.server.name[1.2.3.4]
Nov 20 13:58:41 node postfix/smtpd[1544]: TLS connection established from remote.server.name[1.2.3.4]: TLSv1 with cipher AES128-SHA (128/128 bits)
Nov 20 13:58:41 node postfix/master[797]: warning: process /opt/zimbra/postfix-2.2.9/libexec/smtpd pid 1544 killed by signal 11
Nov 20 13:58:41 node postfix/master[797]: warning: /opt/zimbra/postfix-2.2.9/libexec/smtpd: bad command startup -- throttling
...and when using Apple mail I see the following log lines:
Code:
Nov 20 13:59:04 node postfix/smtpd[1151]: connect from remote.server.name[1.2.3.4]
Nov 20 13:59:04 node postfix/smtpd[1151]: setting up TLS connection from remote.server.name[1.2.3.4]
Nov 20 13:59:09 node postfix/smtpd[1151]: SSL_accept error from remote.server.name[1.2.3.4]: 0
Nov 20 13:59:09 node postfix/smtpd[1151]: warning: TLS library problem: 1151:error:14094419:SSL routines:SSL3_READ_BYTES:tlsv1 alert access denied:s3_pkt.c:1057:SSL alert number 49:
Nov 20 13:59:09 node postfix/smtpd[1151]: lost connection after STARTTLS from remote.server.name[1.2.3.4]
Nov 20 13:59:09 node postfix/smtpd[1151]: disconnect from remote.server.name[1.2.3.4]
I couldn't find anything else that indicates a problem - as stated at the top, the web interface works fine. Stumped and totally unsure of how to proceed. Anyone seen this before?