Thank you Wietse. ----- Mensagem original ----- De: "Wietse Venema" <wie...@porcupine.org> Para: "Postfix users" <postfix-users@postfix.org> Enviadas: Segunda-feira, 8 de abril de 2013 12:07:46 Assunto: Re: Get tags in master.cf
Alfredo Saldanha: > bsmtp unix - n n - - pipe > flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient > > I can get the sender, nexthop and recipient. As described in the pipe(8) manpage the $name macros provide information from the message envelope, and from SMTP protocol commands. They do not provide information from message content. Message content is provided on standard input. Wietse