Gilles Chehade wrote:
> 
> Can you apply the following and confirm that it fixes your issue ?

Yes it does. With STARTTLS enabled on the remote host TLS is now used:

smtpd[22768]: smtp-out: Connecting to smtp+tls://... (...) on session 
0000000545d10291...
smtpd[22768]: smtp-out: Connected on session 0000000545d10291
smtpd[22768]: smtp-out: Started TLS on session 0000000545d10291: 
version=TLSv1/SSLv3, cipher=DHE-RSA-AES256-SHA, bits=256
smtpd[22768]: smtp-out: Server certificate verification succeeded on session 
0000000545d10291
smtpd[22768]: smtp-out: Closing session 0000000545d10291: 1 message sent.

and also tested that fallback to plaintext works with STARTTLS disabled:

smtpd[22768]: smtp-out: Connecting to smtp+tls://... (...) on session 
00000002022745ee...
smtpd[22768]: smtp-out: Connected on session 00000002022745ee
smtpd[22768]: smtp-out: Closing session 00000002022745ee: 1 message sent.

Thank you!

-- 
Ossi

-- 
You received this email because you are subscribed to the "misc@opensmtpd.org" 
list
To unsubscribe, send mail with subject: [misc@opensmtpd.org] unregister

Reply via email to