Displaying 4 results from an estimated 4 matches for "spamdb".
Did you mean:
  spamd
  
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
...output here.
> 
Ok, found it in the first mail...
Do these folders exist in the filesystem? The case matches?
I use antispam_{spam,trash}_pattern_ignorecase and don't care about the 
case of the folders...
plugin {
   antispam_backend = crm114
   antispam_crm_args = --fileprefix=/home/%u/spamdb/
   antispam_crm_binary = /usr/local/etc/dovecot/filter/mailreaver.crm
   antispam_debug_target = syslog
   antispam_signature = X-CRM114-CacheID
   antispam_spam = Spam
   antispam_trash = Trash
   antispam_unsure = INBOX/Suspect
i don't know crm114 but this looks ok to me.
you could try
an...
2015 Jul 20
0
[Dovecot Antispam] Can't seem to load plugin
...e first mail...
> 
> Do these folders exist in the filesystem? The case matches?
> I use antispam_{spam,trash}_pattern_ignorecase and don't care about the
> case of the folders...
> 
> plugin {
>    antispam_backend = crm114
>    antispam_crm_args = --fileprefix=/home/%u/spamdb/
>    antispam_crm_binary = /usr/local/etc/dovecot/filter/mailreaver.crm
>    antispam_debug_target = syslog
>    antispam_signature = X-CRM114-CacheID
>    antispam_spam = Spam
>    antispam_trash = Trash
>    antispam_unsure = INBOX/Suspect
> 
> i don't know crm114 but...
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
Thanks for the pointer! Thanks to the enabled debug logging, I can now see 
that the plugin is at least loading
root at zerolag:/usr/local/etc/dovecot # grep antispam /var/log/debug.log
Jul 19 20:02:30 zerolag dovecot: imap(james.lott): Debug: Module loaded: 
/usr/local/lib/dovecot/lib90_antispam_plugin.so
Jul 19 20:02:35 zerolag dovecot: imap(james.lott): Debug: Module loaded: 
2015 Jul 19
2
[Dovecot Antispam] Can't seem to load plugin
..._use = \Sent
  }
  mailbox Spam {
    auto = subscribe
    special_use = \Junk
  }
  mailbox Trash {
    auto = subscribe
    special_use = \Trash
  }
  prefix = 
  separator = /
}
passdb {
  args = %s
  driver = pam
}
plugin {
  antispam_backend = crm114
  antispam_crm_args = --fileprefix=/home/%u/spamdb/
  antispam_crm_binary = /usr/local/etc/dovecot/filter/mailreaver.crm
  antispam_debug_target = syslog
  antispam_signature = X-CRM114-CacheID
  antispam_spam = Spam
  antispam_trash = Trash
  antispam_unsure = INBOX/Suspect
  recipient_delimiter = +
  sieve = file:~/filters;active=~/.main.sieve...