File netqmail-pop3d.service of Package netqmail
# (C) 2011,2012,2022 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.
[Unit]
Description=POP3 daemon for retrieving mail from a user's ~/Maildir
After=local-fs.target
[Service]
Environment=PATH=@QMAIL_EXECDIR@:/bin:/usr/bin:/sbin:/usr/sbin
WorkingDirectory=@QMAIL_HOME@
ExecStart=tcpserver -R -v -x /etc/tcprules.pop3d.cdb -c 40 0 0 \
qmail-popup @HOSTNAME@ \
checkpassword-pam -s pop3 -- \
qmail-pop3d Maildir
SyslogIdentifier=qmail-pop3d
StandardInput=null
SyslogFacility=mail
SyslogIdentifier=pop3d
SyslogLevel=notice
SyslogLevelPrefix=false