mirror of
https://github.com/donl/rmilter.git
synced 2026-05-26 22:06:53 -06:00
11 lines
208 B
SYSTEMD
11 lines
208 B
SYSTEMD
[Unit]
|
|
Description=Another sendmail milter for different mail checks
|
|
|
|
[Socket]
|
|
ListenStream=/var/run/rmilter/rmilter.sock
|
|
SocketUser=_rmilter
|
|
SocketGroup=adm
|
|
SocketMode=660
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|