You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
482 B
20 lines
482 B
4 years ago
|
[Unit]
|
||
|
Description=Sendmail Mail Transport Agent
|
||
|
After=syslog.target network.target
|
||
|
Conflicts=postfix.service exim.service
|
||
|
Wants=sm-client.service
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
StartLimitInterval=0
|
||
|
PIDFile=/run/sendmail.pid
|
||
|
Environment=SENDMAIL_OPTS=-q1h
|
||
|
EnvironmentFile=-/etc/sysconfig/sendmail
|
||
|
ExecStartPre=-/etc/mail/make
|
||
|
ExecStartPre=-/etc/mail/make aliases
|
||
|
ExecStart=/usr/sbin/sendmail -bd $SENDMAIL_OPTS $SENDMAIL_OPTARG
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Also=sm-client.service
|