-> http://www.pug.org/index.php/SMTP_%C3%BCber_TLS_testen
Wenn das gute alte Telnet auf Port 25(tm) einfach am Ende ist…
export CA=/etc/postfix/ssl/cacerts.pem
export CERT=/etc/postfix/ssl/signed-cert.pem
export KEY=/etc/postfix/ssl/key-nopasswd.pem
openssl s_client -starttls smtp -CAfile $CA -cert $CERT -key $KEY -connect mailhost:25
Für SMTP Tests empfehle ich swaks: http://www.jetmore.org/john/code/#swaks
Comment by el*Loco — August 29, 2005 @ 7:17 pm
Danke, das habe ich noch für meine Doku gebraucht.
Comment by Mathias — April 20, 2007 @ 10:54 pm