Panic in service(log)

2015-08-27 Thread Eugene Paskevich
] - /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fd3689bcb45] - dovecot/log(+0x277d) [0x555e9f81777d] master: Error: service(log): child 28845 killed with signal 6 (core dumps disabled) Could anyone please advise? -- Eugene Paskevich | *==)--- | Plug me

Re: Panic in service(log)

2015-08-27 Thread Eugene Paskevich
27.08.2015, 16:09, Eugene Paskevich eug...@raptor.kiev.ua: Hello, I'm using the Debian builds of dovecot-2.2 by S[r]us. Today I started getting the following panic: log: Panic: file priorityq.c: line 122 (priorityq_remove_idx): assertion failed: (idx count) Just in case, here is the full

Re: sieve plugin editheader not found

2015-04-11 Thread Eugene Paskevich
On 04/11/2015 04:26 PM, Patrick Lion wrote: sieve_extensions = +notify +imapflags sieve_plugins = editheader Editheader is not a plugin. It's an extension. Ergo, if you put +editheader into sieve_extensions sievec -x flag won't be necessary. Require line will be though. -- Eugene

Re: sieve plugin editheader not found

2015-04-08 Thread Eugene Paskevich
: value: STR[4] ${1} 0032:5: DELETEHEADER 0034: field name: STR[9] Something 0041:5: [End of code] -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua| ---(==* | The Matrix

Re: [Dovecot] dovecot antispam plugin is not woking

2013-05-04 Thread Eugene Paskevich
spam system should it make an error. -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua| ---(==* | The Matrix

Re: [Dovecot] dovecot antispam plugin is not woking

2013-04-30 Thread Eugene Paskevich
. cna anyone help me Please fix antispam_dspam_args and let me know whether it works. -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua| ---(==* | The Matrix

Re: [Dovecot] dovecot antispam plugin is not woking

2013-04-30 Thread Eugene Paskevich
antispam_backend = dspam antispam_dspam_args = --client;--user;vmail;--source=error;--signature=%%s antispam_dspam_result_header = X-DSPAM-Result antispam_signature = X-DSPAM-Signature } -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua

Re: [Dovecot] Antispam r49 breaks Dovecot v2.1

2013-04-30 Thread Eugene Paskevich
On Thu, 20 Dec 2012 12:58:23 +0200, Steffen Kaiser skdove...@smail.inf.fh-brs.de wrote: patch 49 breaks compilation with Dovecot v2.1. Fixed in 5ebc6aae4d7c. -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua

Re: [Dovecot] Antispam plugin problem (CRM114)

2012-10-01 Thread Eugene Paskevich
configuration as to where debugging logging should go to. Otherwise I have no idea. -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua| ---(==* | The Matrix

Re: [Dovecot] Antispam plugin problem (CRM114)

2012-10-01 Thread Eugene Paskevich
. and this is info_log_path = /var/log/dovecot/dovecot.log log_path = /var/log/dovecot/dovecot-err.log debug_log_path = Did you notice that patch is mainly for i_debug() invocations? :-) Try sitting debug_log_path to something meaningful. And of course restart dovecot. -- Eugene

Re: [Dovecot] Antispam plugin problem (CRM114)

2012-10-01 Thread Eugene Paskevich
On Mon, 01 Oct 2012 13:58:23 +0300, Davide davide.mar...@mail.cgilfe.it wrote: Parameters i.e. antispam_crm_binary = /opt/crm114/mailreaver.crm must be enclosed on ? so antispam_crm_binary = /opt/crm114/mailreaver.crm No. -- Eugene Paskevich | *==)--- | Plug me

Re: [Dovecot] Antispam plugin problem (CRM114)

2012-10-01 Thread Eugene Paskevich
log 2012-10-01 12:33:31 imap: Debug: Module loaded: /usr/local/lib/dovecot/lib90_antispam_plugin.so but nothing inherit [CANNOT] Failed to call crm114 binary Could you please post the contents of the debug file somewhere? -- Eugene Paskevich | *==)--- | Plug me

Re: [Dovecot] Antispam plugin problem (CRM114)

2012-10-01 Thread Eugene Paskevich
with a script bash to ouput command,user etc etc Wait a second... So the script is ran correctly but reaver isn't? That probably means that either reaver dislikes its arguments or its stdin... -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua

Re: [Dovecot] Antispam plugin problem (CRM114)

2012-09-30 Thread Eugene Paskevich
-20120927_105129_798028_B0035817 X-CRM114-Status: GOOD ( 28.64 ) headers ... Operation failed over folder 'UNSURE'. Server for account davide.mar...@mail.cgilfe.it said: [CANNOT] Failed to call crm114 binary.. Did you see anything in syslog? If not, let's begin with the attached patch. -- Eugene

Re: [Dovecot] Antispam plugin problem (CRM114)

2012-09-30 Thread Eugene Paskevich
On Mon, 01 Oct 2012 02:07:25 +0300, Eugene Paskevich eug...@raptor.kiev.ua wrote: Did you see anything in syslog? If not, let's begin with the attached patch. Ouch... too sleepy. Here's the correct patch. -- Eugene Paskevich | *==)--- | Plug me into eug

Re: [Dovecot] 2.1.10 crashes at login (buf-used = buf-alloc)

2012-09-19 Thread Eugene Paskevich
://hg.dovecot.org/dovecot-antispam-plugin/annotate/e902fcd40d1d/antispam-plugin.c#l32 -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua| ---(==* | The Matrix

Re: [Dovecot] Antispam plugin not compatible with Dovecot 2.1

2012-01-18 Thread Eugene Paskevich
: 'struct mail_save_context' has no member named 'copying' The copying should be changed to copying_via_save. Thank you, Timo. Would #if DOVECOT_IS_GE(2,1) suffice or do I need anything more specific? -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua

Re: [Dovecot] Antispam plugin not compatible with Dovecot 2.1

2012-01-18 Thread Eugene Paskevich
On Wed, 18 Jan 2012 18:31:49 +0200, Timo Sirainen t...@iki.fi wrote: On Wed, 2012-01-18 at 18:19 +0200, Eugene Paskevich wrote: mailbox.c: In function 'antispam_save_begin': mailbox.c:138:12: error: 'struct mail_save_context' has no member named 'copying' The copying should be changed

Re: [Dovecot] dspam

2011-07-25 Thread Eugene Paskevich
: antispam plugin backend is not selected for this user any explanation ? A simple one, yes. :-) Pay your attention to dovecot-antispam manual page. Please keep us posted if problems remain. -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua

Re: [Dovecot] [st...@telcotec.se: [stava: antispam problem]]

2010-10-23 Thread Eugene Paskevich
as you supposed them to be. Try applying the attached patch which should show how exactly the folders are treated. -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua| ---(==* | The Matrix diff -r 0cda886fec90 src/mailbox.c --- a/src

Re: [Dovecot] dovecot-antispam-1.3 multiple plugin load

2010-10-23 Thread Eugene Paskevich
... } When I try to login, the connection is aborted and dovecot connection die with coredump Are there are any people with similar settings ? (doble instance of antispam plugin) Could you please elaborate why you need to load multiple plugin instances simultaneously? -- Eugene Paskevich

Re: [Dovecot] release plan for dovecot antispam plugin?

2010-10-05 Thread Eugene Paskevich
. I have to run all the licensing/copyrighting questions by them. I hope this shouldn't be a problem. But it has to be done before releasing. -- Eugene Paskevich | *==)--- | Plug me into eug...@raptor.kiev.ua| ---(==* | The Matrix