Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Noel Butler
On Thu, 2009-06-25 at 18:31 -0400, Timo Sirainen wrote: > On Fri, 2009-06-26 at 07:48 +1000, Noel Butler wrote: > > What would be nice is, an anti brute force option, like xinetd, X-number > > of connections from Y i.p. in Z seconds (optional setting of course) or > > maybe a way to extend that to

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Timo Sirainen
On Fri, 2009-06-26 at 07:48 +1000, Noel Butler wrote: > What would be nice is, an anti brute force option, like xinetd, X-number > of connections from Y i.p. in Z seconds (optional setting of course) or > maybe a way to extend that to detect if the same i.p is retrying > constantly using different

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Kenneth Porter
--On Friday, June 26, 2009 8:48 AM +1000 Noel Butler wrote: What would be nice is, an anti brute force option, like xinetd, X-number of connections from Y i.p. in Z seconds (optional setting of course) or maybe a way to extend that to detect if the same i.p is retrying constantly using differ

Re: [Dovecot] Capability COMPRESS implemented?

2009-06-25 Thread Ed W
Timo Sirainen wrote: On Thu, 2009-06-25 at 21:49 +0100, Ed W wrote: Timo normally chimes in pretty fast on these types of questions - Any chance of a yay/nay on the COMPRESS option Timo? Maybe. I'm kind of busy with other stuff though.. Understood Please take it as a +1

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Noel Butler
On Thu, 2009-06-25 at 15:46 -0400, Timo Sirainen wrote: > You can also just decrease login_process_max_count. If Dovecot reaches > the limit, it'll just start killing off old connections that haven't > logged in. > What would be nice is, an anti brute force option, like xinetd, X-number of con

Re: [Dovecot] Capability COMPRESS implemented?

2009-06-25 Thread Timo Sirainen
On Thu, 2009-06-25 at 21:49 +0100, Ed W wrote: > >> Timo normally chimes in pretty fast on these types of questions - Any > >> chance of a yay/nay on the COMPRESS option Timo? > > > > Maybe. I'm kind of busy with other stuff though.. > > > > > > Understood > > Please take it as a +1 intereste

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Jose Celestino
On Qui, 2009-06-25 at 11:15 -0700, V S Rao wrote: > > > Doing a "ps aux" on my Slackware box, I have approx 100 PID's of > > > "pop3-login's going on. This is a production mail server, but it is > > > getting VERY low traffic. In fact, only 3 people can "pop3" into it. > > > I've check their

Re: [Dovecot] Capability COMPRESS implemented?

2009-06-25 Thread Ed W
Timo Sirainen wrote: On Thu, 2009-06-25 at 20:16 +0100, Ed W wrote: Timo normally chimes in pretty fast on these types of questions - Any chance of a yay/nay on the COMPRESS option Timo? Maybe. I'm kind of busy with other stuff though.. Understood Please take it as a +1 interest

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Dave McGuire
On Jun 25, 2009, at 3:46 PM, Timo Sirainen wrote: You can also just decrease login_process_max_count. If Dovecot reaches the limit, it'll just start killing off old connections that haven't logged in. I don't see this option in my dovecot.conf. Was it added after 1.1.6? -Dave

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Rodman Frowert
I'll go ahead and lower that limit to something that fits my usage better. Thanks Timo! You built a hell of a mail server. Rodman - Original Message - From: "Timo Sirainen" To: "Rodman Frowert" Cc: Sent: Thursday, June 25, 2009 2:46 PM Subject: Re: [Dovecot] Lots of pop3-logins

Re: [Dovecot] dovecot-acl-list not honouring owner / permissions that are set on dovecot-shared

2009-06-25 Thread Stuart Rowan
Timo Sirainen wrote: On Thu, 2009-06-25 at 19:01 +0100, Stuart Rowan wrote: dovecot: 2009-06-25 18:50:15 Error: IMAP(strr): fchown() failed with file /home/local/strr/Maildir/index/Archive/.junk/dovecot.index.log: Operation not permitted Do you have .junk/dovecot-shared file? It tries to pres

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Timo Sirainen
You can also just decrease login_process_max_count. If Dovecot reaches the limit, it'll just start killing off old connections that haven't logged in. And yeah, some day I should also make Dovecot kill some of the login processes after many of them have been idling for a while. On Thu, 2009-06-25

Re: [Dovecot] Capability COMPRESS implemented?

