Displaying 20 results from an estimated 10000 matches similar to: "What is the difference between the plugin zlib and imap-zlib ?"
2010 Apr 20
3
zlib Plugin Dovecot 2.0 - ostream
Hello Everyone...
In zlib save mail have it:
struct ostream *output;
There is a way to get the file descriptor from output used in ostream zlib
plugin ?
to get in istream is i_stream_get_fd, but don't have o_stream_get_fd......
2017 Dec 24
3
zlib plugin producing errors on 2.3.0
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 getting corrupted.
Panic: file ostream-zlib.c: line 36 (o_stream_zlib_close): assertion failed: (zstream->ostream.finished || zstream->ostream.ostream.stream_errno != 0)
Fatal: master: service(imap): child 80128 killed with
2013 Jul 19
1
zlib plugin "undefined symbol: imap_module_register"
Hi all,
i've tried to enable the zlib plugin within die LDA, but i've got some
strange errors
dovecot: lda: Error:
dlopen(/usr/lib/dovecot/modules/lib30_imap_zlib_plugin.so) failed:
/usr/lib/dovecot/modules/lib30_imap_zlib_plugin.so: undefined symbol:
imap_module_register
dovecot: lda: Fatal: Couldn't load required plugins
am i missing something within the config?
doveconf -n
2018 Jan 06
2
zlib plugin producing errors on 2.3.0
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 getting corrupted.
>> Panic: file ostream-zlib.c: line
2016 Jan 15
2
Corrupted index cache file - migration with zlib
Hi
I'm migrating some mailboxes from an old dovecot system where mailboxes are
stored maildir uncompressed. I enabled zlib on the new system and migrated
an account:
doveadm -o mail_fsync=never backup -R -u tonyg imapc:
when the account connects to the new system after a while i'm seeing the
following error and the mailbox is no longer functioning:
Jan 15 13:58:06 S611 dovecot:
2010 May 06
1
Bug in zlib Plugin (2.0)
Hello everyone.....
I Made some tests in zlib plugin, and in ostream file (ostream-zlib.c) in
o_stream_zlib_sendv function, have it:
stream->ostream.offset += bytes;
In struct mail_save_context, have saved_physical_size and it can be updated,
acording with the observation.
/* if non-zero, overrides the physical size that should be saved.
for example when using zlib plugin, this
2010 Nov 18
6
Doveadm
How doveadm purge a email ?
It's search using the index or scan every directory and open the email to
match the search criteria ?
2010 Mar 11
1
Plugin like zlib
Hi everyone.
I rebuild a plugin, based on zlib plugin.
The changes between this plugin and zlib, is the zlib stuffs is replaced by
open, read, lseek, close.
With "plain-text" files, its works ok.
So, my file is encrypt, and the result from decrypt file is different from
fread.
Like zlib, i read from fread the size variable, but the value added in
seek_offset and pos is the result from
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
2013 Mar 08
1
zlib plugin bug?
Hi there,
got a problem with the zlib plugin, just wanted to test it on a
test-mailserver, configured like in the wiki
(http://wiki2.dovecot.org/Plugins/Zlib) and restarted the server.
I've send an email to a blank maildir++ mailbox, the file is saved as
gzip compressed file, but the "Z" flag is missing in the filename.
Is that a bug in the plugin, or in dovecot?
Greetings, Jan
2011 May 20
1
IMAP COMPRESS not announced while using imap_zlib plugin
I'm trying to enable the IMAP COMPRESS plugin listed here:
http://wiki2.dovecot.org/Plugins/Compress
I have added zlib globally and imap_zlib to the imap protocol.
This is the output from doveconf -n with regards to mail_plugins:
--cut--
mail_plugins = zlib
protocol imap {
mail_plugins = zlib imap_zlib
}
--cut
But it seem like the feature is not announced when connecting to the
IMAP
2010 Mar 25
1
dovecot 2.0beta4 zlib
Hello,
When trying to enable the zlib and imap_zlib plugins, I get the
following error:
imap: dovecot/imap:/opt/dovecot/lib/dovecot/lib2
0_zlib_plugin.so: undefined symbol 'i_stream_create_bz2'
I did not compile it using --with-bzlib though and bz2 libs are
available on the system.
Best Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2010 May 11
1
Zlib plugin dovecot 2.0beta4
Hi Timo...
I made the plugin like you say.
The header part is saved by dovecot, with o_stream_send , and the body with
my function.
This implementation, works fine.
But i need to get / change some values to create the "link" from header to
body.
When a email is saved, have the S an W flags, that is the size of email.
There is a way to increase this Flags ? I need to put one more
2009 Dec 08
3
Developer Documentation
Hi Everyone....
I Try to make a modification in dovecot Maildir system....
I want to include lines from another file into every email when the user
request to read this email.
Is Like put some extras itens email. I try to find how to do this but what i
understand is, every email is read "on the fly", but i dont find exactly
where... i didnt find some "read" to do this.
Some
2013 Aug 26
1
zlib plugin issues
Hello,
I'm running dovecot 2.2.5 in Centos 6.4 on EXT4 fs.
I have activated zlib plugin. The incoming mails is compressed. However,
when i try to retrieve the mail using imap I'm getting this error
Aug 25 22:17:31 vrajah-vps5 dovecot: imap(me@<mydomain.tld>): Error: Cached
message size smaller than expected (1464 < 2452)
Aug 25 22:17:31 vrajah-vps5 dovecot:
2015 Mar 30
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-29, at 10:16 AM, Gedalya <gedalya at gedalya.net> wrote:
>
> This problem can be reproduced in one second. Here you go:
>
> protocol lmtp {
> mail_plugins = $mail_plugins sieve imap_quota
> }
>
> Mar 29 13:13:33 mail dovecot: lmtp(25315): Connect from local
> Mar 29 13:13:33 mail dovecot: lmtp(gedalya at gedalya.net): Error: Couldn't load
2007 Apr 19
2
error: *** zlib missing
I am very new to linux and openSSH ,, i am trying to compile openssh for jungo openrg IXP45. but while configuring i am getting following error,,
hecking for libgen.h... yes
checking for getspnam... yes
checking for library containing basename... none required
checking for deflate in -lz... no
configure: error: *** zlib missing - please install first or check config.log ***
if anybody will me
2010 Dec 21
3
doveadm "-S <socket_path>" option enabled in 2.0.8?
I apologize if this is a stupid question but I just compiled 2.0.8 and am trying to use doveadm to get the quota for a user using the -S <socket_path> option because I have different options for the various local IPs that dovecot listens on.
For example, my default quota is filesystem (NFS rquota) and I can get that by doing:
doveadm quota get -u warden
which tells me:
Quota name
2003 Nov 22
6
zlib missing when installing openssh-3.7.1p2
"Pacelli, Louis M, ALABS" wrote:
>
> Hi,
> I apologize for sending in this problem via email, but I had trouble using bugzilla.
Please use openssh-unix-dev at mindrot.org for problems with OpenSSH Portable
(ie anything that's not OpenBSD).
> I'm trying to install openssh-3.7.1p2
> When I run the configure step, I get the following message:
>
>
2019 Dec 04
3
Can't see a specific mail in thunderbird but with mobile mail client
Hi,
please record IMAP rawlog from the client session to see what the client requests and what dovecot responds.
https://wiki2.dovecot.org/Debugging/Rawlog <https://wiki2.dovecot.org/Debugging/Rawlog>
Sami
> On 4 Dec 2019, at 10.44, J. Echter via dovecot <dovecot at dovecot.org> wrote:
>
>
> Am 03.12.19 um 12:32 schrieb J. Echter via dovecot:
>> Hi,
>>