Re: [Dovecot] create folder automatically

2008-10-01 Thread Nicolas Letellier
Le Tue, 30 Sep 2008 13:27:57 -0300, Eduardo M KALINOWSKI [EMAIL PROTECTED] a écrit : Seth Mattinen escreveu: Nicolas Letellier wrote: Hello. I install a sieve rule automatically when a mailbox is created, like: if exists X-Spam-Flag { fileinto Junk; stop; }

[Dovecot] Unknown dict module: mysql

2008-10-01 Thread Oli Schacher
Hi I'm trying to set up the dict/expiry plugins, but the dict server always tells me it can't find the modules although they should be there and compiled in. System is: Centos 5.2 64 bit, Using rpm from http://atrpms.net/dist/el5/dovecot/ dovecot --version 1.1.3 Relevant config: dict {

[Dovecot] dovecot: Maximum number of mail processes exceeded

2008-10-01 Thread Ralf Hildebrandt
At noon, I often get dovecot: Maximum number of mail processes exceeded I'm at my wits end, which parameter needs to be increased further? # 1.1.3: /usr/local/etc/dovecot.conf protocols: imap imaps pop3s ssl_cert_file: /etc/ssl/certs/postamt.pem ssl_key_file: /etc/ssl/private/postamt.key

Re: [Dovecot] ACL plugin

2008-10-01 Thread Sascha Wilde
Matvey Soloviev [EMAIL PROTECTED] writes: I am working on implementing support for the RFC4314 ACL management commands and responses in the ACL plugin included with dovecot [...] Matvey finished a first version of the IMAP front end to the ACL plugin. You can find the changes for dovecot

Re: [Dovecot] dovecot: Maximum number of mail processes exceeded

2008-10-01 Thread Heiko Schlichting
Hi Ralf, At noon, I often get dovecot: Maximum number of mail processes exceeded I'm at my wits end, which parameter needs to be increased further? You have to increase max_mail_processes as this code emits the error message: if (mail_process_count == set-max_mail_processes) {

Re: [Dovecot] create folder automatically

2008-10-01 Thread Marcus Rueckert
Indeed, the folder is created with the sieve rule (cf precedent mail). I see this line in my deliver log: Oct 1 10:48:42 trinite deliver([EMAIL PROTECTED]): msgid=[EMAIL PROTECTED]: saved mail to Junk However, when we connect us in the webmail, or download mail with IMAP, the folder is

Re: [Dovecot] dovecot: Maximum number of mail processes exceeded

2008-10-01 Thread Ralf Hildebrandt
* Heiko Schlichting [EMAIL PROTECTED]: Hi Ralf, At noon, I often get dovecot: Maximum number of mail processes exceeded I'm at my wits end, which parameter needs to be increased further? You have to increase max_mail_processes as this code emits the error message: if

Re: [Dovecot] create folder automatically

2008-10-01 Thread Nicolas Letellier
Le Wed, 1 Oct 2008 13:10:05 +0200, Marcus Rueckert [EMAIL PROTECTED] a écrit : Indeed, the folder is created with the sieve rule (cf precedent mail). I see this line in my deliver log: Oct 1 10:48:42 trinite deliver([EMAIL PROTECTED]): msgid=[EMAIL PROTECTED]: saved mail to Junk

Re: [Dovecot] ACL plugin

2008-10-01 Thread Timo Sirainen
On Oct 1, 2008, at 12:57 PM, Sascha Wilde wrote: Matvey Soloviev [EMAIL PROTECTED] writes: I am working on implementing support for the RFC4314 ACL management commands and responses in the ACL plugin included with dovecot [...] Matvey finished a first version of the IMAP front end to the

Re: [Dovecot] ACL plugin

2008-10-01 Thread Sascha Wilde
Timo Sirainen [EMAIL PROTECTED] writes: On Oct 1, 2008, at 12:57 PM, Sascha Wilde wrote: Matvey Soloviev [EMAIL PROTECTED] writes: Matvey finished a first version of the IMAP front end to the ACL plugin. You can find the changes for dovecot 1.1.3 here:

