summaryrefslogtreecommitdiff
path: root/mail-mta/netqmail/files/run-qmail-smtpd
blob: 2be9c8cabf02f63c094c8816268a8c2ab4800395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}${QMAIL_SMTP_POST} \
    2>&1