Package: dovecot-imapd
Version: 1:1.2.15-7
Severity: normal

I was subscribing folders in thunderbird and received error during this process 
that client was disconnected. Closing and opening TB didn't help. To fix it I 
had to remove profile from TB and clear dovecot control entries. I'm using 
Maildir format and this settings:
maildir:~/Maildir:INDEX=~/dovecot-control/indexes:CONTROL=~/dovecot-control:LAYOUT=fs

In server logs I can see only these entries repeting multiple times:

2011-07-05 13:05:43 imap-login: Info: Login: user=<wojciech>, method=CRAM-MD5, 
rip=192.168.195.4, lip=131.111.181.25, TLS
2011-07-05 13:05:43 IMAP(wojciech): Panic: file mailbox-list-fs.c: line 164 
(fs_list_get_path): assertion failed: (mailbox_list_is_valid_pattern(_list, 
name))
2011-07-05 13:05:43 IMAP(judy): Error: Raw backtrace: imap() [0x4a518a] -> 
imap() [0x4a51f3] -> imap() [0x4a48f6] -> imap() [0x42dabd] -> 
/usr/lib/dovecot/modules/imap/lib10_quota_plugin.so(+0x9250) [0x7fcf96809250] 
-> /usr/lib/dovecot/modules/imap/lib10_quota_plugin.so(+0x954f) 
[0x7fcf9680954f] -> 
/usr/lib/dovecot/modules/imap/lib10_quota_plugin.so(+0x9de6) [0x7fcf96809de6] 
-> /usr/lib/dovecot/modules/imap/lib10_quota_plugin.so(quota_get_resource+0x72) 
[0x7fcf968051e2] -> 
/usr/lib/dovecot/modules/imap/lib10_quota_plugin.so(quota_root_iter_next+0xf1) 
[0x7fcf96805651] -> 
/usr/lib/dovecot/modules/imap/lib11_imap_quota_plugin.so(+0x1b2e) 
[0x7fcf965feb2e] -> imap() [0x423a6d] -> imap() [0x423b4d] -> 
imap(client_handle_input+0x135) [0x423d75] -> imap(client_input+0x5c) 
[0x42462c] -> imap(io_loop_handler_run+0xbd) [0x4ad22d] -> 
imap(io_loop_run+0x18) [0x4ac6a8] -> imap(main+0x531) [0x42c371] -> 
/lib/libc.so.6(__libc_start_main+0xfd) [0x7fcf97dcbc4d] -> imap() [0x41c709]
2011-07-05 13:05:43 dovecot: Error: child 10966 (imap) killed with signal 6 
(core dumps disabled)
2011-07-05 13:05:43 imap-login: Info: Login: user=<wojciech>, method=CRAM-MD5, 
rip=192.168.195.4, lip=131.111.181.25, TLS
  
my config:
protocols = imap imaps managesieve

disable_plaintext_auth =  yes
shutdown_clients = yes

ssl = yes
verbose_ssl = no 
ssl_ca_file = /etc/postfix/ssl/cacert.pem
ssl_cert_file = /etc/postfix/ssl/servercrt.pem
ssl_key_file = /etc/postfix/ssl/serverkey.pem
ssl_cipher_list = ALL:!LOW:!SSLv2

log_path = /var/log/dovecot.log
log_timestamp = "%Y-%m-%d %H:%M:%S "

login_greeting = Dovecot ready.

mail_location = 
maildir:~/Maildir:INDEX=~/dovecot-control/indexes:CONTROL=~/dovecot-control:LAYOUT=fs

protocol imap {
  mail_max_userip_connections = 10
  mail_plugins = quota imap_quota autocreate
  mail_plugin_dir = /usr/lib/dovecot/modules/imap
  imap_client_workarounds = tb-extra-mailbox-sep netscape-eoh delay-newmail 
outlook-idle
}
  
protocol lda {
        postmaster_address = postmaster
        mail_plugins = sieve quota autocreate
        quota_full_tempfail = yes
        deliver_log_format = msgid=%m: %$
        rejection_reason = Your message to <%t> was automatically rejected:%n%r
        log_path = /var/log/dovecot-deliver.log
        info_log_path = /var/log/dovecot-deliver.log
}

auth_username_chars = 
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@


auth default {
        mechanisms = plain login cram-md5
        passdb pam {
        }
        passdb passwd-file {
                args    = scheme=cram-md5 /etc/dovecot/passwd
        }
        userdb passwd-file {
                args = /etc/dovecot/passwd
        }
        userdb passwd {
        }

        socket listen {
                master {
                        path = /var/run/dovecot/auth-master
                        mode = 0666
                        }
                client {
                        path = /var/spool/postfix/private/auth
                        mode = 0666
                        user = postfix  
                        group = postfix 
                        }
        }
}

# Sieve server settings
protocol managesieve {
        listen = 127.0.0.1:2000
#       listen = *:2000
}

plugin {
        sieve=~/.dovecot.sieve
        sieve_dir=~/sieve
}

# Auto create and Subscribe
plugin {
        autocreate      = INBOX
        autocreate2     = Sent
        autocreate3     = Trash
        autocreate4     = Drafts
        autocreate5     = Junk

        autosubscribe   = INBOX
        autosubscribe2  = Sent
        autosubscribe3  = Trash
        autosubscribe4  = Drafts
        autosubscribe5  = Junk
}

# Quota Settings
plugin {
        quota           = maildir:User quota
        quota_rule      = Trash:storage=50M
}

plugin {
        quota_warning   = storage=85%% /usr/bin/dovecot-quota-warning.sh 85
        quota_warning2  = storage=90%% /usr/bin/dovecot-quota-warning.sh 90
        quota_warning3  = storage=95%% /usr/bin/dovecot-quota-warning.sh 95
}

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dovecot-imapd depends on:
ii  dovecot-common          1:1.2.15-7       secure mail server that supports m
ii  libc6                   2.11.2-10        Embedded GNU C Library: Shared lib
ii  libldap-2.4-2           2.4.23-7.2       OpenLDAP libraries
ii  libssl0.9.8             0.9.8o-4squeeze1 SSL shared libraries

dovecot-imapd recommends no packages.

dovecot-imapd suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to