Re: [Dovecot] client certs with godaddy ssl cert

2008-10-01 Thread Bill Cole
Harondel J. Sibble wrote: On 29 Sep 2008 at 10:43, Bill Cole wrote: Right. You need to keep track of what client certs you trust, so you really should be *at least* the immediate issuer (signer) of the client certs. The only reasons you would want your signing cert for those client certs to

[Dovecot] segfault in dovecot imap 1.1.1 to 1.1.3

2008-10-01 Thread Rene Luria
Dovecot dies with signal 11 (segfault) when doing some commands with a specific message you'll find relevant information stored here: http://www.luria.ch/9e93676668e453b739ee3e085434e086/ the email: msg.anon.txt input rawlog: 20081001-120137-24371.in dovecot -n: dovecot-n.txt the gdb

Re: [Dovecot] segfault in dovecot imap 1.1.1 to 1.1.3

2008-10-01 Thread Ralf Hildebrandt
* Rene Luria [EMAIL PROTECTED]: (the problematic email is anonimized, tell-me if you need the originalone) #3 0x080c86e6 in message_address_parse (pool=0x8139270, data=0x813d668 undisclosed-recipients:;, Postkorb\ [EMAIL PROTECTED]il.net, That header looks fairly broken. But with all that

Re: [Dovecot] create folder automatically

2008-10-01 Thread Eduardo M KALINOWSKI
From: Nicolas Letellier Indeed, the folder is created with the sieve rule (cf precedent mail). I see this line in my deliver log: Oct 1 10:48:42 trinite deliver([EMAIL PROTECTED]): msgid=[EMAIL PROTECTED]: saved mail to Junk However, when we connect us in the webmail, or download mail

Re: [Dovecot] segfault in dovecot imap 1.1.1 to 1.1.3

2008-10-01 Thread Rene Luria
Ralf Hildebrandt a écrit : (the problematic email is anonimized, tell-me if you need the originalone) #3 0x080c86e6 in message_address_parse (pool=0x8139270, data=0x813d668 undisclosed-recipients:;, Postkorb\ [EMAIL PROTECTED]il.net, That header looks fairly broken. But with all that real

[Dovecot] Unable To Move IMAP Folder (Dovecot)

2008-10-01 Thread Carlos Williams
I have a user who has a folder in his Maildir/ called test /home/user/Maildir/.test This folder shows up as a sub folder to his Inbox on his Thunderbird client and I tried using the cp command to move this over to my Maildir/ directory on the same server and when I launch Thunderbird, that

[Dovecot] Step-by-set Postfix/Dovecot/LDA?

2008-10-01 Thread Roderick A. Anderson
Anyone know of a /complete/ step-by-step HOWTO for setting up a system using Postfix, Dovecot, and Deliver? I'm looking to put a new mail server together that will host three domains with pretty low volumes of email. Later adding three or four more for some non-profits that I host. I'm

Re: [Dovecot] Unable To Move IMAP Folder (Dovecot)

2008-10-01 Thread pod
CW == Carlos Williams [EMAIL PROTECTED] writes: CW This folder shows up as a sub folder to his Inbox on his CW Thunderbird client and I tried using the cp command to move this CW over to my Maildir/ directory on the same server and when I launch CW Thunderbird, that folder is not

Re: [Dovecot] segfault in dovecot imap 1.1.1 to 1.1.3

2008-10-01 Thread Rene Luria
Ok, found the problem. Here is a patch against 1.1.3 solving this issue it comes from the undisclosed-recipients:; string and incrementing ctx-parser.data going after the end of the buffer maybe there are other issues like this one because in many other places in message-address.c the

Re: [Dovecot] Step-by-set Postfix/Dovecot/LDA?

