[Mimedefang] auth_authen macro not visible in mimedefang

David F. Skoll dfs at roaringpenguin.com
Thu Oct 1 10:35:56 EDT 2009


murthy wrote:

> O Milter.macros.envfrom=i, {auth_type},
> {auth_authen},{auth_ssf},{auth_author},{mail_mailer},{mail_host},{mail_addr}

> And I am running mimedefang with option '-a auth_authen'.

> Still the macro value does not appear.

The macros are normally only available from filter_begin or later.  If
you want them available at filter_sender time, call:

    read_commands_file();

to populate @SendmailMacros

Regards,

David.



More information about the MIMEDefang mailing list