diff options
author | John Denker <jsd@av8n.com> | 2012-07-13 18:20:28 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-13 18:39:52 -0700 |
commit | bc151ae914c24f8d5461b68015c12c0abe629da2 (patch) | |
tree | a8b463411ba854bc8a4edf81d7c9f5b72b56670c /tools | |
parent | 0d4a1c9ffb636d84c180a703c4070be44bf95f51 (diff) |
stunnel4 "foreground = yes" is important;
otherwise debug msgs from filters wind up on stdout,
breaking the smtp 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 3ff002e..5263f7a 100644 --- a/tools/smtp.conf +++ b/tools/smtp.conf @@ -1,3 +1,4 @@ # /etc/stunnel/smtp.conf +foreground = yes exec = /var/qmail/bin/qmail-smtpd execargs = qmail-smtpd 0 /var/qmail/rbin/checkpassword - |