diff options
author | John Denker <jsd@av8n.com> | 2012-07-14 12:03:16 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-14 12:03:16 -0700 |
commit | 1177b12fbc82bfa0aef3ebd761bd4d715dd72cbd (patch) | |
tree | f12536ff677ad47aeefdff4c3884b7f62fdc92d3 /tools | |
parent | 19c9ac3977e552670733e119b4cd7d5143da3789 (diff) |
fix bug in auth patch: it was re-assigning stderr,
thereby causing log messages to go astray and break the stmp protocol
Diffstat (limited to 'tools')
-rw-r--r-- | tools/smtp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/smtp.conf b/tools/smtp.conf index 5263f7a..559e2c2 100644 --- a/tools/smtp.conf +++ b/tools/smtp.conf @@ -1,4 +1,5 @@ # /etc/stunnel/smtp.conf +cert = /etc/stunnel/stunnel.pem foreground = yes exec = /var/qmail/bin/qmail-smtpd execargs = qmail-smtpd 0 /var/qmail/rbin/checkpassword - |