diff options
author | Gianni Ceccarelli <dakkar@thenautilus.net> | 2009-05-10 12:04:57 +0000 |
---|---|---|
committer | Gianni Ceccarelli <dakkar@thenautilus.net> | 2009-05-10 12:04:57 +0000 |
commit | 2ba22903f8b3219d9e0bd0abdf2e42db9a1ef834 (patch) | |
tree | 5541c574fb22e2a8b559d45de68498309247b3d0 /mail-mta/netqmail/files/conf-pop3d | |
parent | initial import (diff) | |
download | gentoo-overlay-2ba22903f8b3219d9e0bd0abdf2e42db9a1ef834.tar.gz gentoo-overlay-2ba22903f8b3219d9e0bd0abdf2e42db9a1ef834.tar.bz2 gentoo-overlay-2ba22903f8b3219d9e0bd0abdf2e42db9a1ef834.zip |
netqmail with outgoingip patch
Diffstat (limited to 'mail-mta/netqmail/files/conf-pop3d')
-rw-r--r-- | mail-mta/netqmail/files/conf-pop3d | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail-mta/netqmail/files/conf-pop3d b/mail-mta/netqmail/files/conf-pop3d new file mode 100644 index 0000000..4d9cfdd --- /dev/null +++ b/mail-mta/netqmail/files/conf-pop3d @@ -0,0 +1,29 @@ +# Configuration file for qmail-pop3d +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/files/conf-pop3d,v 1.1 2006/02/12 18:42:33 hansmi Exp $ + +# Stuff to run before tcpserver +#QMAIL_TCPSERVER_PRE="" +# Stuff to run before the authenticator +#QMAIL_POP3_PREAUTH="" +# Stuff to run after the user has authenticated successfully +#QMAIL_POP3_POSTAUTH="" + +# this should contain the FQDN of your server +# by default it pulls the value from qmail +# which should be correct +QMAIL_POP3_POP3HOST="$(<${QMAIL_CONTROLDIR}/me)" + +# If you want POP3 before SMTP, and you are using this POP3 daemon +# uncomment the next two lines +#QMAIL_TCPSERVER_PRE="${QMAIL_TCPSERVER_PRE} envdir /etc/relay-ctrl relay-ctrl-chdir" +#QMAIL_POP3_POSTAUTH="${QMAIL_POP3_POSTAUTH} /usr/bin/relay-ctrl-allow" + +# This controls what password authentication tool POP3 uses +# It must support DJB's checkpassword interface (http://cr.yp.to/checkpwd.html) +QMAIL_POP3_CHECKPASSWORD="/bin/checkpassword" +# cmd5checkpw only validates passwords from /etc/poppasswd +#QMAIL_POP3_CHECKPASSWORD="/bin/cmd5checkpw" + +# The name of the maildir in each user's directory. +# This should be the same thing that defaultdelivery points to +QMAIL_MAILDIR=".maildir" |