baldur2630
25th January 2007, 13:26
I followed all th steps and everything seemed to go fine until I reached the end
To see if SMTP-AUTH and TLS work properly now run the following command:
telnet localhost 25
After you have established the connection to your sendmail mail server type
ehlo localhost
If you see the lines
250-STARTTLS
and
250-AUTH
everything is fine
ELSE seemed to be missing, because everything worked and sendmail was running, but STARTTLS and AUTH was not seen
/etc/init.d/saslauthd start seemed to start OK
Where to now?
sm
To see if SMTP-AUTH and TLS work properly now run the following command:
telnet localhost 25
After you have established the connection to your sendmail mail server type
ehlo localhost
If you see the lines
250-STARTTLS
and
250-AUTH
everything is fine
ELSE seemed to be missing, because everything worked and sendmail was running, but STARTTLS and AUTH was not seen
/etc/init.d/saslauthd start seemed to start OK
Where to now?
sm