Commit f96a2ad1 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We no longer need to refer to m4/cf.m4 specifically

parent 47024519
......@@ -52,7 +52,7 @@ all: sendmail-config mail-aliases sendmail-default sm-client-service sendmail-se
@echo "$$MAIL_ALIASES" > /etc/mail/aliases
newaliases
install -v -Dm644 sendmail.mc /etc/mail
cd /etc/mail && m4 m4/cf.m4 sendmail.mc > sendmail.cf
cd /etc/mail && m4 sendmail.mc > sendmail.cf
@echo "$$SENDMAIL_DEFAULT" > /etc/default/sendmail
@echo "$$SM_CLIENT_SERVICE" > /lib/systemd/system/sm-client.service
systemctl enable sm-client.service
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment