[Dovecot] External auth database process

2009-09-04 Thread Aaron Roberts
Hi, Is it possible to call a completely external process to authenticate users in dovecot? I am trying to setup a transparent pop3 proxy that will lookup users from a couple of different pop3 servers, authenticate to 1 of them, take a copy of the password and a timestamp and client IP upon succ

Re: [Dovecot] External auth database process

2009-09-04 Thread Frank Elsner
On Fri, 4 Sep 2009 13:51:48 +0100 Aaron Roberts wrote: > Hi, > Is it possible to call a completely external process to authenticate users in > dovecot? Yes, take a look at http://wiki.dovecot.org/AuthDatabase/CheckPassword --Frank Elsner

Re: [Dovecot] IMAP timeout problem

2009-09-04 Thread Ken A
Vasantha Narayan wrote: Hello, We are running dovecot 1.1.2 on a Solaris 10 box. We have been running the same configuration for about a year without a problem. We have a different cert for POP and IMAP. Recently we made two changes. The cert for IMAP expired and we had to install a new one.

Re: [Dovecot] quota-dirsize and mailbox rules

2009-09-04 Thread Thanos Chatziathanassiou
O/H Timo Sirainen έγραψε: On Fri, 2009-08-21 at 16:05 +0300, Thanos Chatziathanassiou wrote: I noticed that the dirsize backend for quota didn't support any rules and figured it should be easy enough to add ``ignore'' at least. Using mbox storage and only tested with that, but it seems to wor

Re: [Dovecot] imap and pop3 benchmark

2009-09-04 Thread Ronald Johnson
Thomas G. Lau wrote: Dear All, does anyone got any program which could benchmark imap and pop3 in terms of message per second? Check out MStone: http://mstone.sourceforge.net/ and ImapTest: http://www.imapwiki.org/ImapTest Cheers, Ron

[Dovecot] Automatic fd limit changing

2009-09-04 Thread Timo Sirainen
I just realized that Dovecot should probably be doing something different with how it handles fd limits. The way it currently works is: 1. It checks some settings and warns at startup if fd limit is lower than what master process might need. 2. For login processes it calculates how many fds are n

Re: [Dovecot] deliver command

2009-09-04 Thread Timo Sirainen
On Fri, 2009-09-04 at 12:41 -0500, AMP Admin wrote: > It seems deliver is taking up a lot of cpu. It probably shouldn't be. See what it's doing with e.g. strace? http://wiki.dovecot.org/Debugging/ProcessTracing Also show your dovecot -n output. > Is there a way to throttle just the delivery comm

Re: [Dovecot] offlineimap with dovecot: file-time is one hour in the future

2009-09-04 Thread Timo Sirainen
On Fri, 2009-09-04 at 19:18 +0200, Dieter Faulbaum wrote: > I use offlineimap to sync my remote IMAP-server with my local > IMAP-server (maildir format). > But I don't understand this behavior: > every new mail in the INBOX has a file-date which is one hour in the > future. Message's INTERNALDATE

[Dovecot] deliver command

2009-09-04 Thread AMP Admin
It seems deliver is taking up a lot of cpu. Is there a way to throttle just the delivery command?

[Dovecot] offlineimap with dovecot: file-time is one hour in the future

2009-09-04 Thread Dieter Faulbaum
I use offlineimap to sync my remote IMAP-server with my local IMAP-server (maildir format). But I don't understand this behavior: every new mail in the INBOX has a file-date which is one hour in the future. Is this 'normal'? Is this a problem of offlineimap? I tried this debugging (for dovecot): m

Re: [Dovecot] v2.0 configuration parsing

2009-09-04 Thread Charles Marcus
On 9/3/2009 4:43 PM, Timo Sirainen wrote: >> The difference between dovecot -n and postconf -n is that dovecot -n >> doesn't show settings that have been explicitly set to defaults. > doveconf -N now does that, while doveconf -n works like before. wow - Timo, you are amazing, no doubt about it.

Re: [Dovecot] deliver command

2009-09-04 Thread Timo Sirainen
Shutting down Dovecot doesn't shut down deliver, since it's called by Postfix. On Fri, 2009-09-04 at 13:42 -0500, AMP Admin wrote: > What if I turn off dovecot just while the newsletter is going out? it uses > postfix to send so it shouldn't hurt anything, right? > > Regards, > > -Team AMP >

Re: [Dovecot] deliver command

2009-09-04 Thread AMP Admin
What if I turn off dovecot just while the newsletter is going out? it uses postfix to send so it shouldn't hurt anything, right? Regards, -Team AMP http://www.ampprod.com == CONFIDENTIALITY NOTICE == NOTICE: This e-mail message and all attachments transmitted with it may contain lega

Re: [Dovecot] deliver command

2009-09-04 Thread AMP Admin
I put nice in there but I'm still getting this from top... PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 13594 vmail 26 10 3816 2392 1088 D 14.6 0.1 0:00.54 deliver 13585 vmail 26 10 17212 7756 1144 D 10.9 0.2 0:00.60 deliver 13560 vmail 26 10 3824 24

Re: [Dovecot] deliver command

2009-09-04 Thread Timo Sirainen
On Fri, 2009-09-04 at 14:22 -0500, AMP Admin wrote: > I put nice in there but I'm still getting this from top... > > > PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND > 13594 vmail 26 10 3816 2392 1088 D 14.6 0.1 0:00.54 deliver > 13585 vmail 26 10 17212 7756 11

Re: [Dovecot] deliver command

2009-09-04 Thread Mel Flynn
On Friday 04 September 2009 22:02:15 Timo Sirainen wrote: > On Fri, 2009-09-04 at 14:22 -0500, AMP Admin wrote: > > I put nice in there but I'm still getting this from top... > > > > > > PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND > > 13594 vmail 26 10 3816 2392 1088

Re: [Dovecot] deliver command

2009-09-04 Thread AMP Admin
Omg! I found the following in the config!!! I commented it out and it's working great! Thank you so much! plugin { # 10MB quota limit quota = dirsize:user quota_rule = *:storage=10M } Regards, -Team AMP http://www.ampprod.com == CONFIDENTIALITY NOTICE == NOTICE: This e-mail m

Re: [Dovecot] deliver command

2009-09-04 Thread Noel Butler
On Fri, 2009-09-04 at 15:05 -0400, Timo Sirainen wrote: > Shutting down Dovecot doesn't shut down deliver, since it's called by > Postfix. > However, if you use its SASL, that's not entirely true if you're relying on normal message injection methods (smtpd), postfix will bail. /etc/rc.d/rc.do