[Dovecot] [PATCH] Pop3 order in courier migration script

2012-02-26 Thread Christoph Bußenius
Hi, I found a problem in the courier conversion script (courier-dovecot-migrate.pl). In some cases, it does not correctly preserve the order of POP3 UIDLs. Consider the following case, when courierpop3dsizelist contains: /2 9000 1327481629 AAA1:2,S 1 21:1327481629 AAA2:2,S 1 22:1327

Re: [Dovecot] FreeBSD maintainer ?

2012-02-26 Thread Frank Bonnet
hello I'm wondering when you will port 2.1.1 version ? ;-) Thanks Le 27/02/2012 08:07, Attila Nagy a écrit : On 02/26/12 08:22, Frank Bonnet wrote: Does the FreeBSD Dovecot's port maintainer read this mailing-list ? If you read it, you may know the answer (depending on which port do you u

Re: [Dovecot] FreeBSD maintainer ?

2012-02-26 Thread Attila Nagy
On 02/26/12 08:22, Frank Bonnet wrote: Does the FreeBSD Dovecot's port maintainer read this mailing-list ? If you read it, you may know the answer (depending on which port do you use).

[Dovecot] GSSAPI auth failing for kmail

2012-02-26 Thread Mark Davies
Hi, have dovecot 2.0.13 running fine on a NetBSD box, with lots of clients happily authenticating to it with GSSAPI. I've just updated an ArchLinux box to latest new version which has meant its switched from using heimdal to using mit krb5 and its kmail is now also slightly newer. Thunderbird s

Re: [Dovecot] v2.0.13 problems after kernel patch for CVE-2011-1083 applied on Centos 5

2012-02-26 Thread Doug Henderson
On Feb 26, 2012, at 2:44 AM, Morten Stevens wrote: > On 26.02.2012 03:55, Doug Henderson wrote: >> On Feb 25, 2012, at 3:15 AM, Morten Stevens wrote: >>> >>> Try it without ksplice. (yum update and reboot) >> >> I don't know if I'll be permitted to do that in a production >> environment - possi

Re: [Dovecot] Dovecot altmove questions

2012-02-26 Thread Sven Hartge
Maria Arrea wrote: > 3º We have separate raids for indexes (raid 1+0) and mdboxes (raid 5). > We have almost 3 TB of gzipped mdboxes, and our backup (bacula) is > taking almost 16 hours to make a full backup. Our main problem is that > indexes are backupd hours before mdboxes, and that bring us s

[Dovecot] value for client_limit

2012-02-26 Thread ml
hello guys hello master Timo i build the last release of dovecot on my centos 5 work well and fine but what the correct value for client limit in service auth { client_limit=6000 } and service anvil { client_limit=6000 } my current dovecot -n ks3 i386]# dovecot -n # 2.1.1: /etc/dovecot/do

[Dovecot] Dovecot altmove questions

2012-02-26 Thread Maria Arrea
Hello We are using Dovecot 2.0.17 with mdbox+zlib and we are evaluating alternative storage. These are the relevant settings mdbox_rotate_interval = 1d mdbox_rotate_size=60m [...] zlib_save_level = 9 # 1..9 zlib_save = gz # or bz2 [...] zlib plugin enabled in dovecot-lda These are my

Re: [Dovecot] upgrade to dovecot 2.1.1 any question

2012-02-26 Thread ml
Le samedi 25 février 2012 à 07:18 +0200, Timo Sirainen a écrit : > On 25.2.2012, at 6.51, ml wrote: > > >> Try if it starts up without antispam plugin enabled? If not, gdb backtrace > >> would be helpful: http://dovecot.org/bugreport.html > >> > > > > I have not succeeded well I got a son of fa

[Dovecot] testing fts-solr?

2012-02-26 Thread Jean-Daniel Beaubien
hi everyone, However, how can I verify that solr is working properly? Background: - I'm trying to setup 2.1 with fts_solr and eventually test maildir/mdbox. - I used the following webpage as reference to setup solr: http://www.roessner-network-solutions.com/2012/02/19/full-text-search-with-so

Re: [Dovecot] upgrade to dovecot 2.1.1 any question

2012-02-26 Thread ml
Le samedi 25 février 2012 à 07:18 +0200, Timo Sirainen a écrit : > On 25.2.2012, at 6.51, ml wrote: > > >> Try if it starts up without antispam plugin enabled? If not, gdb backtrace > >> would be helpful: http://dovecot.org/bugreport.html > >> > > > > I have not succeeded well I got a son of fa

Re: [Dovecot] Deny create folders

2012-02-26 Thread Jerry
On Sun, 26 Feb 2012 22:31:35 +0100 S. Kremer articulated: > Am 26.02.2012 17:41, schrieb Jerry: > > On Sun, 26 Feb 2012 16:54:22 +0100 > > S. Kremer articulated: > > > >> Hi all, > >> > >> is it possible to configure dovecot in that way that special > >> folders do not create automatically by som

Re: [Dovecot] Deny create folders

