* The dkim_status ACL condition may now be used in data ACLs * The dkim_verbose logging control also enables logging of signing * The dkim_timestamps signing option now accepts zero to include a current timestamp but no expiry timestamp. * The recipients_max main option is now expanded. * Setting variables for "exim -be" can set a tainted value. * A dns:fail event. * The dsearch lookup supports search for a sub-path. * Include mailtest utility for simple connection checking. * Add SMTP WELLKNOWN extension. OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=290
28 lines
713 B
Desktop File
28 lines
713 B
Desktop File
[Unit]
|
|
Description=Exim Mail Transport Agent
|
|
After=network.target
|
|
Conflicts=sendmail.service postfix.service
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
# exim needs to access ~/.forward and MDA-files to for local delivery
|
|
# ProtectHome=true
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
Environment=QUEUE=1h
|
|
EnvironmentFile=-/etc/sysconfig/exim
|
|
ExecStart=/usr/sbin/exim $EXIM_ARGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|