File start-pop3-tcpserver of Package netqmail
#!/bin/ash # (C) 2011 Peter Conrad <conrad@quisquis.de> # # This file is licensed under the terms of the # GNU General Public License Version 2. A copy of these terms should be # enclosed as "gpl-2.0.txt" in the package containing this file. exec tcpserver -R -v -x /etc/tcprules.pop3d.cdb \ -c 40 0 110 \ qmail-popup "$(hostname --fqdn)" \ checkpassword-pam -s pop3 -- \ qmail-pop3d Maildir 2>&1