
Milter mode
Avira GmbH Avira AntiVir MailGate 12
Add the relevant lines to the sendmail.mc file
(commands beginning with INPUT must be on one line):
For Sendmail 8.11.x:
define(`_FFR_MILTER’, `true’)
INPUT_MAIL_FILTER(`avmilter’,`S=inet:3333@localhost,
F=R, T=S:2m;R:2m;E:10m’)
for Sendmail 8.12.x:
INPUT_MAIL_FILTER(`avmilter’,`S=inet:3333@localhost,
F=R, T=S:2m;R:2m;E:10m’)
Generate the file sendmail.cf
Example:
m4 sendmail.mc > /etc/mail/sendmail.cf
Kommentare zu diesen Handbüchern