Source: Greylisting – fight Spam with Postgrey and Postfix on Debian and Ubuntu
Tag: mailserver
how to inspect remote SMTP server TLS certificate
openssl s_client -connect host.domain.de:25 -starttls smtp | openssl x509 -text
echo | openssl s_client -connect mx1.wiretrip.de:25 -starttls smtp | openssl x509 -dates