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@xxx.com" { if header :contains "X-Spam-Flag" ["YES"] { redirect "antispam@xxx.com"; stop; } }
But the spam mails are not delivered.
cat /var/log/mail.info
postfix/pipe[32301]: AD8F78E2128D: to=antispam@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@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-tp33029725p33029... Sent from the Dovecot mailing list archive at Nabble.com.