Displaying 7 results from an estimated 7 matches for "antispam_save_finish".
2012 Mar 31
1
Problem compiling dovecot-antispam on Ubuntu 11.10 using Doveot 2.0.13
...plugin.
I followed dovecot wiki but i'm running into this error :
Successfully compiled dspam.c (plugin).
mailbox.c: In function 'antispam_save_begin':
mailbox.c:138:12: error: 'struct mail_save_context' has no member named
'copying_via_save'
mailbox.c: In function 'antispam_save_finish':
mailbox.c:174:12: error: 'struct mail_save_context' has no member named
'copying_via_save'
Failed to compile mailbox.c (plugin)!
Any hint please ?
Regards,
--
Guillaume Hilt
2008 Jul 11
1
Dovecot-1.1.1 with quota and antispam plugin - segmentation fault
...= (struct quota_transaction_context *) 0x8128700
ret = 134728787
too_large = 191
#3 0x18321740 in quota_save_finish (ctx=0x8152028) at quota-storage.c:251
qt = (struct quota_transaction_context *) 0x8128700
qbox = (struct quota_mailbox *) 0x81381e8
#4 0x1833212f in antispam_save_finish (ctx=0x8152028)
at antispam-storage-1.1.c:178
asbox = (struct antispam_mailbox *) 0x8138280
ast = (struct antispam_internal_context *) 0x812b270
dest_mail = (struct mail *) 0x4
ret = 0
#5 0x080ac4ed in mailbox_save_finish ()
No symbol table info available.
#6 0...
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
2010 Jul 13
1
mailbox_storage_vfuncs: mailbox_open -> ? in 2.0
...it disappear? Did it
get renamed?
It appears that I am needing to override some methods:
if (need_folder_hook) {
/* override save_init to override want_mail, we need that */
box->v.save_begin = antispam_save_begin;
box->v.save_finish = antispam_save_finish;
box->v.transaction_begin =
antispam_mailbox_transaction_begin;
box->v.transaction_commit =
antispam_mailbox_transaction_commit;
box->v.transaction_rollback =
antispam_mailbox_transaction_rollback;
box->v.copy = antispam_co...
2012 Jan 17
1
Antispam plugin not compatible with Dovecot 2.1
Here is what I get when I try to compile the antispam plugin agaisnt
Dovecot 2.1
**************
mailbox.c: In function 'antispam_save_begin':
mailbox.c:138:12: error: 'struct mail_save_context' has no member named
'copying'
mailbox.c: In function 'antispam_save_finish':
mailbox.c:174:12: error: 'struct mail_save_context' has no member named
'copying'
Failed to compile mailbox.c (plugin)!
gmake[3]: *** [mailbox.plugin.o] Error 1
**************
The other objects compile fine.
Cheers,
Olivier
2012 Jun 05
1
Different but probably related issue
Hi Marc,
[+list since I'm unlikely to be able to solve this problem myself]
> I am trying to setup a debian testing (wheeze) mail server using
> postfix, dovecot and amavisd-new with spamassassin. I have everything
> working fine, using mdbox mailboxes and system users. As a final touch
> for this setup, I wanted to be able to train the (global) bayes
> database directly
2008 Jul 18
2
quota vs. antispam issue
...bfeaf030) at mail.c:100
#1 0x0fe29be0 in quota_try_alloc (ctx=0x101707a8, mail=0x0, too_large_r=0xbfeaf060)
at quota.c:818
#2 0x0fe303dc in quota_check (t=0x10170158, mail=0x0) at quota-storage.c:148
#3 0x0fe30968 in quota_save_finish (ctx=0x10177c10) at quota-storage.c:251
#4 0x0fdfec58 in antispam_save_finish (ctx=0x10177c10) at antispam-storage-1.1.c:178
#5 0x10097c94 in mailbox_save_finish (_ctx=0x10159004) at mail-storage.c:738
#6 0x10016988 in cmd_append_continue_message (cmd=0x10158f98) at cmd-append.c:408
#7 0x10015804 in client_input_append (cmd=0x10158f98) at cmd-append.c:79
#8 0x101029e0 in...