[email protected] a écrit :
> At 01:57 PM 2/21/2009, mouss wrote:
>> [email protected] a écrit :
>> Alternatively, change your delivery config so that mail to
>> *[email protected] uses a different delivery mechanism, one that
>> doesn't call your vacation script.
>
> See, I knew there'd be a way in postfix. Can you provide a quick pointer
> to how to do that; I'm not quite sure where to start. I changed the
> delivery agent to dovecot previously, but I know that postfix feeds
> things back through vacation somehow, and if I could just change that
> I'd be all set!
>
to select the delivery agent, you can use transport_maps
transport_maps =
...
pcre:/etc/postfix/transport.pcre
transport.pcre:
/\+s...@example\.com$/ somelda:
where somelda is a delivery agent that does not call your vacation.pl.