summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-08-14 11:01:44 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-08-14 11:01:44 +0000
commita699723e92d5bea4f7e6055047ddbbb35474f274 (patch)
tree38d5a42f498b4510bff71c9b49ded04cb80d77a8 /mail-mta/qmail/files/conf-smtpd-r16
parentStable on ppc, hppa and x86. (diff)
downloadgentoo-2-a699723e92d5bea4f7e6055047ddbbb35474f274.tar.gz
gentoo-2-a699723e92d5bea4f7e6055047ddbbb35474f274.tar.bz2
gentoo-2-a699723e92d5bea4f7e6055047ddbbb35474f274.zip
Fixed dependencies for USE=noauthcram, see bug 83415.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-mta/qmail/files/conf-smtpd-r16')
-rw-r--r--mail-mta/qmail/files/conf-smtpd-r165
1 files changed, 4 insertions, 1 deletions
diff --git a/mail-mta/qmail/files/conf-smtpd-r16 b/mail-mta/qmail/files/conf-smtpd-r16
index 12817730d180..5a4eba5211f3 100644
--- a/mail-mta/qmail/files/conf-smtpd-r16
+++ b/mail-mta/qmail/files/conf-smtpd-r16
@@ -1,5 +1,5 @@
# Configuration file for qmail-smtpd
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/conf-smtpd-r16,v 1.1 2005/06/19 06:52:42 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/conf-smtpd-r16,v 1.2 2005/08/14 11:01:44 hansmi Exp $
# Stuff to run before tcpserver
#QMAIL_TCPSERVER_PRE=""
@@ -34,6 +34,9 @@ TCPSERVER_OPTS="${TCPSERVER_OPTS} -R"
# This next block is for SMTP-AUTH
+# WARNING: If you've installed qmail with USE=noauthcram, and you want to use
+# the following programs, you proably need to install them.
+
# Example using cmd5checkpw
# See the manpage for cmd5checkpw for details on the passwords
#QMAIL_SMTP_CHECKPASSWORD="/bin/cmd5checkpw"