Hi Mike,

On Wed, Aug 19, 2009 at 12:47:00 -0700, Mike Markley wrote:

> If you're sure that the remote host IS authenticating, then there are
> two possibilities, and both revolve around the fact that milter-greylist
> and dkim-filter use different Sendmail macros to check if authentication
> has occurred:
> 
> 1. The milter-greylist README still suggests overriding
>    Milter.macros.envfrom to read "i, {auth_authen}". If you've done
>    that, then that means dkim-filter is no longer getting the macro *it*
>    needs to check SMTP AUTH ({auth_type}). The default is now
>    "Milter.macros.envfrom=i, {auth_type}, {auth_authen}, {auth_ssf},
>    {auth_author}, {mail_mailer}, {mail_host}, {mail_addr}". That should
>    satisfy both filters.

that's it. Now I've changed my hostname.mc from

define(`confMILTER_MACROS_ENVFROM', `i, {auth_authen}')

to

define(`confMILTER_MACROS_ENVFROM', `i, {auth_type}, {auth_authen}, {auth_ssf}, 
{auth_author}, {mail_mailer}, {mail_host}, {mail_addr}')

and it works fine. This is the default and there is no need for
milter-greylist's suggestion to use this line.

Thank you very much.

Knarf

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss

Reply via email to