Am 18.01.2011 17:37, schrieb roby65:
Hi guys,
i finally made it in the intent of adding an autoresponder to my postfix
server, and it works, but....it creates problems with dovecot!
This is what i've done:
master.cf:
vacation unix - n n - - pipe
flags=DRhu user=vacation argv=/var/spool/vacation/vacation.pl -f
${sender}
${recipient}
transport:
[email protected] vacation
Here is the problem:
when i send a message to this account, i get the autoreply (this is ok) but
the receiving account doesn't receive the mail i send (i think because the
autoresponder plugin gets it and dovecot doesn't get the email).
How to fix it?
As I suggested yesterday. Use dovecot+sieve. All your problems will
vanish. It's really worth the "trouble".
John