Hello, I'm trying to set up 'info' mail account and it needs to forward to 7 or more mail addresses. It works well with one or two addresses but not with 7. Only 'info' mail gets an e-mail. .sieve file located in /var/vmail/MAIL_DOMAIN/MAILBOX looks like this: Code: require ["fileinto", "regex", "date", "relational", "vacation"]; # Send a copy of email to redirect "[email protected]"; redirect "[email protected]"; redirect "[email protected]"; redirect "[email protected]"; redirect "[email protected]"; redirect "[email protected]"; redirect "[email protected]"; keep; and file .sieve.log i full of entries like this: Code: sieve: info: started log at Dec 10 15:35:32. main_script: line 8: error: number of redirect actions exceeds policy limit. sieve: info: started log at Dec 10 15:39:29. main_script: line 8: error: number of redirect actions exceeds policy limit. Please help.
I did. When I try to restart dovecot I get this message: Code: [root@vps ~]# service dovecot restart Stopping Dovecot Imap: [ OK ] Starting Dovecot Imap: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 21: Unknown setting: sieve_max_redirects [FAILED] [root@vps ~]#