2012-02-26 Thread S. Kremer
Ok, thanks for answer. Every user's mailbox has a directory called Spam and Ham. I scan this two folders by a script to learn my spamassassin database. This script does not scan folders like spam, ham, junk-email etc. But some users have such folders in their mailbox so spamassassin does not learn

Re: [Dovecot] deliver(test@[***domain_name***]): Fatal: setgid(5000) failed with ... Operation not permitted

2012-02-26 Thread fxCode
Hi, I have fixed this fault - the following line in my /etc/dovecot/dovecot.conf file was setting the setgid to 5000, and the user id to 5000 also auth default { ... userdb static { args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes }

Re: [Dovecot] Deny create folders

2012-02-26 Thread Jerry
On Sun, 26 Feb 2012 16:54:22 +0100 S. Kremer articulated: > Hi all, > > is it possible to configure dovecot in that way that special folders > do not create automatically by some imap clients? > > i.e: > outlook or thunderbird creates a folder junk-mail > > i would like that such folders are no

Re: [Dovecot] Deny create folders

2012-02-26 Thread Timo Sirainen
On 26.2.2012, at 17.54, S. Kremer wrote: > is it possible to configure dovecot in that way that special folders do > not create automatically by some imap clients? > > i.e: > outlook or thunderbird creates a folder junk-mail > > i would like that such folders are not created automatically or by

[Dovecot] Deny create folders

2012-02-26 Thread S. Kremer
Hi all, is it possible to configure dovecot in that way that special folders do not create automatically by some imap clients? i.e: outlook or thunderbird creates a folder junk-mail i would like that such folders are not created automatically or by users Best regards Stefan

[Dovecot] deliver(test@[***domain_name***]): Fatal: setgid(5000) failed with ... Operation not permitted

2012-02-26 Thread fxCode
Hi, I am relatively new to linux, and have set up my first lamp server around a month ago. The server is housed in a data centre a few miles from my house, and is working as a web server (with apache, tomcat, mysql) just fine. I have now been trying for a week to get Postfix and Dovecot working

Re: [Dovecot] remove messages once downloaded

2012-02-26 Thread Ed W
On 26/02/2012 12:31, Timo Sirainen wrote: On 26.2.2012, at 13.52, Ed W wrote: On 25/02/2012 00:39, Timo Sirainen wrote: On 24.2.2012, at 19.44, julio...@fisica.uh.cu wrote: I need some help with the dovecot configuration. I want to remove downloaded messages from Mail Server once the message

Re: [Dovecot] remove messages once downloaded

2012-02-26 Thread Timo Sirainen
On 26.2.2012, at 13.52, Ed W wrote: > On 25/02/2012 00:39, Timo Sirainen wrote: >> On 24.2.2012, at 19.44, julio...@fisica.uh.cu wrote: >> >>> I need some help with the dovecot configuration. I want to remove >>> downloaded messages from Mail Server once the messages have been >>> successfully do

Re: [Dovecot] FreeBSD maintainer ?

2012-02-26 Thread Jerry
On Sun, 26 Feb 2012 08:54:56 + Duane Hill articulated: > On Sunday, February 26, 2012 at 07:22:48 UTC, f.bon...@esiee.fr > confabulated: > > > Hello > > > Does the FreeBSD Dovecot's port maintainer read this mailing-list ? > > > Thanks > > Have you tried sending message to the maintaine

Re: [Dovecot] remove messages once downloaded

2012-02-26 Thread Ed W
On 25/02/2012 00:39, Timo Sirainen wrote: On 24.2.2012, at 19.44, julio...@fisica.uh.cu wrote: I need some help with the dovecot configuration. I want to remove downloaded messages from Mail Server once the messages have been successfully downloaded by pop3-clients, even when the clients have b

Re: [Dovecot] v2.0.13 problems after kernel patch for CVE-2011-1083 applied on Centos 5

2012-02-26 Thread Morten Stevens
On 26.02.2012 03:55, Doug Henderson wrote: On Feb 25, 2012, at 3:15 AM, Morten Stevens wrote: Try it without ksplice. (yum update and reboot) I don't know if I'll be permitted to do that in a production environment - possibly a test one. I'll need to get some opinions from our Ops people as t

[Dovecot] IMAP NOTIFY extension

2012-02-26 Thread Timo Sirainen
http://hg.dovecot.org/dovecot-2.2-notify/ contains the initial implementation of IMAP NOTIFY extension. It's less than half-working, but the difficult part of it is done I think. If I give it a command like: x notify set (personal (messagenew messageexpunge flagchange)) and then in another sess

Re: [Dovecot] FreeBSD maintainer ?

2012-02-26 Thread Duane Hill
On Sunday, February 26, 2012 at 07:22:48 UTC, f.bon...@esiee.fr confabulated: > Hello > Does the FreeBSD Dovecot's port maintainer read this mailing-list ? > Thanks Have you tried sending message to the maintainer? The email address can be found by: cd /usr/ports/mail/dovecot && make main