Hi, In love with OpenSMTPd since a few days I have a question about relaying : is there a way to tell OpenSMTPd to fallback to `smtp when relaying to a MTA with `smtp+tls fails?
A little more information: I send a mail to [email protected]. This domain is handled by mx.example.org, and mx.example.org uses a self-signed certificate. This is my log: smtp-out: Connecting to smtp+tls://1.2.3.4:25 (mx.example.org) on session 123456789... smtp-out: Connected on session 123456789 smtp-out: Error on session 123456789: IO Error: error:14077417:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert illegal parameter smtp-out: Disabling route [] <-> 1.2.3.4 (mx.example.org) for 800s I know this is a self-signed certificate thanks to openssl: `openssl s_client -connect 1.2.3.4:25 -starttls smtp' which returns: [ ] Verify return code: 18 (self signed certificate) [ ] It is quite annoying because my mail stays in the queue (until it expires I think) :/ Thanks, Jérôme Le Gal -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
