[Dovecot] [BUG] problem with zlib plugin

spam at abma.de spam at abma.de
Wed Feb 3 15:19:35 EET 2010


Hi,

i think i've the same problem as described here:

http://www.dovecot.org/list/dovecot/2009-June/040687.html

when opening a folder without an index (?) and bzip-compressed files i 
get following error message:

2010-02-03T14:12:10.026452+01:00 server dovecot: IMAP(user): gzread() 
failed: PARAM_ERROR
2010-02-03T14:12:10.026477+01:00 server dovecot: IMAP(user): FETCH for 
mailbox folder UID 105 failed to read message input: Invalid argument



Matthias


-- 

dovecot -n

# 1.2.10: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.26-2-vserver-amd64 x86_64 Ubuntu 9.04
listen: *:143
ssl_listen: *:993
ssl_cert_file: /etc/ssl/ssl.crt
ssl_key_file: /etc/ssl/ssl.key
shutdown_clients: no
login_dir: /usr/var/run/dovecot/login
login_executable: /usr/libexec/dovecot/imap-login
mail_uid: 97
mail_gid: 97
mail_location: maildir:~/.maildir
mail_debug: yes
mail_plugins: quota imap_quota zlib
lda:
   postmaster_address: postmaster at example.com
   auth_socket_path: /var/run/dovecot/auth-master
auth default:
   mechanisms: plain login
   passdb:
     driver: sql
     args: /etc/dovecot/dovecot-sql.conf
   userdb:
     driver: sql
     args: /etc/dovecot/dovecot-sql.conf
   socket:
     type: listen
     client:
       path: /var/run/dovecot/auth-client
       mode: 432
       user: mail
       group: mail
     master:
       path: /var/run/dovecot/auth-master
       mode: 384
       user: mail
       group: mail
plugin:
   quota: maildir:User quota
   quota_rule: *:storage=100M


More information about the dovecot mailing list