Re: [Dovecot] How do I use plus-addressing in Dovecot 1.1.x?

2008-11-05 Thread Jon Fullmer
That did it! HOORAY! Thanks, Timo! - Jon On Nov 5, 2008, at 9:58 AM, Timo Sirainen wrote: On Wed, 2008-11-05 at 08:05 -0500, Charles Marcus wrote: On 11/5/2008 7:11 AM, Timo Sirainen wrote: On Sun, 2008-11-02 at 13:33 -0700, Jon Fullmer wrote: As best as I can tell, the answer seems to lie

Re: [Dovecot] antispam - Unable to determine the destination user

2008-11-05 Thread Romanczyk Guillaume
Hello, If you don't use MySQL you will need to use the --user parameter to set the corresponding owner of the signature. Then you have another problem. You either run the dspam call as the same _system_ user as what you are providing in the --user parameter, eg. run it as real system user joh

Re: [Dovecot] Install Configuring and run.

2008-11-05 Thread Charles Marcus
On 11/5/2008, Marko Weber ([EMAIL PROTECTED]) wrote: > even mails that are marked by sapmassassin , dspam marks them as "innocent". How big is your spam/ham corpus? You do realize DSPAM requires a considerable amount of 'training' - meaning, a LOT of ham/spam in the corpus - before it starts to sh

Re: [Dovecot] Limit simultaneous pop3 login for users?

2008-11-05 Thread Timo Sirainen
On Nov 5, 2008, at 10:52 PM, Patrick MacDonald wrote: Is there a way to limit simultaneous pop3 logins for users? Like for a user that has pop-every-minute running on two different computers from two different networks? If dovecot can't stop it, anyone know of a trick I could implement?

Re: [Dovecot] Install Configuring and run.

2008-11-05 Thread Marko Weber
Hello , yes it "seems" to work. But it tags all mails as "innocent". everyone. even mails that are marked by sapmassassin , dspam marks them as "innocent". my goal is to work with dspam that it scans incoming mails and that this training via moving mails works. if i understand the dovecot-anti

Re: [Dovecot] Install Configuring and run.

2008-11-05 Thread Marko Weber
Thorsten Vollmer schrieb: On Wed, 2008-11-05 at 18:39 +0100, Thorsten Vollmer wrote: On Mon, 2008-11-03 at 15:39 +0100, Marko Weber wrote: Hello,. i installed dovecot with virtual user and domains. but i dont get thru "dovecot-antispam" config. is there any HOWTO, for gentoo , how to

[Dovecot] Limit simultaneous pop3 login for users?

2008-11-05 Thread Patrick MacDonald
Is there a way to limit simultaneous pop3 logins for users? Like for a user that has pop-every-minute running on two different computers from two different networks? If dovecot can't stop it, anyone know of a trick I could implement? Thanks in advance! Patrick

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Johannes Berg
Hi Eugene, > > And it prints the full command line to the syslog, I assume? Thanks for > > testing! > > It solves the problem here as well =) > Thanks for the update. Yeah, I thought so, somehow I just didn't have the idea to look at debugv() when you mentioned the problem. > Do you plan to imp

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Eugene
Hi Johannes, From: Johannes Berg <[EMAIL PROTECTED]> > I just committed a fix to debugv(), can you try that? If you downloaded > the tarball, get this one: > http://git.sipsolutions.net/?p=dovecot-antispam.git;a=snapshot;h=HEAD;sf=tgz > > If you can confirm that works I'll make a new release.

Re: [Dovecot] Install Configuring and run.

2008-11-05 Thread Thorsten Vollmer
On Wed, 2008-11-05 at 18:39 +0100, Thorsten Vollmer wrote: > On Mon, 2008-11-03 at 15:39 +0100, Marko Weber wrote: > > Hello,. > > i installed dovecot with virtual user and domains. > > but i dont get thru "dovecot-antispam" config. > > > > is there any HOWTO, for gentoo , how to setup and configu

Re: [Dovecot] Install Configuring and run.

2008-11-05 Thread Thorsten Vollmer
On Mon, 2008-11-03 at 15:39 +0100, Marko Weber wrote: > Hello,. > i installed dovecot with virtual user and domains. > but i dont get thru "dovecot-antispam" config. > > is there any HOWTO, for gentoo , how to setup and configure > dovecot-antispam ? > with examples for the config files ? I assu

Re: [Dovecot] How do I use plus-addressing in Dovecot 1.1.x?

2008-11-05 Thread Timo Sirainen
On Wed, 2008-11-05 at 08:05 -0500, Charles Marcus wrote: > On 11/5/2008 7:11 AM, Timo Sirainen wrote: > > On Sun, 2008-11-02 at 13:33 -0700, Jon Fullmer wrote: > >> As best as I can tell, the answer seems to lie in "namespaces" as a > >> feature added in Dovecot 1.1.0. The problem is that I don't

Re: [Dovecot] mUTF-7 vs UTF-8 in mailbox names

2008-11-05 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 5 Nov 2008, Anton Yuzhaninov wrote: IMHO using UTF-8 for file names is bad idea. What character encoding would you prefer, when your clients are using UTF8 already and can use any Unicode16 character? Bye, - -- Steffen Kaiser -BE

[Dovecot] Install Configuring and run.

