[Dovecot] compressed mbox patch
Some ages ago there existed a compressed mbox patch, but now all I can find are posting about it. Does such a beast exist and would it remotely apply to today's dovecot?
If not, is there any hope that something like that emerges?
Thanks!
Axel.Thimm at ATrpms.net
On Wed, 2006-10-04 at 23:07 +0200, Axel Thimm wrote:
Some ages ago there existed a compressed mbox patch, but now all I can find are posting about it. Does such a beast exist and would it remotely apply to today's dovecot?
If not, is there any hope that something like that emerges?
It's actually included as a plugin nowadays. Just add mail_plugins = zlib and you should be able to open mbox.gz files.
On Sun, Oct 08, 2006 at 10:46:25PM +0300, Timo Sirainen wrote:
On Wed, 2006-10-04 at 23:07 +0200, Axel Thimm wrote:
Some ages ago there existed a compressed mbox patch, but now all I can find are posting about it. Does such a beast exist and would it remotely apply to today's dovecot?
If not, is there any hope that something like that emerges?
It's actually included as a plugin nowadays. Just add mail_plugins = zlib and you should be able to open mbox.gz files.
Thanks! I should had checked the sources first before googling :)
Could this be extended to bziped r/w mailboxes?
Axel.Thimm at ATrpms.net
On Sun, 2006-10-08 at 22:20 +0200, Axel Thimm wrote:
On Sun, Oct 08, 2006 at 10:46:25PM +0300, Timo Sirainen wrote:
On Wed, 2006-10-04 at 23:07 +0200, Axel Thimm wrote:
Some ages ago there existed a compressed mbox patch, but now all I can find are posting about it. Does such a beast exist and would it remotely apply to today's dovecot?
If not, is there any hope that something like that emerges?
It's actually included as a plugin nowadays. Just add mail_plugins = zlib and you should be able to open mbox.gz files.
Thanks! I should had checked the sources first before googling :)
Could this be extended to bziped r/w mailboxes?
Sure, patches welcome ;) Perhaps it should be a separate bzip2 plugin.
On Mon, Oct 09, 2006 at 12:54:22AM +0300, Timo Sirainen wrote:
On Sun, 2006-10-08 at 22:20 +0200, Axel Thimm wrote:
On Sun, Oct 08, 2006 at 10:46:25PM +0300, Timo Sirainen wrote:
On Wed, 2006-10-04 at 23:07 +0200, Axel Thimm wrote:
Some ages ago there existed a compressed mbox patch, but now all I can find are posting about it. Does such a beast exist and would it remotely apply to today's dovecot?
If not, is there any hope that something like that emerges?
It's actually included as a plugin nowadays. Just add mail_plugins = zlib and you should be able to open mbox.gz files.
Thanks! I should had checked the sources first before googling :)
Could this be extended to bziped r/w mailboxes?
Sure, patches welcome ;) Perhaps it should be a separate bzip2 plugin.
Fair enough. I'll give it a shot.
Axel.Thimm at ATrpms.net
hello list help me please - i am trying to fix quotas about 2 days :(
i was using 1.0.14+ldap as userdb/passwd+lda+exim, and after upgrading to
last release my quotas goes away
so
pkg_info | grep dove dovecot-1.1.16 Secure and compact IMAP and POP3 servers dovecot-sieve-1.1.6 A Sieve plugin for the Dovecot 'deliver' LDA
dovecot.conf ... protocol imap {
listen = *:143
ssl_listen = *:993
mail_plugin_dir = /usr/local/lib/dovecot/imap
mail_plugins = quota imap_quota
login_executable = /usr/local/libexec/dovecot/imap-login
login_greeting_capability = yes
imap_client_workarounds = delay-newmail outlook-idle netscape-eoh
tb-extra-mailbox-sep
}
...
protocol lda { postmaster_address = postmaster@lg.informjust.ua # mail_plugins = cmusieve quota mail_plugin_dir = /usr/local/lib/dovecot/lda mail_plugins = quota ...
auth default { mechanisms = plain socket listen { master { path = /var/run/dovecot/auth-master mode = 0700 user = mailnull group = mail } }
passdb ldap { args = /usr/local/etc/dovecot-ldap.conf } userdb prefetch { } userdb ldap { args = /usr/local/etc/dovecot-ldap.conf }
user = mailnull
}
plugin { #########quota = maildir:storage=20240 quota = maildir:User quota quota_rule = maildir:storage=500000K ####quota_rule = *:bytes=500000K
####quota_rule = maildir:storage=50240K #####new for 1.1 ver quota_overide = *:storage=20M }
============================ dovecot-ldap.conf ... ldap_version = 3 ...
#WAS IN 1.0.14 VER
#for deliver
#user_attrs =
uid,,,homeDirectory=home,uidNumber=uid,gidNumber=gid,boxQuota=quota=dirsize:storage,status
user_attrs =
homeDirectory=home,uidNumber=uid,gidNumber=gid,boxQuota=quote_rule=maildir:storage=%$K,status
user_filter = (&(objectClass=posixAccount)(uid=%u))
pass_attrs =
uid=user,,,homeDirectory=userdb_home,uidNumber=userdb_uid,gidNumber=userdb_gid,boxQuota=userdb_quota=maildir:storage=%$K,userPassword=password,status=userdb_status
pass_filter = (&(objectClass=posixAccount)(uid=%u))
================= plan is:
- if there is a quota in ldap (boxQuota) - we use it
- if not - quota_rule = maildir:storage=500000K
but in real world i have : in my box maildirsize : 512000000S <----------- not 300 mb from my ldap 188854660 1623 1245 1
but in dovecot.log:
dovecot: Jun 16 11:00:03 Info: auth(default): ldap(XXXXXXXX,10.2.29.1):
pass search: base=cn=XX,dc=XX,dc=lg scope=subtree
filter=(&(objectClass=posixAccount)(uid=XXXXXXXX))
fields=uid,homeDirectory,uidNumber,gidNumber,boxQuota,userPassword,status
dovecot: Jun 16 11:00:03 Info: auth(default): ldap(XXXXXXXX,10.2.29.1):
result: uid(user)=XXXXXXXX uidNumber(userdb_uid)=26 g
idNumber(userdb_gid)=6 homeDirectory(userdb_home)=/nonexistent
status(userdb_status)=True userPassword(password)=irfaxbr
boxQuota(userdb_quota=maildir:storage=%$K)=maildir:storage=50000K <----
CORRECT!!
dovecot: Jun 16 11:00:03 Info: auth(default): client out: OK 1
user=XXXXXXXX
dovecot: Jun 16 11:00:03 Info: auth(default): master in: REQUEST
219 96373 1
dovecot: Jun 16 11:00:03 Info: auth(default):
prefetch(XXXXXXXX,10.2.29.1): success
dovecot: Jun 16 11:00:03 Info: auth(default): master out: USER 219
perevdvs uid=26 gid=6 home=/nonexistent
status=True quota=maildir:storage=50000K
dovecot: Jun 16 11:00:03 Info: imap-login: Login: user=<XXXXXXXX>,
method=PLAIN, rip=10.2.29.1, lip=10.2.29.1, secured
dovecot: Jun 16 11:00:03 Info: IMAP(perevdvs): Connection closed
bytes=50/96360
and in dovecot-delivery.log:
deliver(vrog): Jun 16 13:08:08 Info: Loading modules from directory:
/usr/local/lib/dovecot/lda
deliver(vrog): Jun 16 13:08:08 Info: Module loaded:
/usr/local/lib/dovecot/lda/lib10_quota_plugin.so
deliver(vrog): Jun 16 13:08:08 Info: auth input: uid=26
deliver(vrog): Jun 16 13:08:08 Info: auth input: gid=6
deliver(vrog): Jun 16 13:08:08 Info: auth input: home=/nonexistent
deliver(vrog): Jun 16 13:08:08 Info: auth input: status=True
deliver(vrog): Jun 16 13:08:08 Info: auth input:
quote_rule=*:storage=50000K <-----CORRECT
deliver(vrog): Jun 16 13:08:08 Info: Home dir not found: /nonexistent
deliver(vrog): Jun 16 13:08:08 Info: Quota root: name=User quota
backend=maildir args=
deliver(vrog): Jun 16 13:08:08 Info: Quota rule: root=User quota
mailbox=maildir bytes=512000000 messages=0 <-----NOT CORRECT
deliver(vrog): Jun 16 13:08:08 Info: Namespace: type=private, prefix=,
sep=, inbox=yes, hidden=no, list=yes, subscriptions=ye
s
deliver(vrog): Jun 16 13:08:08 Info: maildir: data=/XXXX/Maildir
deliver(vrog): Jun 16 13:08:08 Info: maildir++: root=/XXXX/Maildir,
index=, control=, inbox=
/XXX/Maildir
what am i doing wrong?
-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
participants (3)
-
Axel Thimm
-
razor
-
Timo Sirainen