1
I've noticed mails being sent from my gmail account to a mailbox on a centos 7 server are not arriving their destination, but no bounce message returned as well.
This is what I've found in maillog:
Jun 1 14:59:26 myhost postfix/smtpd[31043]: warning: No server certs available. TLS won't be enabled
Jun 1 14:59:26 myhost postfix/smtpd[31043]: connect from mail-wi0-f176.google.com[209.85.212.176]
Jun 1 14:59:26 myhost postfix/smtpd[31043]: lost connection after STARTTLS from mail-wi0-f176.google.com[209.85.212.176]
Jun 1 14:59:26 myhost postfix/cleanup[31045]: 5C764B61E54: message-id=<20150601125926.5C764B61E54@myserver.host>
Jun 1 14:59:26 myhost postfix/smtpd[31043]: disconnect from mail-wi0-f176.google.com[209.85.212.176] Jun 1 14:59:26 myhost postfix/qmgr[25681]: 5C764B61E54: from=, size=953, nrcpt=1 (queue active)
Jun 1 14:59:26 myhost postfix/local[31047]: 5C764B61E54: to=, orig_to=, relay=local, delay=0.44, delays=0.04/0.01/0/0.39, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME)
Jun 1 14:59:26 myhost postfix/qmgr[25681]: 5C764B61E54: removed
There is a self signed certificate on this server, and it used to work until today...
I've also added these lines to mail.cf - but it didn't help:
smtpd_tls_mandatory_protocols = !SSLv2,!SSLv3
smtpd_tls_protocols = !SSLv2,!SSLv3
It says sent, and delivered to command procmail-wrapper. Is there a log for procmail-wrapper? – golimar – 2015-06-03T13:09:21.487
It generates an error message and sends it to root@myserver.... – Dani – 2015-06-05T15:30:40.150