Add support for spf, mysql and other small fixes OBS-URL: https://build.opensuse.org/request/show/280598 OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=156
14 lines
272 B
Desktop File
14 lines
272 B
Desktop File
[Unit]
|
|
Description=Exim Mail Transport Agent
|
|
After=network.target
|
|
Conflicts=sendmail.service postfix.service
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
Environment=QUEUE=1h
|
|
EnvironmentFile=-/etc/sysconfig/exim
|
|
ExecStart=/usr/sbin/exim -bd -q${QUEUE}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|