Re: overview zlib efficiency?
During migration from 1.x with maildir to 2.x with dbox a did the following trick: time dsync -R -u t...@example.com backup maildir:/var/spool/imap/tmp/Maildir And got the following results: |orig |366|28s | |gz.6 |260|5min| |bz2.6|202|5min| |xz.1 |211|1min| |xz.2 |213|1min50sec| |xz.3 |201|3min| |xz.6 |198|5min| |xz.9 |198|10min| |lz4 |281|18s | 1-9 - is compression level. I choose lz4 finally. -- Anton Chevychalov Götz Reinicke - IT Koordinator писал 2016-03-15 18:01: Hi, may be someone has already done that: Do you have a script(?) tool which shows the efficiency of the mail compression if zlib is used? Something that shows the uncompressed size vrs. the compressed. Thanks for hints! /Götz
Re: Trouble getting vnd.dovecot.filter and filter visible/usable...
Hi Stephan, I¹ll be damned, that was it. I figured it was something simple I was overlooking. Reading the description of sieve_global_extensions again, it makes sense now. Thanks again. Cheers, Josh On 3/17/16, 3:59 PM, "Stephan Bosch" wrote: >Op 3/17/2016 om 8:04 PM schreef Tolbert, Joshua P: >> Hello, >> >> I¹m trying to make vnd.dovecot.filter available both globally and for >>users through sieve, but I haven¹t had much luck getting things to work >>right. Sieve scripts won¹t validate and vnd.dovecot.filter never shows >>up in the managesieve capability list. I¹ve spent lots of time looking >>for where problems could be, but I¹m out of ideasŠSo I¹m asking you guys. >> >> In the protocol lmtp section, I¹m defining mail_plugins = $mail_plugins >>sieve, however I¹ve tried it without $mail_plugins tooŠNo luck that way >>either. >> >> Any help/advice would be much appreciated. Thanks! > >Then don't put it in sieve_global_extensions. That setting overrides the >sieve_extensions setting and restricts all listed extensions to global >context only; this way these extensions are only available from >sieve_before, sieve_after, and sieve_global Sieve scripts. User scripts >will not accept it in that case. > >Regards, > >Stephan
Released Pigeonhole v0.4.13 for Dovecot v2.2.22.
Hello Dovecot users, Here is the final v0.4.13 release of Pigeonhole for Dovecot v2.2.22. Nothing changed since the RC. Changelog v0.4.13: * redirect action: Added the list-id header to the duplicate ID for mail loop prevention. This means that the message sent directly to the user and the message coming through the mailing list itself are treated as different messages by the loop detection of the redirect command, even though their Message-ID may be identical. * Changed the Sieve number type to uint64_t, which means that Sieve numbers can now technically range up to 2^64. Some other Sieve implementation allowed this, making this change necessary for successful migration. + Implemented the sieve_implicit_extensions setting. The extensions listed in this setting do not need to be enabled explicitly using the Sieve "require" command. This behavior directkly violates the standard, but can be necessary for compatibility with some existing implementations of Sieve. Do not use this setting unless you really need to! - redirect action: Made mail loop detection more robust by forcibly adding a Message-ID header if it is missing. - Prevent logging a useless "script not found" error message for LDAP scripts for which the entry exists but no attribute containing a script. This is not necessarily an error. - extprograms plugin: Changed the communication channel between parent and child process for a directly forked program from a socketpair to a double pipe. Linux does not support /dev/stdin, /dev/stdout and friends for sockets. For some shell program authors this may be confusing, so that is why it is changed. When using the script service, these device nodes are still not usable though. The release is available as follows: http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.13.tar.gz http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.13.tar.gz.sig Refer to http://pigeonhole.dovecot.org and the Dovecot v2.x wiki for more information. Have fun testing this release and don't hesitate to notify me when there are any problems. Regards, -- Stephan Bosch step...@rename-it.nl
VS: Re: TLS handshake issue
openssl s_client -connect host:143 -starttls imap ---Aki TuomiDovecot oy Alkuperäinen viesti Lähettäjä: John Oliver Päivämäärä: 17.3.2016 20.11 (GMT+02:00) Saaja: dovecot@dovecot.org Aihe: Re: TLS handshake issue On Thu, Mar 17, 2016 at 08:30:32PM +0300, Andrey Fesenko wrote: > May be use -starttls imap or 993 port and more logs verbose_ssl=yes I am using verbose_ssl = yes Dovecot is currently working with SSL on 143, and I'm trying to not change current client config. As for '-starttls', in what context? -- *** * John Oliver http://www.john-oliver.net/ * * * ***
Re: [Dovecot-news] Xi has a new home
Am 2016-03-17 um 15:09 schrieb Eric Kom: On 2016/03/17 3:38 PM, Stephan Bosch wrote: Hi, Good day dear, Thanks for the UPDATE. The xi.dovecot.fi host name route to www.dovecot.nl They is no direct access to it via HTTP/FTP? Something is there http://xi.dovecot.fi/debian/ Sadly, no http://xi.dovecot.fi/ubuntu/ - I guess that will be on opensuse -- peter