Re: [Dovecot] procmail/dovecot error

2009-06-21 Thread Marcin Rzepecki
x27;deliver' to log in user home directories, change log path in your global dovecot configuration, e.g.: protocol lda { [...] log_path = ~/.MAIL/deliver.log info_log_path = ~/.MAIL/deliver.log } -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] dovecot-antispam plugin and "Failed to call dspam" message

2009-06-13 Thread Marcin Rzepecki
call_dspam(item->sig, item->wanted); item = item->next; } #v- Cheers, -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] Compiling v1.3 on different OSes

2009-04-07 Thread Marcin Rzepecki
CONV) to $(LTLIBICONV) in > src/lib-dovecot/Makefile.am, then rerun automake, configure and make. Thanks John! Your trick did the job and now it builds without any problems. Cheers, -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] Compiling v1.3 on different OSes

2009-04-06 Thread Marcin Rzepecki
Mon, Apr 06, 2009 at 05:25:02PM -0400, Timo Sirainen wrote: > > > On Mon, 2009-04-06 at 23:03 +0200, Marcin Rzepecki wrote: > > > > > http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz > > > Unfortunately, i'm getting the same error. > > ../lib-dovecot

Re: [Dovecot] Compiling v1.3 on different OSes

2009-04-06 Thread Marcin Rzepecki
Mon, Apr 06, 2009 at 05:12:56PM -0400, Timo Sirainen wrote: > On Mon, 2009-04-06 at 23:03 +0200, Marcin Rzepecki wrote: > > > http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz > > > > Hi Timo, > > on FreeBSD i'm getting: > > I updated the above URL,

Re: [Dovecot] Compiling v1.3 on different OSes

2009-04-06 Thread Marcin Rzepecki
pkg_info -Ix iconv iconv-2.0_3 Charset conversion library and utilities libiconv-1.11_1 A character set conversion library mar...@vm01:~% uname -a FreeBSD vm01.lan 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 r...@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sy

Re: [Dovecot] Dovecot-antispam does not work

2009-02-13 Thread Marcin Rzepecki
on must > probably be checked and fixed if the call can succeed but still give a > failure return code. I set Johannes as a main recipient, maybe you will see > this email. Correct. I realize that is only a workaround, but I don't have too much time for playing with code. Cheers, -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] Dovecot-antispam does not work

2009-02-04 Thread Marcin Rzepecki
message unexpectedly lost') which are needed to make antispam plugin work. -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] Dovecot-antispam does not work

2009-02-03 Thread Marcin Rzepecki
Check if messages are going to correct dspam user. You are using je...@zemarmot.net as imap user, so dspam user have to be exactly the same. (i'm using hash driver, so all is in $DSPAM_HOME/data directory). -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] Dovecot-antispam does not work

2009-02-03 Thread Marcin Rzepecki
local/bin/dspam" antispam_dspam_args = --source=error antispam_dspam_args = --user=%u Hope it helps. Cheers, -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] dovecot >1.1.3 + antispam plugin issues

2008-12-16 Thread Marcin Rzepecki
Tue, Dec 16, 2008 at 06:09:00AM +0200, Timo Sirainen wrote: > On Tue, 2008-12-16 at 02:31 +0100, Marcin Rzepecki wrote: > > Dec 16 02:15:40 freebsd dovecot: IMAP(mr): Losing sync for mail uid=49 in > > mbox file /home/mr/.MAIL/Trash > > Dec 16 02:15:45 freebsd dovecot: IMAP

Re: [Dovecot] dovecot >1.1.3 + antispam plugin issues

2008-12-15 Thread Marcin Rzepecki
Sun, Dec 14, 2008 at 06:46:41PM +0100, Marcin Rzepecki wrote: > Timo Sirainen wrote: > > > > See if it works with the changes I did yesterday to hg. > When I comment out following code with this patch (same way as with v.1.1.3), > everything is working properly. > >

Re: [Dovecot] deliver & per user log file

2008-12-14 Thread Marcin Rzepecki
;); + log_path = expand_mail_env( getenv("INFO_LOG_PATH"), + get_var_expand_table(username, getenv("HOME")) ); if (log_path != NULL && *log_path != '\0') i_set_info_file(log_path); -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] deliver & per user log file

2008-12-14 Thread Marcin Rzepecki
og; %h/Mail/deliver.log - without effect -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] deliver & per user log file

2008-12-14 Thread Marcin Rzepecki
ving him wide permissions won't help. I think deliver won't expand '%h' parameter correctly. -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

[Dovecot] deliver & per user log file

2008-12-14 Thread Marcin Rzepecki
Hello, is there a way to log Dovecot deliver actions in user home directory like procmail did (e.g. in ~/Mail/deliver.log)? Greetings, -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] dovecot >1.1.3 + antispam plugin issues

2008-12-14 Thread Marcin Rzepecki
; stream->pos = 0; return -1; - } + } */ stream->buffer = buf; if (new_pos == stream->pos) { So now it's a little bit better, altough still something goes wrong. But at least it is possible to switch to a newer release now :) Anyway, thank you very much for your work. Keep it up! Greets, -- Marcin Rzepecki m.rzepecki(at)iem.pw.edu.pl

Re: [Dovecot] dovecot >1.1.3 + antispam plugin issues

2008-11-28 Thread Marcin Rzepecki
s I could downgrade to 1.1.3 and get it working - probably a > bad idea though. For me this is the only solution at now. Antispam plugin is very helpfull, so I cannot upgrade without it. Greets, -- Marcin Rzepecki marcinrz(at)gmail.com

[Dovecot] dovecot >1.1.3 + antispam plugin issues

2008-11-23 Thread Marcin Rzepecki
Hello, i have following problems using dovecot-antispam plugin (Dovecot >1.1.3, FreeBSD 8.0-Current, dovecot-antispam 1.0/1.1) dovecot-antispam compiled using dspam-exec/mailtrain, with/wo debugging (i've tried all possibilities) When i try to move message to SPAM folder (using dspam-exec backend)