> -----Original Message----- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Kris Deugau > Sent: Wednesday, September 21, 2011 8:06 AM > To: Postfix users > Subject: Re: Authenticated sender and milter > > man mimedefang-filter has the complete list of globals, and fairly clear > notes on which "sendmail macros" are available at which stages of > filtering. AFAICT Postfix automatically provides most of them; it's > only if you're using sendmail that you have to specifically tell it to > provide some of these macros to the milter.
I'm pretty sure the default list for sendmail is the same as the default list for postfix. To wit: Sendmail: O Milter.macros.envfrom=i, {auth_type}, {auth_authen}, {auth_ssf}, {auth_author}, {mail_mailer}, {mail_host}, {mail_addr} Postfix: milter_mail_macros = i {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}