Oops. Indeed, thanks. However, fixing that gave new errors.
Sender: 500 couriertls: connect: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed/Unexpected SSL connec...
Receiver: STARTTLS failed: couriertls: accept: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca
The receiver is bombing now now. Never seen this particular error before.
It's not clear if the receiver is complaining about its own cert, or the cert from the client. It should not be requesting a cert from the client, that's something else. Make sure that TLS_VERIFYPEER=NONE in the receiver's esmtp file.
ESMTP_TLS_VERIFY_DOMAIN and TLS_VERIFYPEER are set to 1, PEER on the sender, tried 1, PEER as well as 0, NONE on the receiver.
The valid values for TLS_VERIFYPEER are "NONE", "PEER", and "REQUIREPEER".
------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
