summaryrefslogtreecommitdiff
path: root/mail-mta/netqmail/files/run-qmail-qmtpd
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-10-20 16:34:42 +0100
committerdakkar <dakkar@thenautilus.net>2019-10-20 16:34:42 +0100
commite28b45a67cce5cb46222bd1d7ca12521df5c11a2 (patch)
treed748f4c8410e58a771d7eade068739811c2f730a /mail-mta/netqmail/files/run-qmail-qmtpd
parenttighter USE deps (diff)
downloadgentoo-overlay-e28b45a67cce5cb46222bd1d7ca12521df5c11a2.tar.gz
gentoo-overlay-e28b45a67cce5cb46222bd1d7ca12521df5c11a2.tar.bz2
gentoo-overlay-e28b45a67cce5cb46222bd1d7ca12521df5c11a2.zip
moved outgoingip.patch to user patches
Diffstat (limited to 'mail-mta/netqmail/files/run-qmail-qmtpd')
-rw-r--r--mail-mta/netqmail/files/run-qmail-qmtpd18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail-mta/netqmail/files/run-qmail-qmtpd b/mail-mta/netqmail/files/run-qmail-qmtpd
deleted file mode 100644
index 71c5207..0000000
--- a/mail-mta/netqmail/files/run-qmail-qmtpd
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-# Gentoo Startup script for qmail's QMTP daemon
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/files/run-qmail-qmtpd,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=qmtp
-. /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_QMTP_PRE} /var/qmail/bin/qmail-${SERVICE}d ${QMAIL_QMTP_POST} \
- 2>&1