Displaying 1 result from an estimated 1 matches for "6hcxlw".
2008 May 24
1
Multiple files for sieve
Hello,
I have this line in the plugins configuration section :
sieve = /etc/dovecot/sieve
Where: /etc/dovecot/sieve:
require "fileinto"
if header :contains "Subject" "****SPAM****"{
fileinto "spam";
}
I want this filter for all the users of the system, but I also want to tell
dovecot to look in the /home/user/mail/.sieve file for custom per-user