Hi Falko,
I am trying to install sendmail on another newly installed server following your perfect setup at
http://www.falkotimme.com/howtos/sen..._tls/index.php. When i now try to test if its working and got this result:
debian:~# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 server12.mydomain.com ESMTP Exim 4.50 Mon, 03 Apr 2006 20:11:29 +0100
ehlo localhost
250-server12.mydomain.com Hello localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250 HELP
Thanks.