Displaying 4 results from an estimated 4 matches for "spam_learner".
2011 Nov 07
1
Missing public folder
...ep=., 
inbox=yes, hidden=no, list=yes, subscriptions=yes location=maildir:~/Maildir
Nov  7 11:00:27 OVZ dovecot: imap(komodo): Debug: maildir++: root=/home/komodo/Maildir, index=, 
control=, inbox=/home/komodo/Maildir
Nov  7 11:00:27 OVZ dovecot: imap(komodo): Debug: Namespace : type=public, prefix=spam_learner., 
sep=., inbox=no, hidden=no, list=yes, subscriptions=no location=maildir:/home/shared/Maildir
Nov  7 11:00:27 OVZ dovecot: imap(komodo): Debug: maildir++: root=/home/shared/Maildir, index=, 
control=, inbox=
Here is my conf
# 2.0.13: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-042stab037.1 x86...
2007 Jul 25
1
dspam plugin
Hello,
I'm trying to install the dspam plugin to dovecot.
So far, I've
Installed dovecot 1.0.2 from RPM and set up
Installed dspam 3.8.0, set up and integrated with postfix, using  
dspam as local delivery agent before dovecot's deliver
Downloaded the dovecot 1.0.2 source in order to compile the C file  
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration/ 
2010 Dec 14
0
Courier-mta with Dovecot LDA
...comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment 
mailbox date
mbox_write_locks = fcntl
namespace {
  inbox = yes
  location = 
  prefix = INBOX.
  separator = .
  type = private
}
namespace {
  location = maildir:/home/shared/Maildir
  prefix = spam_learner.
  separator = .
  type = public
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
}
plugin {
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
protocols = imap sieve
ssl_cert = </etc/pki/dovecot/certs/server.pem
ssl_key = </etc/pki/dovecot/private/server.pem
userdb {...
2011 Jan 04
2
Courier-mta with Dovecot LDA again
...omparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify 
environment 
mailbox date
mbox_write_locks = fcntl
namespace {
  inbox = yes
  location = 
  prefix = INBOX.
  separator = .
  type = private
}
namespace {
  location = maildir:/home/shared/Maildir
  prefix = spam_learner.
  separator = .
  type = public
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
}
plugin {
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
protocols = imap sieve
ssl_cert = </etc/pki/dovecot/certs/server.pem
ssl_key = </etc/pki/dovecot/private/server.pem
userdb {...