2009-06-25 Thread Timo Sirainen
On Thu, 2009-06-25 at 20:16 +0100, Ed W wrote: > Timo normally chimes in pretty fast on these types of questions - Any > chance of a yay/nay on the COMPRESS option Timo? Maybe. I'm kind of busy with other stuff though.. signature.asc Description: This is a digitally signed message part

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Rodman Frowert
Well, after going through my log files, I was hit with a dictionary based attack. My maillog is full of about 20,000 lines of crap like this: Jun 21 23:06:04 mail dovecot: pop3-login: Aborted login (auth failed, 1 attempts): user=, method=PLAIN, rip=68.14.228.186, lip=10.10.11.2 Jun 21 23:06:0

Re: [Dovecot] Capability COMPRESS implemented?

2009-06-25 Thread Nikolay Shopik
On 25.06.2009 23:16, Ed W wrote: I really like the look of XLIST - this solves a minor issue which has come up a few times on the list, mainly with naming of Sent vs Sent Items folders. This is something what should be in IMAP since 90s when it was growing up. Still XLIST not even RFC yet, but

Re: [Dovecot] Capability COMPRESS implemented?

2009-06-25 Thread Ed W
Nikolay Shopik wrote: To make it easy for people search which standards TB is supported I've keep updated wiki page. https://wiki.mozilla.org/MailNews:Supported_IMAP_extensions This is very interesting - thanks! Some really good stuff on the cusp of making it into TB. I really like the loo

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread V S Rao
> > Doing a "ps aux" on my Slackware box, I have approx 100 PID's of > > "pop3-login's going on. This is a production mail server, but it is > > getting VERY low traffic. In fact, only 3 people can "pop3" into it. I've > > check their e-mail clients, and they are not checking mail any more

Re: [Dovecot] dovecot-acl-list not honouring owner / permissions that are set on dovecot-shared

2009-06-25 Thread Timo Sirainen
On Thu, 2009-06-25 at 19:01 +0100, Stuart Rowan wrote: > dovecot: 2009-06-25 18:50:15 Error: IMAP(strr): fchown() failed with > file /home/local/strr/Maildir/index/Archive/.junk/dovecot.index.log: > Operation not permitted Do you have .junk/dovecot-shared file? It tries to preserve its group in

Re: [Dovecot] dovecot-acl-list not honouring owner / permissions that are set on dovecot-shared

2009-06-25 Thread Stuart Rowan
Timo Sirainen wrote: On Thu, 2009-06-25 at 12:07 +0100, Stuart Rowan wrote: However, we have a shared mailbox that people can subscribe to. After upgrading to 1.1.13 ... dovecot tries to create a dovecot-acl-list file in the top level of this ... but it creates it chown'd to the first logged in

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Jose Celestino
On Qui, 2009-06-25 at 10:01 -0700, V S Rao wrote: > > Hello, > > > > Doing a "ps aux" on my Slackware box, I have approx 100 PID's of > > "pop3-login's going on. This is a production mail server, but it is > > getting VERY low traffic. In fact, only 3 people can "pop3" into it. I've > > che

Re: [Dovecot] dovecot-acl-list not honouring owner / permissions that are set on dovecot-shared

2009-06-25 Thread Timo Sirainen
On Thu, 2009-06-25 at 12:07 +0100, Stuart Rowan wrote: > However, we have a shared mailbox that people can subscribe to. After > upgrading to 1.1.13 ... dovecot tries to create a dovecot-acl-list file in > the top level of this ... but it creates it chown'd to the first logged in > user with a umas

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread V S Rao
> Hello, > > Doing a "ps aux" on my Slackware box, I have approx 100 PID's of > "pop3-login's going on. This is a production mail server, but it is getting > VERY low traffic. In fact, only 3 people can "pop3" into it. I've check > their e-mail clients, and they are not checking mail any m

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Dave McGuire
On Jun 25, 2009, at 10:07 AM, Rodman Frowert wrote: Doing a "ps aux" on my Slackware box, I have approx 100 PID's of "pop3-login's going on. This is a production mail server, but it is getting VERY low traffic. In fact, only 3 people can "pop3" into it. I've check their e-mail clients, a

Re: [Dovecot] Dovecot v1.2 ACL shared-boxes users in SQL, how to remove entries?

2009-06-25 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 25 Jun 2009, Steffen Kaiser wrote: I noticed that entries added to the ACL dict are not removed, when an user no longer has explicit ACLs to another user, e.g.: [at the beginning no ACLs for "user"] 1 login testuser pwd 2 setacl INBOX user

[Dovecot] dovecot-acl-list not honouring owner / permissions that are set on dovecot-shared

