Hi,
I try to upgrade my dovecot server to the 2.x branch. But i have a big problem with the mailbox which are over quota.
Server works fine, but when a mail arrived to user who is over quota, i have this error:
Dec 16 14:54:42 lda(*******@*******.com): Panic: stream doesn't support seeking backwards
OS: FreeBSD 6.1 Dovecot: 2.0.7
Could you help me to solve the problem.
My dovecot.conf is: ssl = yes ssl_cert =
user = $default_internal_user } service imap-login { inet_listener imap { port = 143 } inet_listener imaps { port = 993 ssl = yes } service_count = 1 process_min_avail = 0 vsz_limit = 64M } service pop3-login { inet_listener pop3 { port = 110 } inet_listener pop3s { port = 995 ssl = yes } } protocol lda { postmaster_address = ************@********.com mail_plugins = quota log_path = /***********/dovecot-deliver.log info_log_path = /************/dovecot-deliver.log sendmail_path = /usr/lib/sendmail } protocol imap { mail_plugins = quota imap_quota imap_client_workarounds = delay-newmail } protocol pop3 { mail_plugins = quota pop3_client_workarounds = outlook-no-nuls oe-ns-eoh } plugin { acl = vfile:/usr/local/etc/dovecot/dovecot-acls quota = maildir:User quota quota_rule = *:storage=20480k trash = /usr/local/etc/dovecot/dovecot-trash.conf }