From: Wietse Venema (no email)
Date: Mon Jun 11 2007 - 15:37:36 EDT
Jose-Marcio Martins da Cruz:
>
> Hello,
>
> I'm porting a milter to postfix, and I have some questions/wishes.
>
> It seems to work quite fine with postfix 2.4.1.
>
> Is it possible to emulate the 'v' sendmail macro ? I use it to determine which
See:
http://www.postfix.org/MILTER_README.html#macros
http://www.postfix.org/postconf.5.html#milter_macro_v
> Another point is related to sendmail "{rcpt_mailer}". When sendmail
> (8.14.0 and newers) reject a recipient, for some reason (user
> unknown, relaying denied, ...), the value of this macro is set to
> "error", and my filter uses this information to handle bad
> recipients. Is there some way to have this information with postfix
> ? (maybe I missed some information in the doc, if this is the
> case, please give me a pointer).
Postfix has an error mailer, but it is not used in this manner.
The {rcpt_mailer} is not available at SMTP time. Postfix determines
the delivery method later, after address rewriting is done.
Wietse
|
|
|