Displaying 12 results from an estimated 12 matches for "mail_get_physical_size".
2008 May 28
6
Error using antispam plugin
Hi
When activating antispam plugin in imap protocol, when sending an
email, Evolution/Thunderbirdkeeps infinitely "Sending authentication
information", and Dovecor logs shows "dovecot: May 28 10:14:35 Error:
child 6910 (imap) killed with signal 11"; lots of empty folders in
/tmp are created with names like "antispam-mail-ZvyWeZ".
I am using Dovecot1.1 rc15 compiled
2008 Jul 11
1
Dovecot-1.1.1 with quota and antispam plugin - segmentation fault
...rogram Description
SIGALRM No No Yes Alarm clock
(gdb) Signal Stop Print Pass to program Description
SIG32 No Yes Yes Real-time event 32
(gdb) Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x080a968c in mail_get_physical_size ()
(gdb) #0 0x080a968c in mail_get_physical_size ()
No symbol table info available.
#1 0x1831d07a in quota_try_alloc (ctx=0x8128700, mail=0x0,
too_large_r=0xbfbfe74b) at quota.c:797
size = 4
ret = 0
#2 0x183213ce in quota_check (t=0x812e580, mail=0x0) at
quota-storage.c:148...
2008 Jul 18
2
quota vs. antispam issue
...(\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.
* 8 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1212140311] UIDs valid
* OK [UIDNEXT 9] Predicted next UID
01 OK [READ-WRITE] Select completed.
A003 APPEND SPAM () {2}
+ OK
ab
Program received signal SIGSEGV, Segmentation fault.
0x100929f4 in mail_get_physical_size (mail=0x0, size_r=0xbfeaf030) at mail.c:100
100 return p->v.get_physical_size(mail, size_r);
(gdb) bt
#0 0x100929f4 in mail_get_physical_size (mail=0x0, size_r=0xbfeaf030) at mail.c:100
#1 0x0fe29be0 in quota_try_alloc (ctx=0x101707a8, mail=0x0, too_large_r=0xbfeaf060)
at quota.c:818
#2...
2006 Mar 20
1
compilation and installation of dspam-plugin
...al_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_get_physical_size"
../src/lib-storage/mail-storage.h:438: warning: type defaults to `int'
in declaration of `mail_get_physical_size'
../src/lib-storage/mail-storage.h:438: warning: data definition has no
type or storage class
In file included from ../src/imap/commands.h:7,
from ../src/i...
2005 Sep 06
0
Dovecot-LDA & OpenBSD
...arning: 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-test80/src/lib-storage/mail-storage.h:431: error:
syntax error before "mail_get_physical_size"
/mnt/files/dovecot-1.0-test80/src/lib-storage/mail-storage.h:431:
warning: type defaults to `int' in declaration of `mail_get_physical_size'
/mnt/files/dovecot-1.0-test80/src/lib-storage/mail-storage.h:431:
warning: data definition has no type or storage class In file included
from de...
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
2009 Jan 21
1
Questions regarding Dovecot's POP3 implementation
...s 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
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
2007 Jan 31
2
Quota crashing w/ gdb backtrace
...0xc94c0, seq=1,
deleted_r=0xffbef157) at mbox-file.c:167
167 if (data == NULL) {
(gdb) bt
#0 0x377fc in mbox_file_seek (mbox=0xc8560, view=0xc94c0, seq=1,
deleted_r=0xffbef157) at mbox-file.c:167
#1 0x39684 in mbox_mail_seek (mail=0xc73a8) at mbox-mail.c:69
#2 0x398f0 in mbox_mail_get_physical_size (_mail=0xc73a8) at mbox-mail.c:163
#3 0x6b880 in mail_get_physical_size (mail=0xc73a8) at mail.c:75
#4 0x7f933a74 in quota_default_try_alloc (ctx=0xc9a58, mail=0xc73a8,
too_large_r=0xffbef397) at quota.c:434
#5 0x7f933654 in quota_try_alloc (ctx=0x0, mail=0xc73a8,
too_large_r=0xffbef397)...
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
2008 Jan 26
2
dovecot HEAD, assertion failed after 7193:e5af14239137 changeset
...: assertion failed: (%s)",
args=0xcfbee4a4 "?A") at failures.c:423
backtrace = 0x1c0739f1 ";\003u\v?\003"
#3 0x1c0741cb in i_panic (format=0x3c000100 "file %s: line %d (%s):
assertion failed: (%s)") at failures.c:195
No locals.
#4 0x1c029a89 in maildir_mail_get_physical_size (_mail=0x7ee27428,
size_r=0xcfbee598) at maildir-mail.c:361
mbox = (struct maildir_mailbox *) 0x7ee22028
data = (struct index_mail_data *) 0x7ee2749c
st = {st_dev = -809573008, st_ino = 671359322, st_mode =
3485394200, st_nlink = 134504406, st_uid = 2264813824,
st_gid =...
2008 Oct 09
5
Panic 1.1.4
...er-filter.c:347
mstream = (struct header_filter_istream *) 0x0
#14 0x080c7db9 in i_stream_seek (stream=0x8118dd0, v_offset=1904) at
istream.c:144
_stream = (struct istream_private *) 0x8118da8
---Type <return> to continue, or q <return> to quit---
#15 0x08071763 in mbox_mail_get_physical_size (_mail=0x81142b8,
size_r=0xbf942058) at mbox-mail.c:255
mail = <value optimized out>
data = (struct index_mail_data *) 0x8114334
input = (struct istream *) 0x8118dd0
hdr_size = {physical_size = 1738, virtual_size = 1771, lines = 33}
old_offset = 1904...