[Dovecot] dovecot / postfix mail bounce problem
IcedEarth
IcedEarthAngel at gmx.de
Fri Dec 23 18:02:25 EET 2011
Hello,
i use a globalsieve rule to collect spam for all mail accounts in a specific
mailbox.
Here is the code:
vi /var/vmail/globalsieverc
require ["fileinto"];
# Move spam to junk folder
if not address :is "to" "antispam at xxx.com" {
if header :contains "X-Spam-Flag" ["YES"] {
redirect "antispam at xxx.com";
stop;
}
}
But the spam mails are not delivered.
cat /var/log/mail.info
postfix/pipe[32301]: AD8F78E2128D: to=<antispam at xxx.de>, relay=dovecot,
delay=0.14, delays=0.08/0/0/0.06, dsn=5.4.6, status=bounced (mail forwarding
loop for antispam at xxx.de)
Why is there a loop? I don't unterstand that.
Any help?
Thanks!
Iced
--
View this message in context: http://old.nabble.com/dovecot---postfix-mail-bounce-problem-tp33029725p33029725.html
Sent from the Dovecot mailing list archive at Nabble.com.
More information about the dovecot
mailing list