diff options
author | 2004-05-30 11:04:29 +0000 | |
---|---|---|
committer | 2004-05-30 11:04:29 +0000 | |
commit | 6fc091027cadeadead26db54e3b3ff20e0c5f4c7 (patch) | |
tree | 1ee5bb66903e97b3d4fe8adeb7d7a7dd9b5df1e8 /net-mail/qmail/files/run-qmailpop3d | |
parent | fixup for qmail move. (Manifest recommit) (diff) | |
download | gentoo-2-6fc091027cadeadead26db54e3b3ff20e0c5f4c7.tar.gz gentoo-2-6fc091027cadeadead26db54e3b3ff20e0c5f4c7.tar.bz2 gentoo-2-6fc091027cadeadead26db54e3b3ff20e0c5f4c7.zip |
move qmail-mysql, qmail-ldap, qmail to mail-mta/.
Diffstat (limited to 'net-mail/qmail/files/run-qmailpop3d')
-rw-r--r-- | net-mail/qmail/files/run-qmailpop3d | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-mail/qmail/files/run-qmailpop3d b/net-mail/qmail/files/run-qmailpop3d deleted file mode 100644 index 358c98c21546..000000000000 --- a/net-mail/qmail/files/run-qmailpop3d +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# Gentoo Startup script for qmail's POP3 daemon -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/run-qmailpop3d,v 1.2 2004/01/20 09:35:05 robbat2 Exp $ -# -# If you need to edit this file, please look at editing conf-pop3d 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=pop3 -source /var/qmail/bin/qmail-config-system && \ -exec /usr/bin/softlimit ${SOFTLIMIT_OPTS} \ - /usr/bin/tcpserver ${TCPSERVER_OPTS} -x ${TCPSERVER_RULESCDB} \ - -c ${MAXCONN} \ - ${TCPSERVER_HOST} ${TCPSERVER_PORT} \ - ${QMAIL_POP3_PREAUTH} /var/qmail/bin/qmail-popup ${QMAIL_POP3_POP3HOST} \ - ${QMAIL_POP3_CHECKPASSWORD} ${QMAIL_POP3_POSTAUTH} \ - /var/qmail/bin/qmail-pop3d ${QMAIL_MAILDIR} 2>&1 |