summaryrefslogtreecommitdiff
blob: ddf8b82d59ec63f039c77c6b36949be632c7b03a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# Gentoo Startup script for qmail's POP3 daemon
# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/run-qmailpop3d,v 1.1 2004/05/30 10:50:13 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