> Ugo Bellavance <iolubik@...> wrote:
>
> > I've been using milter-greylist for a while and I must say
> it works
> > great. Recently, I have been trying to install
> milter-sender (besides
> > milter-greylist, to replace milter-ahead), and had a hard
> time and it
> > may be because of the way milter-greylist is configured (either by
> > using the .m4 file or adding entries directly to the sendmail.mc
> > file).
>
> Erm... Tonight, I had a peek to milter-greylist.m4, which I
> should have done earlier (I did it a long time ago when I
> checked it in, but did not remebered what it contained).
>
> That m4 file seems to append the nescessary macro without
> ever removing anything. It seems to do the things correctly.
>
> Did anyone ever experienced any problem using
> milter-greylist.m4 and other milters?
>
> I suspect the only problem people encountered are because
> they copied and pasted the m4 lines from the README without
> making any change. The whole issue may just be about a
> missing explanation about the m4 macros proposed in the README.
>
> --
> Emmanuel Dreyfus
> manu@netbsd.org
I initially had problems with milter-sender crashing, using the proposed
macros for milter-greylist.
Currently using the following macros in the sendmail.mc file, both
milter-greylist and milter-sender are running fine.
define(`confMILTER_MACROS_CONNECT', `j, _, {daemon_name}, {if_name},
{if_addr}, {client_addr}, {client_name}, {client_port},
{client_resolve}')
define(`confMILTER_MACROS_HELO', `{tls_version}, {cipher},
{cipher_bits}, {cert_subject}, {cert_issuer}, {verify}')
define(`confMILTER_MACROS_ENVFROM', `i, {auth_type}, {auth_authen},
{auth_ssf}, {auth_author}, {mail_mailer}, {mail_host}, {mail_addr}')
define(`confMILTER_MACROS_ENVRCPT', `{rcpt_mailer}, {rcpt_host},
{rcpt_addr}, {greylist}')
define(`confMILTER_MACROS_EOM', `{msg_id}')
Adri.Message
RE: [milter-greylist] Configuration documentation
2006-06-16 by Adri Koppes
Attachments
- No local attachments were found for this message.