Commit cf563cd5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

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

parent 12427ea7
...@@ -39,7 +39,7 @@ all: mimedefang-service mimedefang-multiplexor-service ...@@ -39,7 +39,7 @@ all: mimedefang-service mimedefang-multiplexor-service
if [ -f "/etc/mail/sendmail.mc" ]; then \ if [ -f "/etc/mail/sendmail.mc" ]; then \
cd /etc/mail ; \ cd /etc/mail ; \
sed -i "x;/./{x;b};x;/^MAILER(/h;//iINPUT_MAIL_FILTER(\`mimedefang', \`S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=S:360s;R:360s;E:15m')dnl" sendmail.mc ;\ sed -i "x;/./{x;b};x;/^MAILER(/h;//iINPUT_MAIL_FILTER(\`mimedefang', \`S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=S:360s;R:360s;E:15m')dnl" sendmail.mc ;\
m4 m4/cf.m4 sendmail.mc > sendmail.cf ; \ m4 sendmail.mc > sendmail.cf ; \
fi fi
rm -rf mimedefang-2.84 rm -rf mimedefang-2.84
......
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