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 -
PrivateDevicesIntroduced in systemd 209=yes -
ProtectClockIntroduced in systemd 245=yes -
ProtectControlGroupsIntroduced in systemd 232=yes -
ProtectHomeIntroduced in systemd 214=yes -
ProtectHostnameIntroduced in systemd 242=yes -
ProtectKernelLogsIntroduced in systemd 244=yes -
ProtectKernelModulesIntroduced in systemd 232=yes -
ProtectKernelTunablesIntroduced in systemd 232=yes -
ProtectSystemIntroduced in systemd 214=full -
Restart=always -
RestartSec=1 -
RestartSec=5 -
RestrictRealtimeIntroduced 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.