On Thursday 10 of November 2005 10:06, Louis Young wrote:
[ssmtp] accept = 465 connect = 25
[cut]
louislaptop:/usr/local/etc/stunnel # telnet localhost 25
[cut]
Works fine. I get the SMTP prompt.
[cut]
louislaptop:/usr/local/etc/stunnel # telnet localhost 465
[cut]
No SMTP prompt.
You've configured SSL on port 465, so you should use something like "openssl s_client" instead of "telnet" for testing.
Best regards, Mike