Brian Szymanski wrote:
Does that mean running out of good old daemontools is deprecated?

Not at all. You just don't use tcpserver any more (this is my actual run script):

#!/bin/sh
exec 2>&1 \
envdir ./env \
sh -c '
    exec \
        softlimit ${DATALIMIT+"-d$DATALIMIT"} \
        ${PERL-perl} -T ./qpsmtpd-forkserver \
        --listen-address "${IP-0}" \
        --port "${PORT-25}" \
        --port "${SSLPORT-465}" \
        --port "${SUBMISSION-587}"\
        --limit-connections "${MAXCLIENTS-15}" \
        --max-from-ip "${MAXCONNECTIONS-5}" \
        --user "${QPUSER-smtpd}"
'

John

--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748

Reply via email to