[Dovecot] Error or bug?

2010-10-20 Thread Robby Gunawan
Dear all, Please help me, I just change from vm-pop3d to dovecot, installed from rpm that provided by dovecot.org, I got this error for random email user Command died with signal 11: "/usr/libexec/dovecot/deliver" Below is my dovecot.conf # 2.0.5: /etc/dovecot/dovecot.conf # OS: Linux 2.6

Re: [Dovecot] minimize mbox mdbox fragmentation

2010-10-20 Thread Stan Hoeppner
Timo Sirainen put forth on 10/20/2010 11:53 AM: > On Tue, 2010-10-19 at 21:55 -0500, Stan Hoeppner wrote: > >> Any chance the mbox/mdbox writer code could be modified to do physical >> preallocation on files to help avoid file(system) fragmentation? > > I've been thinking about that before. > >>

Re: [Dovecot] minimize mbox mdbox fragmentation

2010-10-20 Thread Denny Lin
On Wed, Oct 20, 2010 at 06:45:17PM +0100, Timo Sirainen wrote: > On Wed, 2010-10-20 at 13:32 -0400, Charles Marcus wrote: > > On 2010-10-20 12:53 PM, Timo Sirainen wrote: > > > Oh, interesting. I didn't know that was possible. And even better: Linux > > > has fallocate() that can do it for other fi

Re: [Dovecot] anti-spam+anti-malware suggestions

2010-10-20 Thread Denny Lin
On Wed, Oct 20, 2010 at 05:20:20PM +0100, Jose Luis Faria wrote: > I am using now qmail in cluster with LDAP + Interscan Messaging Security > Suite from Trendmicro. > > I need to develop a new solution with: > - postfix > - dovecot > - anti-spam > - anti-malware. Currently, I am using a setu

Re: [Dovecot] minimize mbox mdbox fragmentation

2010-10-20 Thread Timo Sirainen
On 21.10.2010, at 3.12, Denny Lin wrote: > On Wed, Oct 20, 2010 at 06:45:17PM +0100, Timo Sirainen wrote: >> On Wed, 2010-10-20 at 13:32 -0400, Charles Marcus wrote: >>> On 2010-10-20 12:53 PM, Timo Sirainen wrote: Oh, interesting. I didn't know that was possible. And even better: Linux

Re: [Dovecot] anti-spam+anti-malware suggestions

2010-10-20 Thread Robert Fantini
check postgrey , it works great with postfix . http://www.debuntu.org/postfix-and-postgrey-a-proactive-approach-to-spam-filtering postgrey should I think be used in addition to the other suggestions. since we started using postgrey the amount of work done by our other anti-spam software, spamassa

[Dovecot] add basic systemd support to dovecot

2010-10-20 Thread Christophe Fergeau
Hi all, In the last days, I've been trying to add support for systemd[1] socket activation to dovecot. The basic idea is that systemd takes care of opening the sockets needed by dovecot to communicate with external processes, and when a connection happens on one of these sockets, systemd spawns do

Re: [Dovecot] Director and CRAM-MD5

2010-10-20 Thread Timo Sirainen
On Sun, 2010-10-17 at 21:49 +0200, Martin Spuetz wrote: > I copied the argument "parser" from passdb-static.c and created a patch. > It works with plain and cram-md5 auth. > > Would it be possible to commit this to svn? I think that code has had enough copy&pasting already. It should be moved to

Re: [Dovecot] minimize mbox mdbox fragmentation

