This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=POSTGREY_TEXT="Greylisted, see https://postgrey.schweikert.ch/help/%r.html"
-
EnvironmentFile=-/etc/default/postgrey
-
EnvironmentFile=-/etc/sysconfig/postgrey
-
ExecReload=/usr/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/postgrey --inet=127.0.0.1:10030 --pidfile=/run/postgrey/postgrey.pid --group=postgrey --user=postgrey --daemonize --greylist-text="Greylisted for %%s seconds"
-
ExecStart=/usr/sbin/postgrey -d $POSTGREY_CONN_OPTIONS $POSTGREY_DBDIR $POSTGREY_EXTRA_OPTIONS
-
ExecStart=/usr/sbin/postgrey $POSTGREY_OPTS --greylist-text="${POSTGREY_TEXT}"
-
ExecStart=/usr/sbin/postgrey $POSTGREY_TYPE $POSTGREY_PID $POSTGREY_GROUP $POSTGREY_USER '--greylist-text=Greylisted for %%s seconds' --daemonize $POSTGREY_DELAY $POSTGREY_OPTS
-
ExecStartPre=-/bin/rm -f /var/run/postgrey.pid
-
PIDFile=/run/postgrey/postgrey.pid
-
PIDFile=/var/run/postgrey.pid
-
PrivateDevices
Introduced in systemd 209=yes -
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=always
-
RestartSec=1
-
RestartSec=5
-
RestrictRealtime
Introduced in systemd 231=yes -
TimeoutSec=10
-
TimeoutSec=5
-
Type=forking
-
Type=simple
-
-
[Unit]
-
After=var-run.mount nss-lookup.target network.target remote-fs.target time-sync.target
-
Before=mail-transfer-agent.target
-
Before=postfix.service
-
Before=postfix.service exim4.service
-
Description=Postfix Greylisting Service
-
Description=Postfix greylisting policy server
-
Description=Postgrey Greylisting Service
-
Documentation=man:postgrey(8)
-
Requires=var-run.mount
-
Wants=nss-lookup.target network.target remote-fs.target time-sync.target
-
Additionnal notes
Nothing here.