diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 10:50:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 10:50:14 +0000 |
commit | da6a5e64d9980edc9286f5665e06233b0e425f3f (patch) | |
tree | 2320220ce4c4ed825f62f89df6dcade1f1ae8ae1 /mail-mta/qmail/files/run-qmailqmqpd | |
parent | Version bump #49608 by Daniel Webert. (diff) | |
download | gentoo-2-da6a5e64d9980edc9286f5665e06233b0e425f3f.tar.gz gentoo-2-da6a5e64d9980edc9286f5665e06233b0e425f3f.tar.bz2 gentoo-2-da6a5e64d9980edc9286f5665e06233b0e425f3f.zip |
move net-mail/qmail to mail-mta/qmail.
Diffstat (limited to 'mail-mta/qmail/files/run-qmailqmqpd')
-rw-r--r-- | mail-mta/qmail/files/run-qmailqmqpd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail-mta/qmail/files/run-qmailqmqpd b/mail-mta/qmail/files/run-qmailqmqpd new file mode 100644 index 000000000000..316feee4b00f --- /dev/null +++ b/mail-mta/qmail/files/run-qmailqmqpd @@ -0,0 +1,17 @@ +#!/bin/sh +# Gentoo Startup script for qmail's QMQP daemon +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/run-qmailqmqpd,v 1.1 2004/05/30 10:50:13 robbat2 Exp $ +# +# If you need to edit this file, please look at editing conf-qmqpd 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 +# modification can be make possible via the configuration files +SERVICE=qmqp +source /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_QMQP_PRE} /var/qmail/bin/qmail-${SERVICE}d ${QMAIL_QMQP_POST} \ + 2>&1 |