2010-10-20 Thread Timo Sirainen
On Wed, 2010-10-20 at 13:32 -0400, Charles Marcus wrote: > On 2010-10-20 12:53 PM, Timo Sirainen wrote: > > Oh, interesting. I didn't know that was possible. And even better: Linux > > has fallocate() that can do it for other filesystems than just XFS. Or > > looks like it's only XFS and ext4 (ext3

[Dovecot] 2.0.3 crashes

2010-10-20 Thread Mike Abbott
One system running dovecot-2.0.3 assert-crashed in a few ways recently. I know 2.0.3 < 2.0.5 but these have not been reported (or, presumably, fixed) since 2.0.3. Here are some logs: Fri Oct 15 21:50:00 server3 dovecot[349]: lda(pid 349 user user10): Error: Transaction log file /Volumes/mail/

Re: [Dovecot] minimize mbox mdbox fragmentation

2010-10-20 Thread Charles Marcus
On 2010-10-20 12:53 PM, Timo Sirainen wrote: > Oh, interesting. I didn't know that was possible. And even better: Linux > has fallocate() that can do it for other filesystems than just XFS. Or > looks like it's only XFS and ext4 (ext3 doesn't support it). How about reiserfs (3, not 4)? -- Best

Re: [Dovecot] anti-spam+anti-malware suggestions

2010-10-20 Thread Fabricio Archanjo
I'm runnning dovecot + dovecot-antispam + dspam + exim. Dovecot-antispam trains in background the DSPAM when the users move the messages to another folder, I have a knowledge base always updated. It works fine. On Wed, Oct 20, 2010 at 2:48 PM, Dave McGuire wrote: > On 10/20/10 12:20 PM, Jose Lu

Re: [Dovecot] minimize mbox mdbox fragmentation

2010-10-20 Thread Timo Sirainen
On Tue, 2010-10-19 at 21:55 -0500, Stan Hoeppner wrote: > Any chance the mbox/mdbox writer code could be modified to do physical > preallocation on files to help avoid file(system) fragmentation? I've been thinking about that before. > "What you want is _physical_ preallocation, not speculative

Re: [Dovecot] anti-spam+anti-malware suggestions

2010-10-20 Thread Dave McGuire
On 10/20/10 12:20 PM, Jose Luis Faria wrote: I am using now qmail in cluster with LDAP + Interscan Messaging Security Suite from Trendmicro. I need to develop a new solution with: - postfix - dovecot - anti-spam - anti-malware. I am thankful any help or suggestion for anti-spam and anti-malware

[Dovecot] anti-spam+anti-malware suggestions

2010-10-20 Thread Jose Luis Faria
Hello people, I am using now qmail in cluster with LDAP + Interscan Messaging Security Suite from Trendmicro. I need to develop a new solution with: - postfix - dovecot - anti-spam - anti-malware. I am thankful any help or suggestion for anti-spam and anti-malware. Thanks in advance! --

Re: [Dovecot] Dovecot 2.0.5 - multiple auth processes.

2010-10-20 Thread Timo Sirainen
On Wed, 2010-10-20 at 16:11 +0200, Marek Miska wrote: > On Dovecot 1.2.x it is possible to run multiple auth daemons. > Is it possible on dovecot 2.0.x ? Not really.. > Sample configuration for dovecot 1.2.8: > auth default { >count = 10 Hmm. Did this really work? I remember there were at l

[Dovecot] Dovecot 2.0.5 - multiple auth processes.

2010-10-20 Thread Marek Miska
Hi. On Dovecot 1.2.x it is possible to run multiple auth daemons. Is it possible on dovecot 2.0.x ? (Setting "process_min_avail" for auth service gives this error message: "doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: service(auth): process_min_avail is higher than p

Re: [Dovecot] Error: sql dict iterate question

2010-10-20 Thread Robert Schetterer
Am 20.10.2010 15:57, schrieb Timo Sirainen: > On Wed, 2010-10-20 at 14:53 +0200, Robert Schetterer wrote: >> perhaps silly question... >> should i care of this ? >> >> dovecot: dict: Error: sql dict iterate: Invalid/unmapped path: >> shared/shared-boxes/anyone/ > > Well, if you want to support "an

Re: [Dovecot] Error: sql dict iterate question

2010-10-20 Thread Timo Sirainen
On Wed, 2010-10-20 at 14:53 +0200, Robert Schetterer wrote: > perhaps silly question... > should i care of this ? > > dovecot: dict: Error: sql dict iterate: Invalid/unmapped path: > shared/shared-boxes/anyone/ Well, if you want to support "anyone" ACL then you should care. Otherwise not really,

Re: [Dovecot] maildir-dbox hybrid

2010-10-20 Thread Timo Sirainen
On Wed, 2010-10-20 at 16:34 +0300, Luben Karavelov wrote: > I have tried the patch with a single dbox and it works. But when I try > to > access it via POP3 I get this error: > > MAIL=dbox:/var/www/210870/mail/156897-dbox /usr/lib/dovecot/pop3 > pop3(areonfresh): Error: Getting size of message UI

Re: [Dovecot] maildir-dbox hybrid

2010-10-20 Thread Luben Karavelov
I have tried the patch with a single dbox and it works. But when I try to access it via POP3 I get this error: MAIL=dbox:/var/www/210870/mail/156897-dbox /usr/lib/dovecot/pop3 pop3(areonfresh): Error: Getting size of message UID=2428 failed -ERR [IN-USE] Couldn't sync mailbox. pop3(areonfresh): E

Re: [Dovecot] Campo de quota en LDAP

2010-10-20 Thread Antonio Perez-Aranda
Sorry, this mail isn't for this maillist.

[Dovecot] Error: sql dict iterate question

2010-10-20 Thread Robert Schetterer
Hi Timo, perhaps silly question... should i care of this ? dovecot: dict: Error: sql dict iterate: Invalid/unmapped path: shared/shared-boxes/anyone/ dovecot 2.0.5 -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-20 Thread Kyle Wheeler
On Monday, October 18 at 04:12 PM, quoth Jim Pazarena: some over whelming need to update, and I would really like to know what this is Mail folders containing both messages and sub-folders is what I/my clients desire. I used Maildir++ layout with mboxes on dovecot 1.2.x. It wasn't documente

[Dovecot] Campo de quota en LDAP

2010-10-20 Thread Antonio Perez-Aranda
En un principio, en los ldif que tenemos de los usuarios de prueba, tenemos el campo mailQuota. Sin embargo, si nos vamos a los schemas de qmail medianamente, con algo más de 3 años, se cambió mailQuota por mailQuotaSize y mailQuoatCount. Esto se debe entre otras cosas a que en la cabecera del fich

Re: [Dovecot] threaed ordered subject algorithm

2010-10-20 Thread Timo Sirainen
On 20.10.2010, at 12.36, Antonio Perez-Aranda wrote: > Could we use orderedsubject in dovecot? Not without implementing it. You're the first one to ever ask support for it.

[Dovecot] threaed ordered subject algorithm

2010-10-20 Thread Antonio Perez-Aranda
We have custom plugins for squirrelmail which use thread orderedsubject, but according to capabilities dovecot only support thread by references algorithm. At present, we are using Courier with this capabilities (two algorithms are implemented). Could we use orderedsubject in dovecot?

Re: [Dovecot] maildir-dbox hybrid

2010-10-20 Thread Luben Karavelov
On Tue, 19 Oct 2010 19:11:20 +0100, Timo Sirainen wrote: > On Mon, 2010-10-18 at 21:56 +0300, Luben Karavelov wrote: >> On Sun, 17 Oct 2010 22:23:29 +0100, Timo Sirainen wrote: >> > On 17.10.2010, at 17.52, Roland Stuehmer wrote: >> > >> >> How can I convert old mailboxes in "maildir-dbox hybrid"

Re: [Dovecot] Outlook problem when deleting mails

2010-10-20 Thread Ulf Jaenicke-Rößler
Am 14.10.2010 16:37, schrieb Timo Sirainen: >> A colleague is running Outlook 2007 on Vista and sometimes (sometimes very >> often, sometimes only occasionally) when he wants to delete mails, Outlook >> hangs for some time (he says about 1, 2 or 3 minutes) until it finally puts >> out a message

Re: [Dovecot] Shared folders, please help.!

2010-10-20 Thread Johan Hendriks
2010/10/18 Timo Sirainen : > On Mon, 2010-10-18 at 16:18 +0200, Johan Hendriks wrote: >> > location = maildir:/usr/local/virtual/%%d/%%n:INDEX=/shared/%%n >> > >> I knew i missed something, and i tried a lot of options, but always >> leave that shared behind %%n >> the INDEX=/shared/%%n   where doe