INPUT_MAIL_FILTER(`slowmilt', ``S=inet:8765@your.domain,T=R:40s'')
define(`confMILTER_MACROS_CONNECT', confMILTER_MACROS_CONNECT``,{client_resolve}'')
define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO``, {illegalpipe}'')
define(`confMILTER_MACROS_ENVRCPT', confMILTER_MACROS_ENVRCPT``, {nbadrcpts}'')
Note: You must define the slow.conf ListenPort item, to match this declaration.
The last there items (all begin with define
but may wrap to fit
the window) add sendmail macros to your mc configuration file. These are needed
by the milter.
${client_resolve}
macro tells the milter if the senders
hostname is forged.${illegalpipe}
macro tells the milter if illegal piplining
was attempted after sending the SMTP EHLO/HELO.${nbadrcpts}
macro tells the milter how many envelope
recipients were bad. (Available with V8.13 sendmail only.)