Displaying 2 results from an estimated 2 matches for "spamfalse".
2012 Jul 28
1
fts solr : out of memory
...u:INDEX=/home/virtual/%u/shared/%%u
  prefix = shared/%%u/
  separator = /
  subscriptions = no
  type = shared
}
passdb {
  args = /etc/dovecot/dovecot-sql.conf
  driver = sql
}
plugin {
  acl = vfile
  acl_shared_dict = file:/home/virtual/shared-%d-mailboxes.db
  autocreate = Spam
  autocreate2 = SpamFalse
  autocreate3 = SpamToLearn
  autocreate4 = Sent
  autosubscribe = Spam
  autosubscribe2 = SpamFalse
  autosubscribe3 = SpamToLearn
  autosubscribe4 = Sent
  fts = solr
  fts_solr = url=http://localhost:8081/solr/
  mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename save m...
2013 Oct 30
1
dovecot-ldap : can't find user in OU subtree
.../
>   separator = /
>   subscriptions = no
>   type = shared
> }
> namespace inbox {
>   inbox = yes
>   location = maildir:/media/data/email/%n/mail
>   mailbox Sent {
>     auto = subscribe
>   }
>   mailbox Spam {
>     auto = subscribe
>   }
>   mailbox SpamFalse {
>     auto = subscribe
>   }
>   mailbox SpamToLearn {
>     auto = subscribe
>   }
>   prefix =
>   separator = /
>   type = private
> }
> passdb {
>   args = /etc/dovecot/dovecot-ldap-passdb.conf.ext
>   driver = ldap
> }
> plugin {
>   acl = vfile
&...