[Dovecot] Sieve filter not working
Hi,
Dovecot, the "deliver" LDA and managesieve are all working. However, the sieve rules do not seem to work:
System info: CenOS 2.6.32-131.21.1.el6.x86_64 #1 SMP
dovecot-pigeonhole-2.0.9-2.el6_1.1.x86_64 dovecot-2.0.9-2.el6_1.1.x86_64
/etc/dovecot/dovecot.conf:
mbox_write_locks = fcntl protocols = imap pop3 sieve passdb { driver = pam } ssl_cert =
/etc/dovecot/conf.d/15-lda.conf:
postmaster_address = postmaster@ourdomain.net hostname = mail.ourdomain.net sendmail_path = /usr/sbin/sendmail lda_mailbox_autocreate = yes
protocol lda { log_path = info_log_path = syslog_facility = messages mail_plugins = sieve }
/etc/dovecot/conf.d/90-sieve.conf
plugin { sieve = ~/sieve/roundcube.sieve sieve_dir = ~/sieve }
/home/lars/sieve/roundcube.sieve:
require ["fileinto"]; # rule:[admin-root] if anyof (header :contains "From" "root", header :contains "Subject" "logwatch") { fileinto "Admin"; }
participants (1)
-
Lars Larsen