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/run-qmail-smtpd | |
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/run-qmail-smtpd')
-rw-r--r-- | mail-mta/netqmail/files/run-qmail-smtpd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail-mta/netqmail/files/run-qmail-smtpd b/mail-mta/netqmail/files/run-qmail-smtpd new file mode 100644 index 0000000..2be9c8c --- /dev/null +++ b/mail-mta/netqmail/files/run-qmail-smtpd @@ -0,0 +1,18 @@ +#!/bin/bash +# Gentoo Startup script for qmail's SMTP daemon +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/files/run-qmail-smtpd,v 1.1 2006/02/12 18:42:33 hansmi Exp $ + +# If you need to edit this file, please look at editing conf-smtpd and +# conf-common first. If you still need to change this file, you should probably +# file a bug on the bugzilla saying what you wanted to change so that +# modifications can be made possible via the configuration files. + +SERVICE=smtp +. /var/qmail/bin/qmail-config-system && \ +exec /usr/bin/softlimit ${SOFTLIMIT_OPTS} \ + ${QMAIL_TCPSERVER_PRE} \ + /usr/bin/tcpserver ${TCPSERVER_OPTS} -x ${TCPSERVER_RULESCDB} \ + -c ${MAXCONN} -u ${QMAILDUID} -g ${NOFILESGID} \ + ${TCPSERVER_HOST} ${TCPSERVER_PORT} \ + ${QMAIL_SMTP_PRE} /var/qmail/bin/qmail-${SERVICE}d ${QMAIL_SMTP_POST} \ + 2>&1 |