Jan, changing client=yes to client=no did the trick!
It all works now.
Thanks for your help.
James.
On 16/11/2006, at 5:53 PM, Jan Meijer wrote:
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.