Displaying 11 results from an estimated 11 matches for "mail_get_virtual_size".
2006 Mar 20
1
compilation and installation of dspam-plugin
...:107: error: redefinition of `struct iovec'
In file included from ../src/imap/commands.h:6,
from ../src/imap/client.h:4,
from ../src/imap/common.h:5,
from spam_plugin.c:32:
../src/lib-storage/mail-storage.h:435: error: syntax error before
"mail_get_virtual_size"
../src/lib-storage/mail-storage.h:435: warning: type defaults to `int'
in declaration of `mail_get_virtual_size'
../src/lib-storage/mail-storage.h:435: warning: data definition has no
type or storage class
../src/lib-storage/mail-storage.h:438: error: syntax error before
"mail_ge...
2005 Sep 06
0
Dovecot-LDA & OpenBSD
...pat.h:37: error: conflicting
types for `socklen_t'
/usr/include/sys/types.h:95: error: previous declaration of `socklen_t'
In file included from common.h:5,
from deliver.c:5:
/mnt/files/dovecot-1.0-test80/src/lib-storage/mail-storage.h:428: error:
syntax error before "mail_get_virtual_size"
/mnt/files/dovecot-1.0-test80/src/lib-storage/mail-storage.h:428:
warning: type defaults to `int' in declaration of `mail_get_virtual_size'
/mnt/files/dovecot-1.0-test80/src/lib-storage/mail-storage.h:428:
warning: data definition has no type or storage class
/mnt/files/dovecot-1.0-te...
2006 Dec 10
2
segfault in RC15
...eq);
(gdb) bt full
#0 maildir_save_file_get_path (_t=0x80d72c0, seq=37) at maildir-save.c:242
_t = (struct mailbox_transaction_context *) 0x80d72c0
seq = 37
ctx = (struct maildir_save_context *) 0x0
mf = (struct maildir_filename *) 0x80d72c0
#1 0x80682ca in maildir_mail_get_virtual_size (_mail=0x80e9440) at maildir-mail.c:145
mail = (struct index_mail *) 0x80e9440
mbox = (struct maildir_mailbox *) 0x80d8c40
data = (struct index_mail_data *) 0x80e94a4
path = 0x80e94a4 ""
fname = 0x80d72c0 "@\214\r\b??\f\b\004"
virt...
2008 Oct 26
2
Problems with the pop3 part of dovecot
Hello,
I originally just typed up a 5 paragraph essay on my problems but just
deleted it all.
basically I need to find out where to start looking to find out what
is the problem with my dovecot pop3 setup. I switched from courier
imap/pop3 to dovecot imap/pop3. I have had super high loads (40+ and
overnight one server went to 511) and its been a nightmare fighting
with this new setup for the
2015 Oct 29
0
Indexer crash when fixing incorrectly named Maildir files
...ream+0x1c8)
[0x76f38df4] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x5391c)
[0x76ef291c] ->
/usr/lib/dovecot/libdovecot-storage.so.0(mail_get_stream+0x68)
[0x76ec482c] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x536f4)
[0x76ef26f4] ->
/usr/lib/dovecot/libdovecot-storage.so.0(mail_get_virtual_size+0x48)
[0x76ec4454] ->
/usr/lib/dovecot/libdovecot-storage.so.0(index_mail_precache+0x124)
[0x76f3a51c] -> /usr/lib/dovecot/lib20_fts_plugin.so(+0xcf20)
[0x76beff20] ->
/usr/lib/dovecot/libdovecot-storage.so.0(mail_precache+0x40)
[0x76ec4c84] -> dovecot/indexer-worker(+0x1eec) [0x5...
2009 Jan 21
1
Questions regarding Dovecot's POP3 implementation
...message.
Maildrop writes message as: 1035478339.27041_118.foo.org,S=1000,W=1000
(where 1000 is the file's RFC822.SIZE)
Then Dovecot doesn't have to calculate virtual message sizes.
I've also found this thread:
http://markmail.org/message/oznf2f7m7hvsxqn6
... which suggests changing mail_get_virtual_size to
mail_get_physical_size in src/pop3/client.c
Would this read the size from S=, or do a stat()?
5. Does anyone use Dovecot pop3 service on thousands of mailboxes and
if so, what specific tweaks / setup do you use?
Thanks
Dale
2019 Oct 18
2
Coredump v2.3.8 specific msg fetch, corrupted record in index cache, Broken physical size
...238109e9a] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x74b25)
[0x7f52380bcb25] ->
/usr/lib/dovecot/libdovecot-storage.so.0(mail_get_stream_because+0x70)
[0x7f52380833a0] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x748d7)
[0x7f52380bc8d7] ->
/usr/lib/dovecot/libdovecot-storage.so.0(mail_get_virtual_size+0x44)
[0x7f5238082ea4] -> dovecot/imap [johndoe at company.nl 10.0.10.36
FETCH](+0x21523) [0x561f6425f523] -> dovecot/imap [johndoe at company.nl
10.0.10.36 FETCH](+0x1f759) [0x561f6425d759] -> dovecot/imap [
johndoe at company.nl 10.0.10.36 FETCH](imap_fetch_more+0x39) [0x561f6425eb99]
-&...
2006 Jan 25
2
nfs and pop3
Hi,
I'm working with dovecot 1.0.beta2 for pop3 only and have set
index=memory, so no indizes are created on the disk. pop3_uidl_format is
set to %f. The maildirs are located on an nfs-share.
So generally, this setup is very similar to what qmail-popup and
qmail-pop3d does. However, everytime I'm switching from qmail-pop3d to
dovecot, the system load increases from less than 2 to more
2008 Jan 04
2
Optimizing POP3 performance?
Hello,
I recently migrated to Dovecot from Courier-IMAP and i'm very happy
with the IMAP Performance and Dovecot in general.
The server is running qmail-ldap and i'm still using the qmail pop3
daemon for the POP3 users.
Because i want to get rid of qmail completely (switching to exim) i
just tried to replace the qmail pop3 daemon with dovecot too.
Immediately after the migration the
2015 Jan 07
0
Cached message size smaller than expected
...local/lib/dovecot/libdovecot-storage.so.0(+0x2dacc)
[0x7feb14701acc] ->
/usr/local/lib/dovecot/libdovecot-storage.so.0(mail_get_stream+0x4d)
[0x7feb1470f3ed] ->
/usr/local/lib/dovecot/libdovecot-storage.so.0(+0x2e3e8)
[0x7feb147023e8] ->
/usr/local/lib/dovecot/libdovecot-storage.so.0(mail_get_virtual_size+0x2b)
[0x7feb1470f07b] -> dovecot/imap() [0x41b2f5] -> dovecot/imap()
[0x419d6c] -> dovecot/imap(imap_fetch_more+0x31) [0x419fa1] ->
dovecot/imap() [0x40ebb0] -> dovecot/imap(command_exec+0x3d) [0x4183ad]
-> dovecot/imap() [0x416a7e] -> dovecot/imap(client_output+0x10b)
[0...
2019 Jan 05
0
zlib - some emails maybe double or partial gzipped
...dda2a7538] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x66fc0) [0x7f1dda25efc0] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_get_stream_because+0x5d) [0x7f1dda22ee1d] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x66d87) [0x7f1dda25ed87] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_get_virtual_size+0x33) [0x7f1dda22ea83] -> dovecot/imap(+0x1eae3) [0x5595eb2dfae3] -> dovecot/imap(+0x1cfb6) [0x5595eb2ddfb6] -> dovecot/imap(imap_fetch_more+0x39) [0x5595eb2df0e9] -> dovecot/imap(cmd_fetch+0x33b) [0x5595eb2d0d9b] -> dovecot/imap(command_exec+0xa5) [0x5595eb2dc735] -> dovecot/imap...