2008-11-05 Thread Marko Weber
Hello,. i installed dovecot with virtual user and domains. but i dont get thru "dovecot-antispam" config. is there any HOWTO, for gentoo , how to setup and configure dovecot-antispam ? with examples for the config files ? maybe i have dspam self totally wrong configured. thanks marko

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Johannes Berg
On Wed, 2008-11-05 at 10:51 -0500, Rob Klingsten wrote: > Yes, it's great! > Nov 5 10:50:13 venus imap: antispam: /usr/local/bin/dspam > --source=error --class=innocent --signature=4911bedc107624643064458 > --user [EMAIL PROTECTED] Just wanted to make sure, thanks! I've pushed out a tag, tarb

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Rob Klingsten
I just committed a fix to debugv(), can you try that? If you downloaded the tarball, get this one: http://git.sipsolutions.net/?p=dovecot-antispam.git;a=snapshot;h=HEAD;sf=tgz If you can confirm that works I'll make a new release. johannes The fixed version works perfectly, thank you very much!

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Johannes Berg
On Wed, 2008-11-05 at 10:44 -0500, Rob Klingsten wrote: > > On Wed, 2008-11-05 at 10:25 -0500, Rob Klingsten wrote: > > > hmm. I wonder if there's a bug in debugv(), can you comment that call > out in dspam-exec.c? > > johannes > >>> Aha, that's getting closer ... I still got t

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Rob Klingsten
On Wed, 2008-11-05 at 10:25 -0500, Rob Klingsten wrote: hmm. I wonder if there's a bug in debugv(), can you comment that call out in dspam-exec.c? johannes Aha, that's getting closer ... I still got the 'Failed to call dspam' message, but dspam now seems to be called: Nov 5 10:11:05 venus

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Johannes Berg
On Wed, 2008-11-05 at 10:25 -0500, Rob Klingsten wrote: > >> hmm. I wonder if there's a bug in debugv(), can you comment that call > >> out in dspam-exec.c? > >> > >> johannes > > > > Aha, that's getting closer ... I still got the 'Failed to call dspam' > > message, but dspam now seems to be cal

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Rob Klingsten
Johannes Berg wrote: On Wed, 2008-11-05 at 10:03 -0500, Rob Klingsten wrote: Hi folks - I am configuring a new system and the antispam plugin is the last piece I need, everything else is working. Thanks to Johannes for this plugin, it's exactly what I want and an elegant solution for filter

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Thorsten Vollmer
On Wed, 2008-11-05 at 10:03 -0500, Rob Klingsten wrote: > Hi folks - > > I am configuring a new system and the antispam plugin is the last piece > I need, everything else is working. Thanks to Johannes for this plugin, > it's exactly what I want and an elegant solution for filter training. > Bu

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Rob Klingsten
Johannes Berg wrote: On Wed, 2008-11-05 at 10:03 -0500, Rob Klingsten wrote: Hi folks - I am configuring a new system and the antispam plugin is the last piece I need, everything else is working. Thanks to Johannes for this plugin, it's exactly what I want and an elegant solution for filter

Re: [Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Johannes Berg
On Wed, 2008-11-05 at 10:03 -0500, Rob Klingsten wrote: > Hi folks - > > I am configuring a new system and the antispam plugin is the last piece > I need, everything else is working. Thanks to Johannes for this plugin, > it's exactly what I want and an elegant solution for filter training. > Bu

[Dovecot] Another dovecot-antispam plugin can't call dspam

2008-11-05 Thread Rob Klingsten
Hi folks - I am configuring a new system and the antispam plugin is the last piece I need, everything else is working. Thanks to Johannes for this plugin, it's exactly what I want and an elegant solution for filter training. But I've been trying everything I can think of for the last 3 days to

Re: [Dovecot] mUTF-7 vs UTF-8 in mailbox names

2008-11-05 Thread Anton Yuzhaninov
On 01.11.2008 23:32, Timo Sirainen wrote: Also I'm wondering if in the future the mailbox names in filesystem should be converted to UTF-8. Probably not anytime soon though.. IMHO using UTF-8 for file names is bad idea. -- WBR, Anton Yuzhaninov

Re: [Dovecot] How do I use plus-addressing in Dovecot 1.1.x?

2008-11-05 Thread Charles Marcus
On 11/5/2008 7:11 AM, Timo Sirainen wrote: > On Sun, 2008-11-02 at 13:33 -0700, Jon Fullmer wrote: >> As best as I can tell, the answer seems to lie in "namespaces" as a >> feature added in Dovecot 1.1.0. The problem is that I don't understand >> how I could use them to resolve this situation.

Re: [Dovecot] problem with i_stream_next_line()

2008-11-05 Thread Giorgenes Gelatti
Ok. I've made a new patch in the subscription-file.c to fix my problem. Attached... thank you 2008/11/4 Timo Sirainen <[EMAIL PROTECTED]> > It's not a good idea to change the code that way. For example > dovecot-uidlist reading relies on i_stream_next_line() not returning a > partially written.

Re: [Dovecot] v1.1.6 released

2008-11-05 Thread Timo Sirainen
On Tue, 2008-11-04 at 10:13 +0100, Cor Bosman wrote: > > If there were no error messages logged with 1.1.5, there's nothing I > > can think of that could explain it. > > Im not sure when this started, but im seeing very high CPU use in dovecot. > I recently swapped our systems to Linux from Free

Re: [Dovecot] How do I use plus-addressing in Dovecot 1.1.x?

2008-11-05 Thread Timo Sirainen
On Sun, 2008-11-02 at 13:33 -0700, Jon Fullmer wrote: > As best as I can tell, the answer seems to lie in "namespaces" as a > feature added in Dovecot 1.1.0. The problem is that I don't understand > how I could use them to resolve this situation. I've read the > documentation. I've looked at