diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-11-30 03:00:32 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-11-30 03:00:32 +0000 |
commit | 9df684531a03d495c78c68b819e2b697e2a0952e (patch) | |
tree | 05d3dde9e0833b60c944b1d30a1f72a713ec2749 /net-mail/qmail/files | |
parent | ver bump (diff) | |
download | historical-9df684531a03d495c78c68b819e2b697e2a0952e.tar.gz historical-9df684531a03d495c78c68b819e2b697e2a0952e.tar.bz2 historical-9df684531a03d495c78c68b819e2b697e2a0952e.zip |
fix weird pre/post bug in conf-smtpd
Diffstat (limited to 'net-mail/qmail/files')
-rw-r--r-- | net-mail/qmail/files/1.03-r13/conf-smtpd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmail/files/1.03-r13/conf-smtpd b/net-mail/qmail/files/1.03-r13/conf-smtpd index 89f22f9d3dc4..d61c75dd3834 100644 --- a/net-mail/qmail/files/1.03-r13/conf-smtpd +++ b/net-mail/qmail/files/1.03-r13/conf-smtpd @@ -1,5 +1,5 @@ # Configuration file for qmail-smtpd -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r13/conf-smtpd,v 1.1 2003/10/27 09:42:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r13/conf-smtpd,v 1.2 2003/11/30 03:00:20 robbat2 Exp $ # Stuff to run before tcpserver #QMAIL_TCPSERVER_PRE="" @@ -18,7 +18,7 @@ TCPSERVER_OPTS="${TCPSERVER_OPTS} -R" # If you are interested in providing POP or IMAP before SMTP type relaying, # emerge relay-ctrl, then uncomment the next 2 lines #QMAIL_TCPSERVER_PRE="${QMAIL_TCPSERVER_PRE} envdir /etc/relay-ctrl relay-ctrl-chdir" -#QMAIL_SMTP_POST="${QMAIL_SMTP_POST} relay-ctrl-check" +#QMAIL_SMTP_PRE="${QMAIL_SMTP_PRE} relay-ctrl-check" # In /etc/courier-imap/authdaemonrc add the next line to the end: #authmodulelist="${authmodulelist} relay-ctrl-allow" # Then in /etc/courier-imap/{imapd,imapd-ssl,pop3d,pop3d-ssl} |