Re: [Dovecot] anti spam measures

2008-11-27 Thread Jakob Curdes
Trever L. Adams wrote I assumed you pasted the antispam configuration at the end. The place I mentioned is in the antispam section. eh, too tired yesterday. My antispam config does contain a (correct) signature line, but just one: ## # GENERIC OPTIONS # mail signatur

Re: [Dovecot] anti spam measures

2008-11-27 Thread Trever L. Adams
Jakob Curdes wrote: No, I don't have that in dc.conf : # expire plugin # Trash and its children 7d, Spam 30d # expire = backup 7 Spam 30 # expire = backup 7 spam 30 expire_dict = proxy::expire expire = backup 7 spam 30 # If you have a non-default path to auth-master, set also: auth_socket_path

[Dovecot] Namespaces and shared folders

2008-11-27 Thread bbell2000
I had a working dovecot install before I tried to implement shared folders using namespaces. I added the following to /etc/dovecot/dovecot.conf: namespace private { separator = prefix = inbox = yes } namespace public { separator = / prefix = location = maildi

Re: [Dovecot] Does either version 1.2 or 1.4 support UIDPLUS?

2008-11-27 Thread Robert Nicholson
That's the information that was given to be by my ISP before I figured out how I could check myself. they are upgrading this weekend so hopefully UIDPLUS will come with that. On Nov 27, 2008, at 12:25 PM, Charles Marcus wrote: On 11/27/2008 11:18 AM, Robert Nicholson wrote: Looks like it

[Dovecot] ManageSieve and invalid scriptname

2008-11-27 Thread Miguel Filho
Hello there, I have been using pysieved and avelsieve and it has been working great. I decided to do test with the ManageSieve patch and got this problem: Nov 27 17:21:29 cambui dovecot: MANAGESIEVE(miguel): sieve-storage: using active sieve script path: ~/.dovecot.sieve Nov 27 17:21:29 cambui do

Re: [Dovecot] expire tool question

2008-11-27 Thread LÉVAI Dániel
On Thursday 27 November 2008 20.15.21 Jakob Curdes wrote: > > Maybe you'll find this thread useful: > > > > http://dovecot.org/list/dovecot/2008-October/034747.html > > I already saw this. Unfortunately I do not understand the complete > reasoning. > If I'm right the thread basically says > > - dov

Re: [Dovecot] antispam plugin claims "antispam signature not found"

2008-11-27 Thread Thorsten Vollmer
On Thu, 2008-11-27 at 20:01 +0100, Jakob Curdes wrote: > Eugene wrote (somte time ago, I am just now recollecting my threads): > > Jakob Curdes wrote > >> Some weeks ago I asked a question on the antispam plugin; obviously > >> nobody could help me. I just worked on it again but made no progress. >

Re: [Dovecot] UIDL question

2008-11-27 Thread Wouter van der Schagt
OT: I'm curious as to why you're migrating from Postfix to Qmail. Thanks I will have a look. To answer your question, we've several high volume production servers running Qmail and one small server running Postfix. We are migrating not because Postfix doesn't work well, but because we want to

Re: [Dovecot] UIDL question

2008-11-27 Thread Jase Thew
Wouter van der Schagt wrote: Hi all, I'm migrating a Postfix + Dovecot 1.0 server with mboxes to Qmail + Dovecot 1.4 with Maildirs and encounter the following the problem. Using perfect-maildir.pl from: http://perfectmaildir.home-dn.net/ i can relatively succesfully convert the mbox to a Maildi

Re: [Dovecot] Can I import RFC822 messages into Dovecot from file system

2008-11-27 Thread Timo Sirainen
On Thu, 2008-11-27 at 11:07 -0800, bbell2000 wrote: > I'm new to dovecot and what's got me hung up are the indexes that dovecot > maintains in each user's directory. Don't worry about indexes. > Otherwise, I'd probably try copying the > messages into Maildir/cur just to see if it worked. That

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

2008-11-27 Thread Jakob Curdes
Marcin Rzepecki wrote: When i try to move message to SPAM folder (using dspam-exec backend) i'm getting IMAP error: antispam signature not found and in dovecot logs: Nov 23 23:44:24 freebsd dovecot: IMAP(mr): Next message unexpectedly lost from 2708619 HMMM. Same here. DC 1.1.5 with mbox. U

Re: [Dovecot] anti spam measures

2008-11-27 Thread Jakob Curdes
Trever L. Adams schrieb: Jakob Curdes wrote: I was the other one having this problem. Where exactly is that line? I was just looking at the whole thing again and re-testing, without any success. Cheers, Jakob In dovecot.conf, look near the very bottom, in the crm 114 section of your antisp

Re: [Dovecot] expire tool question

2008-11-27 Thread Jakob Curdes
Maybe you'll find this thread useful: http://dovecot.org/list/dovecot/2008-October/034747.html I already saw this. Unfortunately I do not understand the complete reasoning. If I'm right the thread basically says - dovecot-expire should log something with mail-debug=yes. (it doesn't in my

[Dovecot] Can I import RFC822 messages into Dovecot from file system

2008-11-27 Thread bbell2000
I'm returning to qmail and dovecot after having suffered a complete failure with a different mail system and I'm now trying to figure out the easiest way to recover our messages from the failed system. The messages are stored as RFC822 in individual files and I can easily identify which message b

Re: [Dovecot] antispam plugin claims "antispam signature not found"

2008-11-27 Thread Jakob Curdes
Eugene wrote (somte time ago, I am just now recollecting my threads): Jakob Curdes wrote Some weeks ago I asked a question on the antispam plugin; obviously nobody could help me. I just worked on it again but made no progress. Is actually anybody out there running the antispam plugin with dspam?

[Dovecot] Antispam plugin + script sieve

2008-11-27 Thread Allan Cassaro
Hi guys, I will start a little script that receive via antispam plugin an email, extract the "from" and "return-path" and create alter the sieve script of the user that send the e-mail. Well, I don't speak english very well (I speak like Borat!!!), but with some examples is better to understand:

Re: [Dovecot] Does either version 1.2 or 1.4 support UIDPLUS?

2008-11-27 Thread Charles Marcus
On 11/27/2008 11:18 AM, Robert Nicholson wrote: > Looks like its 1.0.5 > $ /usr/sbin/dovecot --version > 1.0.5 So what did you mean by 1.2 and 1.4 in your initial post? -- Best regards, Charles

[Dovecot] UIDL question

2008-11-27 Thread Wouter van der Schagt
Hi all, I'm migrating a Postfix + Dovecot 1.0 server with mboxes to Qmail + Dovecot 1.4 with Maildirs and encounter the following the problem. Using perfect-maildir.pl from: http://perfectmaildir.home-dn.net/ i can relatively succesfully convert the mbox to a Maildir. The problem, however is tha

Re: [Dovecot] Does either version 1.2 or 1.4 support UIDPLUS?

2008-11-27 Thread Robert Nicholson
Looks like its 1.0.5 $ /usr/sbin/dovecot --version 1.0.5 On Thu, Nov 27, 2008 at 10:02 AM, Robert Nicholson < [EMAIL PROTECTED]> wrote: > Is there a way to find out? > Here's what Capability tells me > > DB<7> x $m->capability > 0 'NAMESPACE' > 1 'MULTIAPPEND' > 2 'SASL-IR' > 3 'IDLE' > 4

Re: [Dovecot] Does either version 1.2 or 1.4 support UIDPLUS?

2008-11-27 Thread Timo Sirainen
That looks like Dovecot v1.0 since it's missing several capabilities that are in v1.1. The only way to know the exact version is by running dovecot --version. On Thu, 2008-11-27 at 10:02 -0600, Robert Nicholson wrote: > Is there a way to find out? > > Here's what Capability tells me > >DB<7>

Re: [Dovecot] Does either version 1.2 or 1.4 support UIDPLUS?

2008-11-27 Thread Robert Nicholson
Is there a way to find out? Here's what Capability tells me DB<7> x $m->capability 0 'NAMESPACE' 1 'MULTIAPPEND' 2 'SASL-IR' 3 'IDLE' 4 'LOGIN-REFERRALS' 5 'UNSELECT' 6 'LITERAL+' 7 'SORT' 8 'CHILDREN' 9 'IMAP4REV1' 10 'THREAD=REFERENCES' On Nov 27, 2008, at 9:59 AM, Timo Sirainen

Re: [Dovecot] Does either version 1.2 or 1.4 support UIDPLUS?

2008-11-27 Thread Timo Sirainen
Yes, but my guess is that you're really using Dovecot v1.0 which doesn't support it. On Thu, 2008-11-27 at 09:43 -0600, Robert Nicholson wrote: > Does it support it with Maildir? > > This is the response I get with Mail::IMAPClient > >DB<5> x @$output > 0 ARRAY(0x899dc18) > 0 3 > 1

Re: [Dovecot] Does either version 1.2 or 1.4 support UIDPLUS?

2008-11-27 Thread Robert Nicholson
Does it support it with Maildir? This is the response I get with Mail::IMAPClient DB<5> x @$output 0 ARRAY(0x899dc18) 0 3 1 'OUTPUT' 2 "5 OK Append completed.\cM\cJ" There's no UID there is there? On Nov 27, 2008, at 9:31 AM, Timo Sirainen wrote: On Thu, 2008-11-27 at 09:29 -0

Re: [Dovecot] Does either version 1.2 or 1.4 support UIDPLUS?

2008-11-27 Thread Timo Sirainen
On Thu, 2008-11-27 at 09:29 -0600, Robert Nicholson wrote: > My ISP currently runs version 1.2 and I'm looking to make use of > UIDPLUS because I want to append and then move the message I've just > appended to another folder so then I need the UID in order to address > the new message. > >

[Dovecot] Does either version 1.2 or 1.4 support UIDPLUS?

2008-11-27 Thread Robert Nicholson
My ISP currently runs version 1.2 and I'm looking to make use of UIDPLUS because I want to append and then move the message I've just appended to another folder so then I need the UID in order to address the new message. My ISP says they have plans to upgrade to version 1.4 soon. Do either