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-qmtpd | |
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-qmtpd')
-rw-r--r-- | mail-mta/netqmail/files/conf-qmtpd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail-mta/netqmail/files/conf-qmtpd b/mail-mta/netqmail/files/conf-qmtpd new file mode 100644 index 0000000..7116efc --- /dev/null +++ b/mail-mta/netqmail/files/conf-qmtpd @@ -0,0 +1,18 @@ +# Configuration file for qmail-qmtpd +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/files/conf-qmtpd,v 1.1 2006/02/12 18:42:33 hansmi Exp $ + +# For more information on making your servers talk QMTP +# see http://cr.yp.to/im/mxps.html + +# Stuff to run before tcpserver +#QMAIL_TCPSERVER_PRE="" +# Stuff to run qmail-qmtpd +#QMAIL_QMTP_PRE="" +# Stuff to after qmail-qmtpd +#QMAIL_QMTP_POST="" + +# this turns off the IDENT grab attempt on connecting +TCPSERVER_OPTS="${TCPSERVER_OPTS} -R" + +# I don't trust /etc/services to have obscure ports +TCPSERVER_PORT=209 |