diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-11-24 16:38:14 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-11-24 16:38:14 +0000 |
commit | ae3912cf4a46a82f1ea19736a05a3d5f182e90d5 (patch) | |
tree | 769a627cb88add9880042e4a83d8f9431d3b9f37 /mail/qmail-run/files | |
parent | 858dc16250c819850d95174403d9637538e54043 (diff) | |
download | pkgsrc-ae3912cf4a46a82f1ea19736a05a3d5f182e90d5.tar.gz |
Bump dependency on qmail-acceptutils for new STARTTLS behavior, and
provide the necessary configuration entry.
Diffstat (limited to 'mail/qmail-run/files')
-rw-r--r-- | mail/qmail-run/files/fixsmtpio | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/qmail-run/files/fixsmtpio b/mail/qmail-run/files/fixsmtpio index e66c8b332ba..27da5df5fd0 100644 --- a/mail/qmail-run/files/fixsmtpio +++ b/mail/qmail-run/files/fixsmtpio @@ -17,11 +17,14 @@ :rcpt::451 GL - temporary*::451 greylisted, retry later (#4.7.1) :data::451 GL - temporary*::451 greylisted, retry later (#4.7.1) +# Remove greeting for child process restarted after upgrading to STARTTLS +SSL_CIPHER:greeting::2*:: + ######################################################################## ### For users authenticated via authup(8): -# SMTP conversation already in progress, replace greeting +# Replace greeting for child process started after authenticating AUTHUP_USER:greeting::2*::235 ok, go ahead (#2.0.0) # If client closes connection, tell authup the session succeeded |