This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment="SSLPIDFILE=/run/pop3d-ssl.pid" "LOCKFILE=/run/pop3d-ssl.pid.lock"
-
EnvironmentFile=/etc/courier/pop3d /etc/courier/pop3d-ssl
-
ExecStart=/usr/bin/env - /bin/sh -c " set -a ; . /etc/courier/pop3d ; . /etc/courier/pop3d-ssl ; POP3_TLS=1; POP3_STARTTLS=NO; POP3_TLS_REQUIRED=0; PROXY_HOSTNAME=$PROXY_HOSTNAME ; /usr/sbin/courierlogger -pid=$SSLPIDFILE -start $SSLLOGGEROPTS /usr/lib/courier-imap/couriertcpd -address=$SSLADDRESS -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP $TCPDOPTS $SSLPORT $COURIERTLS -server -tcpd /usr/sbin/pop3login /usr/sbin/pop3d $MAILDIRPATH"
-
ExecStart=/usr/sbin/pop3d-ssl start
-
ExecStop=/usr/sbin/courierlogger -pid=$SSLPIDFILE -stop
-
ExecStop=/usr/sbin/pop3d-ssl stop
-
ExecStopPost=/usr/bin/rm $SSLPIDFILE $LOCKFILE
-
LimitNOFILE=65536
-
PIDFile=/run/courier/pop3d-ssl.pid
-
PIDFile=/run/pop3d-ssl.pid
-
Restart=always
-
Type=forking
-
-
[Unit]
-
After=courier-authdaemon.service
-
After=syslog.target network.target courier-authdaemon.target courier-authdaemon.service courier-pop-gencert.service
-
Description=Courier POP3 (SSL)
-
Description=Courier POP3 Daemon (SSL)
-
Requires=courier-authdaemon.service
-
Wants=courier-authdaemon.service courier-pop-gencert.service
-
Additionnal notes
Nothing here.