2008-10-01 Thread Roderick A. Anderson
Fred Newtz wrote: www.howtoforge.com has some great how-tos on there. Thanks Fred. Some look interesting. Too bad so many are using a web/GUI interface to get it running. My favorite system admin tool is vi. :-) I did find a pretty good one (http://neranjara.org/tutorials/?tid=56) but

Re: [Dovecot] segfault in dovecot imap 1.1.1 to 1.1.3

2008-10-01 Thread Rene Luria
Le 1 oct. 08 à 23:47, Rene Luria a écrit : Here is a patch against 1.1.3 solving this issue I forgot the link :) http://www.luria.ch/9e93676668e453b739ee3e085434e086/dovecot-lib-mail.diff smime.p7s Description: S/MIME cryptographic signature

Re: [Dovecot] segfault in dovecot imap 1.1.1 to 1.1.3

2008-10-01 Thread Timo Sirainen
On Oct 2, 2008, at 1:01 AM, Rene Luria wrote: Le 1 oct. 08 à 23:47, Rene Luria a écrit : Here is a patch against 1.1.3 solving this issue I forgot the link :) http://www.luria.ch/9e93676668e453b739ee3e085434e086/dovecot-lib-mail.diff I actually did several error handling fixes to

Re: [Dovecot] Unable To Move IMAP Folder (Dovecot)

2008-10-01 Thread Carlos Williams
On Wed, Oct 1, 2008 at 4:43 PM, pod [EMAIL PROTECTED] wrote: Maybe you need to subscribe to your new test folder from your Thunderbird session. I am not sure I follow. When I am in Thunderbird and I create a new subfolder under my Inbox, it shows up on the emal server as:

Re: [Dovecot] Unable To Move IMAP Folder (Dovecot)

2008-10-01 Thread Roderick A. Anderson
Carlos Williams wrote: On Wed, Oct 1, 2008 at 4:43 PM, pod [EMAIL PROTECTED] wrote: Maybe you need to subscribe to your new test folder from your Thunderbird session. I am not sure I follow. When I am in Thunderbird and I create a new subfolder under my Inbox, it shows up on the emal server

[Dovecot] some errors on 1.1.3

2008-10-01 Thread Karsten Künne
Hi, we recently upgraded dovecot from 1.0.5 to 1.1.3+latest patches. After the upgrade I saw some errors in the logs and I'm not sure whether they're a cause for concern. Our setup is 2 servers running openSUSE 11.0 and a NetApp Filer as storage backend. Following is the config: protocols:

[Dovecot] Why my Evolution cannot delete emails in dovecot IMAP folder?

2008-10-01 Thread Igor Chudov
I use Ubuntu Hardy, get mails locally and run dovecot listening on localhost. I run Evolution and have it connect to dovecot, so that I can access my mail in IMAP and be able to use mutt from remote. So far so good. It works. However, my problem is that Evolution cannot delete any messages. That

Re: [Dovecot] client certs with godaddy ssl cert

2008-10-01 Thread Harondel J. Sibble
On 1 Oct 2008 at 10:37, Bill Cole wrote: I've heard so many conflicting stories about the X509/SSL/TLS capabilities of different mobile platforms that I don't know what to believe. I've got direct experience with a bunch of the platforms, so I am not all that concerned about that problem.

Re: [Dovecot] Why my Evolution cannot delete emails in dovecot IMAP folder?

2008-10-01 Thread Rick Romero
Igor Chudov wrote: I use Ubuntu Hardy, get mails locally and run dovecot listening on localhost. I run Evolution and have it connect to dovecot, so that I can access my mail in IMAP and be able to use mutt from remote. So far so good. It works. However, my problem is that Evolution cannot

Re: [Dovecot] Why my Evolution cannot delete emails in dovecot IMAP folder?

2008-10-01 Thread Rob Frohne
Have you set Edit-Preferences-Mail Preferences Delete Mail empty trash on exit everytime? Rob From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Igor Chudov [EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 8:39 PM To: dovecot@dovecot.org Subject: