Displaying 20 results from an estimated 294 matches for "zlib_save_level".
2010 Oct 09
1
disable zlib via config to allow per mailbox compression level
Hello
Dovecot v2.0.5
zlib_save_level = 6 # 1..9
zlib_save = gz # or bz2
Is there a config option to disable zlib, even if above config are in
place? If so please provide an example.
If no, would it be possible to add one? Like if zlib_save_level = 0
disable zlib. So one can configure per mailbox compression level via
sql database...
2020 Aug 31
2
how fetch zlibed mails with doveadm
Hey there,
i need some help with an administrativ dovecot question.
I run a dovecot 2.2.33 ubuntu server with mdbox and "zlib_save = gz
zlib_save_level = 6". Now i want to fetch the mailheader from some mails via
doveadm fetch -u <user> hdr uid <uid>. The only thing what i receive is some
binary stuff. Is there a way, i can tell the dovemadm fetch command, that he
should deflate the output for me?
Yours sincerely
Pascal Rudo...
2011 Sep 20
2
Trouble getting lda to gzip incomming mails (zlib plugin)
...mail_plugins = zlib
}
protocol lda {
postmaster_address = postmaster at monsternett.no
mail_plugins = sieve zlib
mail_plugin_dir = /usr/lib/dovecot/modules/lda
sieve_global_dir = /etc/dovecot/sieve/
sieve_global_path = /etc/dovecot/sieve/default.sieve
}
plugin {
zlib_save_level = 6
zlib_save = gz
fts = squat
sieve = ~/dovecot.sieve
sieve_dir = ~/
}
--
Helge Milde, 69701808
www.monsternett.no
2017 Jun 10
3
Changing the name of a compressed file
...On June 10, 2017 at 11:01 AM Peter West <lists at pbw.id.au> wrote:
>>
>>
>> Thanks for that Aki.
>>
>> Follow-up question. I tried to initiate compression by adding
>>
>> mail_plugins = $mail_plugins zlib
>>
>> plugin {
>> zlib_save_level = 6
>> zlib_save = xz
>> }
>>
>>
>> to dovecot.conf. I restarted dovecot and sent one message to the server, and one message from the server. Neither was compressed. I changed the save type to
>>
>> zlib_save = bz2
>>
>> and repeate...
2020 Aug 31
2
AW: how fetch zlibed mails with doveadm
...eve_filter_bin_dir = /usr/local/bin/
sieve_filter_input_eol = lf
sieve_global_dir = /etc/dovecot/sieve/
sieve_max_redirects = 25
sieve_pipe_bin_dir = /usr/local/bin/
sieve_pipe_input_eol = lf
sieve_plugins = sieve_extprograms
sieve_redirect_envelope_from = recipient
zlib_save = gz
zlib_save_level = 6
}
protocols = imap pop3 sieve
service auth-worker {
idle_kill = 1 mins
}
service auth {
idle_kill = 1 mins
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = root
}
service imap-login {
executable = /usr/lib/dovecot/imap-l...
2014 Jan 29
1
dsync backup; compressed to uncompressed
...= 10
managesieve_max_line_length = 65536
quota = dict:User quota::file:%h/dovecot.quota
quota2_rule = Trash:storage=+10%%
quota3_rule = Junk:storage=+20%%
quota_rule = *:storage=100M:messages=100000
recipient_delimiter = +
sieve_before = /var/opt/mail/global.sieve/
zlib_save = gz
zlib_save_level = 9
}
pop3_reuse_xuidl = yes
protocols = imap pop3 sieve lmtp
service auth {
inet_listener auth {
port = 113
}
unix_listener auth-userdb {
user = nobody
}
}
service lmtp {
inet_listener lmtp {
port = 24
}
process_min_avail = 10
service_count = 1
}
service managesieve-log...
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 compressed at all. It is not very clear if
compression is available for s...
2013 Jun 11
0
Zlib plugin: changing compression save level
Hi,
I have running dovecot 2.1.15 with zlib plugin enabled and "zlib_save_level = 6" since about 2 years now
without any problems.
What happens if I now change the zlib_save_level to 9?
Should that work without any problems, or become the current saved "*.m" files
incompatible or unreadable?
Thanks
Urban
2013 Dec 05
1
zlib config questions
...nt 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
zlib_save = gz
...
Or do I need to instead (or also?) add it to the list of plugins in 20-imap.conf?
A simple 'sudo doveadm reload' to enable?
Once enabled, is there an indication in the logs that compression is taking place?
Do new mail files have a suffix like .Z to indicate t...
2017 Jun 10
2
Changing the name of a compressed file
Thanks for that Aki.
Follow-up question. I tried to initiate compression by adding
mail_plugins = $mail_plugins zlib
plugin {
zlib_save_level = 6
zlib_save = xz
}
to dovecot.conf. I restarted dovecot and sent one message to the server, and one message from the server. Neither was compressed. I changed the save type to
zlib_save = bz2
and repeated. This time the message received (in /var/vmail/<host>/<username>/...
2017 Nov 25
2
Dovecot lmtp doesn't log
...= 32
sieve_max_redirects = 4
sieve_max_script_size = 1M
sieve_quota_max_scripts = 0
sieve_trace_debug = yes
sieve_trace_level = matching
sieve_vacation_dont_check_recipient = yes
sieve_vacation_send_from_recipient = yes
sieve_vacation_use_original_recipient = yes
zlib_save = gz
zlib_save_level = 6
}
protocols = imap pop3 lmtp sieve
service auth {
unix_listener auth-userdb {
group = mail
mode = 0666
user = vmail
}
}
service lmtp {
inet_listener lmtp {
port = xx
}
}
service managesieve-login {
inet_listener sieve {
port = xx
}
service_count = 1
}
protocol...
2015 Nov 08
2
antispam plugin pipe backend error when moving multiple emails
Hi,
I've got some trouble with the dovecot antispam plugin and the pipe backend.
I'm using dovecot 2.2.18 with maildirs and zlib compression enabled.
When moving 2 or more emails at once from the Junk folder to another one, I always have the following error : "Failed to copy to temporary file"
In the server logs :
imap(vvv at vvv.vvv): Error:
2017 Jun 10
2
Changing the name of a compressed file
...>>>
>>>>
>>>> Thanks for that Aki.
>>>>
>>>> Follow-up question. I tried to initiate compression by adding
>>>>
>>>> mail_plugins = $mail_plugins zlib
>>>>
>>>> plugin {
>>>> zlib_save_level = 6
>>>> zlib_save = xz
>>>> }
>>>>
>>>>
>>>> to dovecot.conf. I restarted dovecot and sent one message to the server, and one message from the server. Neither was compressed. I changed the save type to
>>>>
>>>...
2016 Sep 13
2
Replication: Can't unsubscribe from shared mailbox
...=8G
quota_status_nouser = DUNNO
quota_status_overquota = 552 5.2.2 Mailbox is full
quota_status_success = DUNNO
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_extensions = +notify +imapflags
sieve_max_actions = 250
sieve_max_redirects = 200
zlib_save = gz
zlib_save_level = 6
}
protocols = " imap lmtp sieve pop3 sieve"
replication_dsync_parameters = -d -l 300 -U -N
service aggregator {
fifo_listener replication-notify-fifo {
user = vmail
}
unix_listener replication-notify {
user = vmail
}
}
service auth {
unix_listener auth-...
2015 Apr 14
2
Dovecot and recipient_delimiter
...ody enotify
environment mailbox date ihave
passdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
plugin {
autocreate = Junk
autosubscribe = Junk
recipient_delimiter = +
sieve = /DATEN/vmail/%d/%n/.dovecot.sieve
sieve_dir = /DATEN/vmail/%d/%n/sieve
zlib_save = gz
zlib_save_level = 6
}
protocols = sieve imap
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-userdb {
group = vmail
mode = 0660
user = vmail
}
user = root
}
service imap-login {
chroot = l...
2015 Feb 12
2
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
...uota_rule = *:storage=4GB
quota_rule2 = Trash:storage=+50MB
sieve = ~/.dovecot.sieve
sieve_after = /srv/sieve/after.d/
sieve_before = /srv/sieve/before.d/
sieve_default = /srv/sieve/default.d/dovecot.sieve
sieve_dir = ~/.sieve
sieve_global_dir = /srv/sieve/
zlib_save = gz
zlib_save_level = 9
}
postmaster_address = postmaster at example.com
protocols = imap lmtp sieve
service aggregator {
fifo_listener replication-notify-fifo {
group = vmail
mode = 0660
user = vmail
}
unix_listener replication-notify {
group = vmail
mode = 0660
user = vmail...
2017 Nov 10
3
rawlog segfaults (error 4 in libdovecot.so.0.0.0)
...events = append delete undelete expunge copy mailbox_delete mailbox_rename flag_change
mail_log_fields = uid box msgid size from flags
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global = /var/lib/dovecot/sieve/global/
sieve_user_log = ~/.dovecot.sieve.log
zlib_save = gz
zlib_save_level = 6
}
protocols = imap pop3 lmtp sieve
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0666
}
unix_listener auth-userdb {
group = vmail
mode = 0660
user = vmail
}
}
service imap-login {
inet_listener imap {
port = 143
}
inet_listen...
2012 Jan 01
3
Dsync fails on second sync for folders with dot in the name
I'm in the processes of running our first dsync backup of all users
(from maildir to mdbox on remote server), and one problem I'm hitting
that dsync will work fine on first run for some users, and then
reliably fail whenever I try a new run:
$ sudo dsync -u janfrode at example.net backup ssh -q mailbackup at repo1.example.net dsync -u janfrode at example.net
$ sudo dsync -u janfrode
2015 Dec 08
2
EVP_PKEY_get1_EC_KEY:expecting a ec key
...cial_use = \Sent
}
mailbox "Sent Messages" {
auto = no
special_use = \Sent
}
mailbox Trash {
auto = create
special_use = \Trash
}
prefix =
type = private
}
passdb {
driver = shadow
}
plugin {
sieve = file:~/sieve;active=~/.dovecot.sieve
zlib_save = gz
zlib_save_level = 6
}
postmaster_address = postmaster at langzeittest.de
protocols = imap
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = root
}
ssl_cert = </etc/dovecot/ssl-cert-langzeittest-plus-cacert.crt
ssl_cipher_list =
E...
2017 Dec 01
3
Dovecot lmtp doesn't log
...uota_max_scripts = 0
>> sieve_trace_debug = yes
>> sieve_trace_level = matching
>> sieve_vacation_dont_check_recipient = yes
>> sieve_vacation_send_from_recipient = yes
>> sieve_vacation_use_original_recipient = yes
>> zlib_save = gz
>> zlib_save_level = 6
>> }
>> protocols = imap pop3 lmtp sieve
>> service auth {
>> unix_listener auth-userdb {
>> group = mail
>> mode = 0666
>> user = vmail
>> }
>> }
>> service lmtp {
>> inet_listener lmtp {
>> po...