[Dovecot] Problem with configuring dovecot to take namespaces from database

Marcin Mirosław marcin at mejor.pl
Wed Sep 7 17:59:27 EEST 2011


W dniu 07.09.2011 16:50, Timo Sirainen pisze:
> dovecot -n output (with version number)?

Argh, i've forgot about it:( Dovecot-2.0.14

# 2.0.14: /etc/dovecot/dovecot.conf
# OS: Linux 3.1.0-rc4-git2 x86_64 Gentoo Base System release 2.0.3
auth_cache_size = 1 k
auth_debug = yes
auth_mechanisms = login digest-md5 cram-md5 plain
default_vsz_limit = 32 M
deliver_log_format = msgid=%m: from=%f: phys=%p: virt=%w %$
dict {
   quota = pgsql:/etc/dovecot/dovecot-dict-sql.conf.ext
}
first_valid_uid = 8
last_valid_uid = 8
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
mail_attachment_dir = /dane/domeny/zalaczniki
mail_attachment_min_size = 64000 k
mail_cache_min_mail_count = 20
mail_gid = mail
mail_plugins = autocreate quota fts fts_squat notify mail_log zlib
mail_privileged_group = mail
mail_uid = mail
maildir_stat_dirs = yes
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope 
encoded-character vacation subaddress comparator-i;ascii-numeric 
relational regex imap4flags copy include var
iables body enotify environment mailbox date
mdbox_rotate_interval = 60 days
mdbox_rotate_size = 50 M
namespace {
   inbox = yes
   list = yes
   location =
   prefix =
   separator = .
   subscriptions = yes
   type = private
}
passdb {
   args = /etc/dovecot/dovecot-sql.conf.ext
   driver = sql
}
plugin {
   autocreate = Trash
   autocreate2 = Spam
   autocreate3 = Sent
   autocreate4 = Drafts
   autosubscribe = Trash
   autosubscribe2 = Spam
   autosubscribe3 = Sent
   autosubscribe4 = Drafts
   fts = squat
   fts_squat = partial=4 full=10
   quota = dict:User quota::proxy::quota
   quota_exceeded_message = Quota exceeded / Skrzynka odbiorcy jest 
przepelniona, wiadomosc nie zostala dostarczona
   sieve = /dane/domeny/%d/mail/%n/.maildir/.dovecot.sieve
   sieve_dir = /dane/domeny/%d/mail/%n/.maildir/sieve
   zlib_save = bz2
}
postmaster_address = forspam at kolekcja.mejor.pl
protocols = imap pop3 sieve
service auth {
   unix_listener auth-userdb {
     group = mail
     mode = 0660
     user = root
   }
}
service dict {
   unix_listener dict {
     user = mail
   }
}
service managesieve-login {
   inet_listener sieve_deprecated {
     port = 2000
   }
   vsz_limit = 4 M
}
ssl_cert = </etc/ssl/gwiazdka.mejor.pl.pem
ssl_key = </etc/ssl/gwiazdka.mejor.pl.pem
userdb {
   driver = prefetch
}
userdb {
   args = /etc/dovecot/dovecot-sql.conf.ext
   driver = sql
}
verbose_proctitle = yes
protocol lda {
   mail_plugins = autocreate quota fts fts_squat notify mail_log zlib sieve
}
protocol imap {
   imap_client_workarounds = tb-extra-mailbox-sep
   mail_max_userip_connections = 25
   mail_plugins = autocreate quota fts fts_squat notify mail_log zlib 
imap_quota imap_zlib
}



More information about the dovecot mailing list