CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/24 15:27:32
Modified files:
usr.sbin/smtpd : mta_session.c
Log message:
Fix a possible fatal() when smtpd is configured to *force* relaying over
SMTPS, that the connection succeeds, but that something causes a failure
in the TLS code path afterwards. Session gets downgraded so it can use a
plaintext connector but since it's not allowed to do so, it fatal()-s.
This didn't impact STARTTLS, only SMTPS.
Issue experienced a few times by stsp@ triggered by a suspend.
ok eric@