2013-11-06 14:19:55 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Exim Mail Transport Agent
|
|
|
|
After=network.target
|
|
|
|
Conflicts=sendmail.service postfix.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
PrivateTmp=true
|
2021-09-14 14:18:57 +00:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
2022-01-19 11:42:03 +00:00
|
|
|
# exim needs to access ~/.forward and MDA-files to for local delivery
|
|
|
|
# ProtectHome=true
|
2021-09-14 14:18:57 +00:00
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2013-11-06 14:19:55 +00:00
|
|
|
Environment=QUEUE=1h
|
|
|
|
EnvironmentFile=-/etc/sysconfig/exim
|
2015-05-06 21:33:08 +00:00
|
|
|
ExecStart=/usr/sbin/exim $EXIM_ARGS
|
2013-11-06 14:19:55 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|