You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/mailfront/files/run-pop3front

10 lines
269 B

#!/bin/sh
SOCKET=`head -n1 /etc/vmailmgr/cvm-vmailmgr-socket`
exec /usr/bin/softlimit -m 2000000 \
/usr/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
0 pop-3 /var/qmail/bin/pop3front-auth cvm-local:${SOCKET} \
/var/qmail/bin/pop3front-maildir .maildir 2>&1