On 30.09.2011, at 19:25, Simeon Ott wrote:
> hello,
>
> i recently configured gnarwl autoresponder on my mailserver. the
> autoresponder works great as long as the sender doesn't use BATV. otherwise
> the autoresponded message is not delivered to the origin sender. is there a
> possibility to pipe another attribute then ${sender} in the master.cf?
>
> here are the relevant configuration parts:
> master.cf:
> gnarwl unix - n n - - pipe flags=F
> user=vmail argv=/usr/bin/gnarwl -a ${user} -s ${sender}
>
> transport(.db)
> autoreply.example.com gnarwl:
>
> gnarwl.cfg
> # Name of the macro, refering to the "From:" field of a received mail
> map_sender $sender
> # How to send mail. Specify full name to your MTA plus arguments. Only the
> # map_sender and map_receiver macros are expanded. This program must be
> # able to accept email from stdin.
> # mta /usr/sbin/sendmail -F $recepient -t $sender
> mta /usr/sbin/sendmail -f $recepient -F $recepient $sender
>
> if I send an email from a server which uses BATV verification (as microsoft
> does), in the following case «[email protected]», postfix pipes for
> the sender attribute something like this to gnarwl:
> <[email protected]>
>
> gnarwl picks this up and tries to send an autoresponse via mta. it failes
> with trying to send a message to <prvs>, which does not exist on the system.
>
>
any chance to get help for this? anyone uses gnarwl together with postfix and
has similar problems?
i'd really appreciate any help or directions how i could find a solution.