[Workaround.org] Using sieve with virtual aliases

James Stocks stocksy at stocksy.co.uk
Sat Mar 29 19:27:22 CET 2008


I have a globalsieverc script set up as described in the etch tutorial:

require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Flag" ["YES"] {
   fileinto "Junk";
   stop;
}

It works perfectly, except that if a spam message gets sent to a  
virtual alias, dovecot creates a phantom message in /home/vmail/ 
[domain.tld]/[alias]/.Junk as well as delivering it to /home/vmail/ 
[domain.tld]/[realuser]/.Junk

How do I stop dovecot treating entries in the virtual aliases table as  
real users?


James.


More information about the Workaround-chitchat mailing list