View | Details | Raw Unified
Collapse All | Expand All

(-) /var/tmp/portage/qmail-1.03-r16/image/var/qmail/control/conf-pop3d (+9 lines)
 Lines 27-29    Link Here 
# The name of the maildir in each user's directory.
# The name of the maildir in each user's directory.
# This should be the same thing that defaultdelivery points to
# This should be the same thing that defaultdelivery points to
QMAIL_MAILDIR=".maildir"
QMAIL_MAILDIR=".maildir"
TCPSERVER="/usr/bin/sslserver"
TCPSERVER_PORT="pop3s"
TCPSERVER_OPTS="${TCPSERVER_OPTS} -v"
export CAFILE="/var/qmail/control/servercert.pem"
export CADIR="/usr/share/ca-certificates"
export CERTFILE="/var/qmail/control/servercert.pem"
export KEYFILE="/var/qmail/control/servercert.pem"
(-) /var/tmp/portage/qmail-1.03-r16/image/var/qmail/supervise/qmail-pop3d/run (-1 / +1 lines)
 Lines 10-16    Link Here 
source /var/qmail/bin/qmail-config-system && \
source /var/qmail/bin/qmail-config-system && \
exec /usr/bin/softlimit ${SOFTLIMIT_OPTS} \
exec /usr/bin/softlimit ${SOFTLIMIT_OPTS} \
    ${QMAIL_TCPSERVER_PRE} \
    ${QMAIL_TCPSERVER_PRE} \
    /usr/bin/tcpserver ${TCPSERVER_OPTS} -x ${TCPSERVER_RULESCDB} \
    ${TCPSERVER} ${TCPSERVER_OPTS} -x ${TCPSERVER_RULESCDB} \
    -c ${MAXCONN} \
    -c ${MAXCONN} \
    ${TCPSERVER_HOST} ${TCPSERVER_PORT} \
    ${TCPSERVER_HOST} ${TCPSERVER_PORT} \
    ${QMAIL_POP3_PREAUTH} /var/qmail/bin/qmail-popup ${QMAIL_POP3_POP3HOST} \
    ${QMAIL_POP3_PREAUTH} /var/qmail/bin/qmail-popup ${QMAIL_POP3_POP3HOST} \