Displaying 20 results from an estimated 300000 matches similar to: "Dovecot and zlib"
2013 Dec 05
1
zlib config questions
After nearly running out of space I swapped in larger disks and then saw the recent threads about zlib compression. Unfortunately I'm still confused after reading <http://wiki2.dovecot.org/Plugins/Zlib>.
In order to compress new email being stored do I only need to change
10-mail.conf to this:
mail_plugins = $mail_plugins zlib
and 90-plugin.conf to this:
plugin {
zlib_save_level = 6
2011 Jul 19
0
Problem with zlib plugin and flags
Hi,
I'm working on enabling the zlib plugin and compressing most of the mail
on my mail server, and I've run into a bit of a problem with doing
things as described on the wiki's zlib plugin page (here:
http://wiki.dovecot.org/Plugins/Zlib). I'm using Dovecot 1.2.15 and
maildir as a mailbox format on Debian 5.
I have a script that implements the steps listed at the bottom of the
2010 Mar 29
1
Dovecot 2.0 zlib and dbox
Hello,
As per wiki instructions, I tried to enable zlib compression of mails by
adding/modifying the following snippets of configuration:
plugin {
zlib_save_level = 6
zlib_save = gz
}
and
protocol imap {
mail_plugins = fts fts_squat autocreate zlib imap_zlib
imap_id_log = *
}
I am using dbox format and delivering the mails via dovecot deliver,
however mails don't seem
2014 Mar 28
1
Panic: file ostream-lzma.c: line 147: unreached. Dovecot 2.2.12 with zlib/XZ compression
While migrating users from Cyrus IMAP v2.3.14 to Dovecot 2.2.12
(compiled from source) dsync aborts with a backtrace on some (maybe 15
out of 800) mail accounts:
(same error happens wiht or without -f flag)
dsync -D -v -o mail_fsync=never mirror -f -R -u user at domain imapc:
<snip>
dsync(user at domain.com): Debug: brain M: in state=sync_mails
dsync(user at domain.com): Debug: brain M:
2016 Mar 10
2
zlib plugin doesn't add "Z" flag to Maildir filename
On 2016-03-10 15:00, Alessio Cecchi wrote:
> Il 10/03/2016 10:38, Tom Sommer ha scritto:
>> I enabled zlib compression, so new mails are saved compressed.
>>
>> Now I want to convert the old mails to gzip with the find and gzip
>> command, but now I don't know which files are already gzip compressed
>> by
>> dovecot.
>
> Simple check if the file
2008 Oct 05
2
zlib plugin
hi,
Could anyone give some info on this plugin?
When i read the wiki (http://wiki.dovecot.org/Plugins/Zlib) i'm still
left with some questions...
I use Maildir to store my mails, if i enable this zlib-plugin,
should i 'manually' compress all messages?
or wil the uncompressed messages still be accessible by dovecot?
wil new messages be compressed automagically?
how should the
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
On Tue, Apr 16, 2013 at 2:37 AM, Alexey Samsonov <samsonov at google.com>wrote:
> Hi!
>
> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject library?
>
> ld.gold from GNU binutils has --compress-debug-sections=zlib option,
> which uses zlib to compress .debug_xxx sections and renames them to
> .zdebug_xxx.
> binutils (and GDB) support this properly,
2016 Mar 10
2
zlib plugin doesn't add "Z" flag to Maildir filename
I enabled zlib compression, so new mails are saved compressed.
Now I want to convert the old mails to gzip with the find and gzip
command, but now I don't know which files are already gzip compressed by
dovecot.
Shouldn't zlib_save itself add Z to the Maildir flags? As suggested in
the compress guide on http://wiki2.dovecot.org/Plugins/Zlib ?
--
Tom
2020 Sep 08
0
zlib errors after upgrading to 2.3.11.3
On 8. Sep 2020, at 12.35, Robert Nowotny <rnowotny1966 at gmail.com> wrote:
>
>
> Dear Aki,
> I switched to "gz" now, since "zstd" also gave some errors on writing to files.
What kind of errors?
> I dont know if "xz" compression or "zstd" shreddered my MDBOX Files, but I lost 4 days of mail. (a couple of thousand mails).
> After
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
Historically we've done the former. The latter would require Chris
wanting to do that.
-eric
On Tue, Apr 16, 2013 at 11:52 AM, Alexey Samsonov <samsonov at google.com> wrote:
> Just in case - do we want to link with libz.so installed in the system, or
> be self-contained and copy sources to LLVM repo?
>
>
> On Tue, Apr 16, 2013 at 10:48 PM, Eric Christopher <echristo
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
On Tue, Apr 16, 2013 at 9:37 AM, Alexey Samsonov <samsonov at google.com> wrote:
>
> On Tue, Apr 16, 2013 at 8:31 PM, Michael Spencer <bigcheesegs at gmail.com>
> wrote:
>>
>> On Tue, Apr 16, 2013 at 2:37 AM, Alexey Samsonov <samsonov at google.com>
>> wrote:
>>>
>>> Hi!
>>>
>>> TL;DR WDYT of adding zlib decompression
2009 Sep 08
1
compression script for use with zlib module
Hi,
I'm wondering if someone already implemented a compression script
(and would like to share it) based on the step-by-step provided on wiki
page of Zlib module.
I can already do some find|xargs gzip .... but couldnt implement it
completly as described on the wiki page. I know the suggested
step-by-step is very detailed and probably a must simplier will be
enough for almost
2016 Mar 04
2
questions regarding zlib plugin
Hi,
faced with a current space problem on our dovecot 2.2.18 server, I
thought about using the zlib plugin.
My questions:
- is it really as simple as adding the options to the conf files as
described in the docs :) ? http://wiki2.dovecot.org/Plugins/Zlib
- As this just compresses new messages; dose anybody has a sort of
simple cron or whatever script or best practice how to compress existing
2018 Jan 09
0
zlib plugin producing errors on 2.3.0
On 06.01.2018 20:54, Timo Sirainen wrote:
> On 5 Jan 2018, at 18.33, Carsten Uppenbrink <info at uppenbrink.net> wrote:
>> On 24.12.2017 15:58, Adam Weinberger wrote:
>>> Hello,
>>> I use the zlib and imap_zlib plugins on FreeBSD. As of 2.3.0, my logs
>>> are producing these errors every so often, but AFAICT the messages
>>> themselves aren't
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
Just in case - do we want to link with libz.so installed in the system, or
be self-contained and copy sources to LLVM repo?
On Tue, Apr 16, 2013 at 10:48 PM, Eric Christopher <echristo at gmail.com>wrote:
> On Tue, Apr 16, 2013 at 9:37 AM, Alexey Samsonov <samsonov at google.com>
> wrote:
> >
> > On Tue, Apr 16, 2013 at 8:31 PM, Michael Spencer <bigcheesegs at
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
On Tue, Apr 16, 2013 at 8:31 PM, Michael Spencer <bigcheesegs at gmail.com>wrote:
> On Tue, Apr 16, 2013 at 2:37 AM, Alexey Samsonov <samsonov at google.com>wrote:
>
>> Hi!
>>
>> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject
>> library?
>>
>
>> ld.gold from GNU binutils has --compress-debug-sections=zlib option,
2014 Dec 19
3
zlib, mdbox and spam filtering scripts
Hi all,
I am quite happily running a dovecot setup with maildirs. This was once running courier but since the migration I have never ever looked back.
Now, with growing userbase I?m looking into using zlib compression and mdbox instead of maildir. This seems to go quite well using dsync on a testbed server. So let?s go production!
Before final decision I came across this:
- I?m using a spam
2013 Nov 25
2
Zlib plugin - when does it make sense?
Hi,
I run a small IMAP server for a dozen guys in the office, serving about
55GB of Maildir. I recently became aware of the Zlib plugin (
http://wiki2.dovecot.org/Plugins/Zlib ) and wondered
1. given that there is about zero CPU load on my IMAP server, is
enabling the plugin a no-brainer or are there other things (except CPU
load) to consider?
2. For enabling the plugin, I suppose you
2020 Aug 28
0
zlib errors after upgrading
zstd support was added in v2.3.11 (not v2.3.12 like I mistakenly tried to say in the earlier mail).
> On 28. Aug 2020, at 16.36, Robert Nowotny <rnowotny at rotek.at> wrote:
>
>
> ok, I did install zstd (zstd command line interface 64-bits v1.4.4, by Yann Collet)
>
> reconfigured & compiled dovecot 2.3.10.1 again with option : with-zstd
>
> changed the
2019 Jan 05
0
zlib - some emails maybe double or partial gzipped
Hi,
I found these in my logs:
Jan 5 15:58:56 mail dovecot: imap-login: Login: user=<xy at z.com>, method=PLAIN, rip=1.2.3.4, lip=2.3.4.5, mpid=5852, TLS, session=<K2oaPLd+885fWs6U>
Jan 5 15:58:56 mail dovecot: imap-login: Login: user=<xy at z.com>, method=PLAIN, rip=1.2.3.4, lip=2.3.4.5, mpid=5854, TLS, session=<uxAjPLd+ys5fWs6U>
Jan 5 15:58:56 mail dovecot: