Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 123897 | Differences between
and this patch

Collapse All | Expand All

(-)/var/tmp/portage/qmail-1.03-r16/image/var/qmail/control/conf-pop3d (+9 lines)
Lines 27-29 Link Here
27
# The name of the maildir in each user's directory.
28
# The name of the maildir in each user's directory.
28
# This should be the same thing that defaultdelivery points to
29
# This should be the same thing that defaultdelivery points to
29
QMAIL_MAILDIR=".maildir"
30
QMAIL_MAILDIR=".maildir"
31
32
TCPSERVER="/usr/bin/sslserver"
33
TCPSERVER_PORT="pop3s"
34
TCPSERVER_OPTS="${TCPSERVER_OPTS} -v"
35
36
export CAFILE="/var/qmail/control/servercert.pem"
37
export CADIR="/usr/share/ca-certificates"
38
export CERTFILE="/var/qmail/control/servercert.pem"
39
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
10
source /var/qmail/bin/qmail-config-system && \
10
source /var/qmail/bin/qmail-config-system && \
11
exec /usr/bin/softlimit ${SOFTLIMIT_OPTS} \
11
exec /usr/bin/softlimit ${SOFTLIMIT_OPTS} \
12
    ${QMAIL_TCPSERVER_PRE} \
12
    ${QMAIL_TCPSERVER_PRE} \
13
    /usr/bin/tcpserver ${TCPSERVER_OPTS} -x ${TCPSERVER_RULESCDB} \
13
    ${TCPSERVER} ${TCPSERVER_OPTS} -x ${TCPSERVER_RULESCDB} \
14
    -c ${MAXCONN} \
14
    -c ${MAXCONN} \
15
    ${TCPSERVER_HOST} ${TCPSERVER_PORT} \
15
    ${TCPSERVER_HOST} ${TCPSERVER_PORT} \
16
    ${QMAIL_POP3_PREAUTH} /var/qmail/bin/qmail-popup ${QMAIL_POP3_POP3HOST} \
16
    ${QMAIL_POP3_PREAUTH} /var/qmail/bin/qmail-popup ${QMAIL_POP3_POP3HOST} \

Return to bug 123897