Thanks a lot! This was added by a new debian package file! They added the 15-mailboxes.conf file with this input-namespace. It’s a bad thing. For changed configuration the installer asks which version, old or new to take, but new files are installed without confirmation. But that’s a debian problem, not dovecot.
Best regards, Frank > Am 12.11.2015 um 08:58 schrieb Christian Kivalo <ml+dove...@valo.at>: > > Hi, > > On 2015-11-12 08:03, Frank Rust wrote: >> Hi all, >> after upgrade from some 2.0 version to 2.2.19 (debian) i face map >> login problems: >> # doveconf -n >> # 2.2.19 (ca91d540fd87): /etc/dovecot/dovecot.conf >> # Pigeonhole version 0.4.9 >> # OS: Linux 2.6.32-5-amd64 x86_64 Debian 8.2 ext4 >> auth_debug = yes >> auth_debug_passwords = yes >> auth_verbose = yes >> auth_verbose_passwords = plain >> debug_log_path = /var/log/dovecot-debug.log >> hostname = test.my.domain.de >> info_log_path = /var/log/dovecot.log >> mail_access_groups = smmta >> mail_debug = yes >> mail_location = >> mbox:/extra/mail/mbox.dir/%u/mailboxes:DIRNAME=mBoX-MeSsAgEs:INDEX=/extra/mail/mbox.dir/%u/index:CONTROL=/extra/mail/mbox.dir/%u/control:INBOX=/extra/mail/%u >> mail_plugins = quota >> mail_privileged_group = smmta >> managesieve_notify_capability = mailto >> managesieve_sieve_capability = fileinto reject envelope >> encoded-character vacation subaddress comparator-i;ascii-numeric >> relational regex imap4flags copy include variables body enotify >> environment mailbox date index ihave duplicate >> namespace inbox { >> location = >> mailbox Drafts { >> special_use = \Drafts >> } >> mailbox Junk { >> special_use = \Junk >> } >> mailbox Sent { >> special_use = \Sent >> } >> mailbox "Sent Messages" { >> special_use = \Sent >> } >> mailbox Trash { >> special_use = \Trash >> } >> prefix = >> } > > Missing inbox = yes in your default namespace. > > See wiki http://wiki2.dovecot.org/Namespaces > >> passdb { >> driver = pam >> } >> plugin { >> mail_log_events = delete undelete expunge copy mailbox_delete >> mailbox_rename flag_change append >> quota = fs:User quota >> quota_rule = *:storage=1G >> quota_rule2 = Trash:storage=+100M >> quota_warning = storage=95%% quota-warning 95 %u >> quota_warning2 = storage=80%% quota-warning 80 %u >> sieve = file:~/sieve;active=~/.dovecot.sieve >> } >> postmaster_address = postmas...@my.domain.de >> protocols = " imap sieve pop3" >> quota_full_tempfail = yes >> ssl = required >> ssl_cert = </etc/ssl/StartCom/test.my.domain.pem >> ssl_cipher_list = >> EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA256:EECDH+aRSA+RC4:EDH+aRSA >> EECDH RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS >> ssl_key = </etc/ssl/StartCom/test.my.domain.key >> ssl_prefer_server_ciphers = yes >> ssl_protocols = !SSLv2 !SSLv3 >> userdb { >> driver = passwd >> } >> verbose_ssl = yes >> protocol lda { >> mail_plugins = >> } > > [ snip ] > >> Nov 12 07:47:27 imap(frank): Debug: Namespace inbox: type=private, >> prefix=, sep=, inbox=no, hidden=no, list=yes, subscriptions=yes > ^^^^ > inbox not set. > >> location=mbox:/extra/mail/mbox.dir/frank/mailboxes:DIRNAME=mBoX-MeSsAgEs:INDEX=/extra/mail/mbox.dir/frank/index:CONTROL=/extra/mail/mbox.dir/frank/control:INBOX=/extra/mail/frank >> Nov 12 07:47:27 imap(frank): Debug: fs: >> root=/extra/mail/mbox.dir/frank/mailboxes, >> index=/extra/mail/mbox.dir/frank/index, indexpvt=, >> control=/extra/mail/mbox.dir/frank/control, inbox=/extra/mail/frank, >> alt= >> Nov 12 07:47:27 imap(frank): Debug: fs quota add mailbox dir = >> /extra/mail/mbox.dir/frank/mailboxes >> Nov 12 07:47:27 imap(frank): Debug: fs quota block device = >> /dev/mapper/ownCloudVG-ownCloudData >> Nov 12 07:47:27 imap(frank): Debug: fs quota mount point = /extra >> Nov 12 07:47:27 imap(frank): Debug: fs quota mount type = ext4 >> Nov 12 07:47:27 imap-login: Debug: SSL alert: close notify [134.169.39.105] >> What could cause the problem? >> The problem is not quota related (I enhanced the allowed quota and got >> the same results) >> best regards, >> Frank > > regards > christian