Jean-Philippe Pialasse
c299cf93c5
- fix configuration for auth per deamon [SME: 12451] - remove deamontools requirement [SME: 12615]
28 lines
761 B
Desktop File
28 lines
761 B
Desktop File
[Unit]
|
|
Description=sqpsmtpd
|
|
After=network.target network-online.target qpsmtpd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
LimitDATA=150000000
|
|
LimitSTACK=150000000
|
|
LimitMEMLOCK=150000000
|
|
Environment=PORT=465 INSTANCES=40 INSTANCES_PER_IP=5 QPSMTPD_CONFIG=/var/service/sqpsmtpd/config PATH=/var/qmail/bin:/bin:/usr/bin:/usr/local/bin TCPLOCALHOST=me
|
|
WorkingDirectory=/var/service/sqpsmtpd/
|
|
|
|
ExecStartPre=/sbin/e-smith/service-status qpsmtpd
|
|
ExecStartPre=/sbin/e-smith/systemd/qpsmtpd-init %N
|
|
ExecStart=/usr/bin/qpsmtpd-forkserver \
|
|
-u qpsmtpd \
|
|
-l 0.0.0.0 \
|
|
-p $PORT \
|
|
-c $INSTANCES \
|
|
-m $INSTANCES_PER_IP
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
RestartSec=20s
|
|
SyslogIdentifier=sqpsmtpd
|
|
|
|
[Install]
|
|
WantedBy=sme-server.target
|