Re: Relaydelay - NULL relay_ip
Ken Raeburn <[email protected]>
| Newsgroups | gmane.mail.spam.greylist.user |
|---|---|
| Message-ID | <[email protected]> |
On Nov 3, 2005, at 5:08, S.Hasan Asghar Naqvi wrote:
> I am using relaydelay-0.04 with sendmail-8.13.5 and default
> relaydelay.conf. The problem I am facing is that whenever the
> triplet is saved in relaytofrom table, relay_ip field is always
> NULL. Everything else looks working fine.
Is your sendmail.cf passing all the important parameters to the milter?
My sendmail.cf includes:
O Milter.macros.connect=j, _, {daemon_name}, {if_name}, {if_addr}
O Milter.macros.helo={tls_version}, {cipher}, {cipher_bits},
{cert_subject}, {cert_issuer}
O Milter.macros.envfrom=i, {auth_type}, {auth_authen}, {auth_ssf},
{auth_author}, {mail_mailer}, {mail_host}, {mail_addr}
O Milter.macros.envrcpt={rcpt_mailer}, {rcpt_host}, {rcpt_addr}
Though I don't know if all of these are needed for relaydelay; you
could grep for "getsymval" in relaydelay.pl to see.
Ken