User Tools

Site Tools


Sidebar






newpage

linux:emailserver

This is an old revision of the document!


Email-Server

howto setup, test, spamcheck, …

Testing connections to mailserver:

port 25:

 telnet example.com 25
 Trying 88.88.42.23...
 Connected to example.com.
 Escape character is '^]'.
 220 example.com ESMTP
 ehlo testing
 ...
 

you should receive some STARTTTLS auth lines.


check cert:

 openssl s_client -starttls smtp -crlf -connect synoptx.net:25
linux/emailserver.1323985716.txt.gz · Last modified: 2011/12/15 22:48 by tkilla