Re: [Dovecot] adding users to passwd-file

2010-04-26 Thread Bill Landry
On Mon, April 26, 2010 1:46 pm, Phil Howard wrote: > On Mon, Apr 26, 2010 at 4:38 PM, Heiko Schlittermann > wrote: > >> Some people use „htpasswd“, but there not password scheme is coded into >> the password hash. >> >> It's not clear what you're seeking - some tool for generating the hashed >> str

Re: [Dovecot] Fail2Ban and the Dovecot log

2009-05-17 Thread Bill Landry
Timo Sirainen wrote: > On Mon, 2009-05-11 at 14:48 -0700, Bill Landry wrote: >>> If you log via syslog, the timestamp will be at the beginning of line. >> >> Well, then that would explain it. Maybe it would be a good idea then to >> remove the "dovecot: "

Re: [Dovecot] Fail2Ban and the Dovecot log

2009-05-11 Thread Bill Landry
Timo Sirainen wrote: > On Mon, 2009-05-11 at 17:15 -0400, Lou Duchez wrote: >> Re: the "dovecot: " at the beginning of the line in the log. I should >> mention that other applications encounter a similar issue with Fail2Ban >> -- for example, if you're running Asterisk, you have to alter the log

Re: [Dovecot] Fail2Ban and the Dovecot log

2009-05-11 Thread Bill Landry
Bill Landry wrote: > Lou Duchez wrote: > >> Is there any way to disable the "dovecot: " at the beginning of each >> line of the log? Fail2Ban responds poorly to it. I know there are a >> number of sites with "failregex" strings for Fail2Ban and D

Re: [Dovecot] Fail2Ban and the Dovecot log

2009-05-11 Thread Bill Landry
Lou Duchez wrote: > Is there any way to disable the "dovecot: " at the beginning of each > line of the log? Fail2Ban responds poorly to it. I know there are a > number of sites with "failregex" strings for Fail2Ban and Dovecot, but > I've tried them all, and they don't work, at least with the la

Re: [Dovecot] Account lockout option?

