On Thu, 16 Nov 2006, James Brown wrote:
I'm trying to set up an SSL connection from stunnel to Postfix, but can not get it to work.
Are you trying to do smtp-client (e.g. Thunderbird) <-TLS-> Stunnel <-plain-> Postfix?
If so you might want to remove the 'client=yes' bit.
protocol = smtp
sslVersion = all
;[pop3s] ;accept = 995 ;connect = 110
;[imaps] ;accept = 993 ;connect = 143
[ssmtp] client = yes accept = 465 connect = 25
and put protocol = smtp here.