Hi, On my mailserver I have for each mailbox a sieve script to put Spam-marked message into a folder (match header, then fileinto 'Spam'). This works, but I want to deliver spam-marked messages to a different mailbox. For each user a seperate mailbox is created next to the existing mailbox, allowing different authentication. How can I do this with dovecot/pigeonhole? I figured out I could redirect is the user.spam at domain which delivers to the other mailbox, but it will go into a new delivery process with amavis set up. (There's no point to scan a single message twice). Is there a way I can accomplish to directly deliver a spam-marked message to a different mailbox? Regards, Frank de Bot
Frank de Bot skrev den 2013-08-20 22:47:> How can I do this with dovecot/pigeonhole? I figured out I could > redirect is the user.spam at domain which delivers to the other mailbox, > but it will go into a new delivery process with amavis set up. > (There's no point to scan a single message twice).configure amavis to deliver spam to another mailbox, this can be global or pr user with ldap or sql setup
Seemingly Similar Threads
- New mailserver problems
- vm in qcow2 runs on host A but not on host B
- Windows, qemu.agent is it possible to shut down services in running windows server?
- Trouble setting up dovecot/postfix/mysql with virtual mailboxes..
- delivering to folder based on recipient_delimiter?