2009-03-19 Thread Bill Landry
Ed W wrote: > Bill Landry wrote: >> Ed W wrote: >> >> >>> failregex = : warning: [-._\w]+\[\]: SASL >>> (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed$ >>> failregex = dovecot: auth.*\(.*,\): (unknown user|password >>> mismatc

Re: [Dovecot] Account lockout option?

2009-03-19 Thread Bill Landry
Ed W wrote: > failregex = : warning: [-._\w]+\[\]: SASL > (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed$ > failregex = dovecot: auth.*\(.*,\): (unknown user|password mismatch)$ Ed, have you found that both failregex lines are actually being used here, as in my experience, only the fir

Re: [Dovecot] login processes from attacks staying for hours

2008-07-23 Thread Bill Landry
Kai Schaetzl wrote: Charles Marcus wrote on Wed, 23 Jul 2008 10:30:30 -0400: The best answer is to use a tool made for this kind of job, like fail2ban. I found a few fail2ban definitions on the web, but all seem to be either very outdated or plain wrong for RHEL/CentOS. I've come so far as t

Re: [Dovecot] 1.1Beta5 Issue

2007-10-29 Thread Bill Landry
Timo Sirainen wrote: > On Mon, 2007-10-29 at 13:04 -0700, Bill Landry wrote: >> I have a question about using gdb, as I too had a message that I could not >> move >> between folders (however, that was prior to 1.1b5). When you say to gdb the >> "pid of imap proc

Re: [Dovecot] 1.1Beta5 Issue

2007-10-29 Thread Bill Landry
Timo Sirainen wrote: > On Mon, 2007-10-29 at 08:08 -0700, Jeff Grossman wrote: >> I installed 1.1Beta 5 this weekend. I had no problems at all yesterday >> using Thunderbird. I started reading my mail with Squirrelmail this >> morning and everything was going pretty smooth. I tried to delete a d

Re: [Dovecot] Squirrelmail Problem with 1.1 Beta 3

2007-10-16 Thread Bill Landry
Jeff Grossman wrote: > I just installed 1.1 beta 3 and noticed a problem when sending an e-mail > with Squirrelmail. When I hit send, I get the following error in my log: > > Oct 16 11:35:54 apple dovecot: IMAP(jeff): Disconnected: EOF while > appending bytes=1851/5926 > Oct 16 11:35:54 apple ima

Re: [Dovecot] Auto create folder(s)

2007-10-01 Thread Bill Landry
mouss wrote: >> Mouss, your post got me thinking, and after a bit of struggle and >> testing, I was finally able to come up with a working maildroprc >> configuration that would first attempt message delivery and then >> fall-back to creating the maildir as an exception if the maildir did not >> e

Re: [Dovecot] Auto create folder(s)

2007-09-30 Thread Bill Landry
mouss wrote the following on 9/30/2007 3:45 PM -0800: > Fábio M. Catunda wrote: > >> Charles Marcus escreveu: >> >>> On 9/26/2007, Bill Landry ([EMAIL PROTECTED]) wrote: >>> >>>>> But with maildrop you still run the process of creat

Re: [Dovecot] Problem with manually moving maildir files between folders

2007-09-30 Thread Bill Landry
Please disregard, I found the error of my ways... :-\ Bill Bill Landry wrote the following on 9/30/2007 9:23 AM -0800: > dovecot --version > 1.1.beta1 > > With previous versions of Dovecot I could manually move maildir files > between folders and the index would automatica

[Dovecot] Problem with manually moving maildir files between folders

2007-09-30 Thread Bill Landry
dovecot --version 1.1.beta1 With previous versions of Dovecot I could manually move maildir files between folders and the index would automatically update when entering the folder with Thunderbird. However, with 1.1.beta1, I am seeing the following when entering the folder, when attempting to reb

Re: [Dovecot] Auto create folder(s)

2007-09-26 Thread Bill Landry
Fábio M. Catunda wrote the following on 9/26/2007 3:01 PM -0800: > I didnt know that maildrop generates a variable called RETURNCODE when > you run some external commands, thanks for the advise! > > Anyway, even if maildrop is written in C++, it have to start a bash > and run the external command.

Re: [Dovecot] Auto create folder(s)

2007-09-26 Thread Bill Landry
Fábio M. Catunda wrote: > Charles Marcus escreveu: >> On 9/26/2007, Bill Landry ([EMAIL PROTECTED]) wrote: >>>> But with maildrop you still run the process of creating/checking on >>>> every delivery, same thing as dovecot, right? >> >>> Correct. If

Re: [Dovecot] Auto create folder(s)

2007-09-26 Thread Bill Landry
Fábio M. Catunda wrote: > Bill Landry escreveu: >> Lars Stavholm wrote: >> >>> Charles Marcus wrote: >>> >>>> On 9/26/2007, Lars Stavholm ([EMAIL PROTECTED]) wrote: >>>> >>>>>> if not

Re: [Dovecot] Auto create folder(s)

2007-09-26 Thread Bill Landry
Lars Stavholm wrote: > Charles Marcus wrote: >> On 9/26/2007, Lars Stavholm ([EMAIL PROTECTED]) wrote: if not -> maybe this is for you:http://wiki.dovecot.org/PostLoginScripting >>> Even better. >> But then this would happen for every user, at every login, when all you >> need is to do it

Re: [Dovecot] v1.1.beta1 released

2007-09-23 Thread Bill Landry
Timo Sirainen wrote the following on 9/23/2007 6:55 AM -0800: > http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz > http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz.sig > > Alpha6 seemed to finally work quite well, so I think it's time for a > feature freeze (except for dbo

Re: [Dovecot] Quota handling - v2 - updated FR

2007-05-23 Thread Bill Landry
Charles Marcus wrote the following on 5/23/2007 4:30 AM -0800: This revised proposal for a Feature Request is the result of my desire to implement quotas, but not have the attendant headaches that inevitably accompany its implementation. Ralf Hildebrandt wrote: I have to face it, my users are r

Re: [Dovecot] dovecot.org moves to a new server

2007-05-20 Thread Bill Landry
Timo Sirainen wrote the following on 5/20/2007 1:45 PM -0800: > On Sun, 2007-05-20 at 22:53 +0300, Timo Sirainen wrote: > >> So, beginning the move by shutting down Postfix and Mailman.. >> > > Wonder if it's working. Wonder what all I forgot.. If things seem > broken, please tell me. :) >