2009-06-25 Thread Stuart Rowan
Hi, I've just upgraded our dovecot installation from 1.0.15 to 1.1.13. This went smoothly and just worked -- thank you very much for writing such a high performance and robust piece of software. However, we have a shared mailbox that people can subscribe to. After upgrading to 1.1.13 ... doveco

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Rodman Frowert
Jose, Thank you for your reply. Makes me feel better everything is working properly and resources aren't being wasted. Thank you! Rodman - Original Message - From: "Jose Celestino" To: "Rodman Frowert" Cc: Sent: Thursday, June 25, 2009 9:34 AM Subject: Re: [Dovecot] Lots of pop3-

Re: [Dovecot] Sieve/ManageSieve integration into pkgsrc

2009-06-25 Thread Geert Hendrickx
On Thu, Jun 25, 2009 at 03:43:09PM +0200, Edgar Fuß wrote: > I'm integrating Sieve (the new one) and ManageSieve into wip/dovecot. > > Currently, this works as dovecot options because dovecot must be built > before sieve can be configured and sieve must be built before managesieve > can be configu

Re: [Dovecot] Lots of pop3-logins

2009-06-25 Thread Jose Celestino
On Qui, 2009-06-25 at 09:07 -0500, Rodman Frowert wrote: > Hello, > > Doing a "ps aux" on my Slackware box, I have approx 100 PID's of > "pop3-login's going on. This is a production mail server, but it is getting > VERY low traffic. In fact, only 3 people can "pop3" into it. I've check > th

[Dovecot] Lots of pop3-logins

2009-06-25 Thread Rodman Frowert
Hello, Doing a "ps aux" on my Slackware box, I have approx 100 PID's of "pop3-login's going on. This is a production mail server, but it is getting VERY low traffic. In fact, only 3 people can "pop3" into it. I've check their e-mail clients, and they are not checking mail any more often tha

[Dovecot] Sieve/ManageSieve integration into pkgsrc

2009-06-25 Thread Edgar Fuß
I'm integrating Sieve (the new one) and ManageSieve into wip/dovecot. Currently, this works as dovecot options because dovecot must be built before sieve can be configured and sieve must be built before managesieve can be configured/built. Now, the question arose what the long-term solution (in

[Dovecot] Dovecot v1.2 ACL shared-boxes users in SQL, how to remove entries?

2009-06-25 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I noticed that entries added to the ACL dict are not removed, when an user no longer has explicit ACLs to another user, e.g.: [at the beginning no ACLs for "user"] 1 login testuser pwd 2 setacl INBOX user lp 3 deleteacl INBOX user Although

Re: [Dovecot] Dovecot v1.2rc6 dict-server socket path problem & pgsql crash (crash source found)

2009-06-25 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 25 Jun 2009, Steffen Kaiser wrote: 2009-06-25 14:27:03 IMAP(dvtest) [29801]: Error: acl: dict commit failed 2009-06-25 14:27:03 dovecot: Error: child 29802 (dict) killed with signal 11 (core dumps disabled) Ah, the crash is resulted from o

[Dovecot] Dovecot v1.2rc6 dict-server socket path problem & pgsql crash

2009-06-25 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I find this in the logs: 2009-06-25 14:10:37 IMAP(dvtest) [29566]: Error: net_connect_unix(/usr/local/dovecot-1.2.rc6acl-hook2/var/run/dovecot/dict-server) failed: Permission denied 2009-06-25 14:10:37 IMAP(dvtest) [29566]: Error: acl: dict

Re: [Dovecot] Spliting Folders for Efficiency

2009-06-25 Thread Daniel Watts
Timo Sirainen wrote: On Thu, 2007-10-11 at 10:00 +0100, Daniel Watts wrote: .Folder__1.new .Folder__1.cur .Folder__1.tmp and .Folder__2.new .Folder__2.cur .Folder__2.tmp with Dovecot merging them before display as just "Folder" within the mail client. Virtual folders would enable this, if t

Re: [Dovecot] dovecot 1.2rc5 fails to authenticate user via GSSAPI

2009-06-25 Thread Michal Hlavinka
On Thursday 25 June 2009 06:54:48 Michal Hlavinka wrote: > On Wednesday 24 June 2009 17:15:31 Timo Sirainen wrote: > > On Jun 24, 2009, at 9:38 AM, Michal Hlavinka wrote: > > > we're facing problem where dovecot 1.2rc5 is not able to > > > authenticate user via > > > gssapi. (I'm forwarding informa