James B. Byrne:
> > Dec 21 12:25:21 mx32 postfix-p25/smtpd[62565]: warning: TLS library problem:
> > error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate
> > unknown:/usr/src/crypto/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert
> > number
> > 46:
> > Dec 21 12:25:21 mx32 postfix-p25/smtpd[62565]: lost connection after
> > STARTTLS
> > from accounting-2.internal.harte-lyne.ca[192.168.216.88]
Results from A web search suggest that this may be a certificate
verification problem.
What is the output from these commands:
postconf -n |grep 'smtpd.*tls'
postconf -P |grep 'smtpd.*tls'
Which of your three smtpd services is the client connecting to?
How can you tell that from Postfix logging?
In master.cf we recommend using a distinct syslog_name setting:
master.cf:
submission inet n - n - - smtpd
-o syslog_name=postfix/submission
...
smtps inet n - n - - smtpd
-o syslog_name=postfix/smtps
...
Taking some of the mystery out of Postfix troubleshooting.
Wietse