Re: [Dbmail-dev] Troubles: rev-1996

2006-02-28 Thread Paul J Stevens
I've just checked in some changes in the server code. SIGHUPs are now handled correctly. Oleg and Aaron, please test and confirm if you don't mind. If this works out, 2.1.4 can be released later this week. Aaron Stone wrote: On Mon, 2006-02-27 at 12:28 +0300, Oleg Lapshin wrote: Hello And

Re: [Dbmail-dev] Troubles: rev-1996

2006-02-28 Thread Oleg Lapshin
On Mon, 2006-02-27 at 12:28 +0300, Oleg Lapshin wrote: Hello And again, troubles with address already in use Got it! If I hit the parent process with lots of fast SIGHUPs, I can cause it to die, but leave children that look like parents: nobody 30203 1 0 09:25

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Oleg Lapshin
I've just checked in some changes in the server code. SIGHUPs are now handled correctly. Oleg and Aaron, please test and confirm if you don't mind. If this works out, 2.1.4 can be released later this week. No. The 1st connect from client to dbmail-imapd works fine, but the 2nd - don't at all

[Dbmail-dev] [DBMail 0000304]: with ref: to ID 0000265 , bug was suspended

2006-02-28 Thread bugtrack
The following issue has been SUBMITTED. == http://www.dbmail.org/mantis/view.php?id=304 == Reported By:lakshmi Assigned To:

[Dbmail-dev] [DBMail 0000304]: with ref: to ID 0000265 , bug was suspended

2006-02-28 Thread bugtrack
A NOTE has been added to this issue. == http://www.dbmail.org/mantis/view.php?id=304 == Reported By:lakshmi Assigned To:

Re: [Dbmail-dev] Troubles: rev-1996 (kmail and sieve)

2006-02-28 Thread Aaron Stone
On Tue, 2006-02-28 at 11:54 +0300, Oleg Lapshin wrote: Two words about kmail and sieve. I try to change sieve-script from kmail, but when I try to download script to change it, I get error from kmail protocol error. timsieved log output: The log snippet from DBMail's side of

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Paul J Stevens
Found it. db_check_connection called from StartServer was being called before db_connect which load the module. Oleg Lapshin wrote: I've just checked in some changes in the server code. SIGHUPs are now handled correctly. Oleg and Aaron, please test and confirm if you don't mind. If this works

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Aaron Stone
Here's another one. I'm getting permission denied errors when the parent process tries to grab the socket again after SIGHUP. Before giving the HUP, the parent process is still running with root privs. Feb 28 04:41:11 [dbmail/imap4d] server.c,StartServer: starting main service loop Feb 28

[Dbmail-dev] kmail and sieve scripts

2006-02-28 Thread Oleg Lapshin
Hello I tried to change sieve-script from kmail List of scripts was shown, but when I tried to change script. it failed. Dialog from tcpdump: IMPLEMENTATION DBMail timsieved v2.1 SASL PLAIN SIEVE subaddress fileinto reject envelope vacation OK AUTHENTICATE PLAIN skip OK LISTSCRIPTS spam2 main

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Aaron Stone
Paul, Reading from imapd.c, through server.c, and to pool.c, it looks like the process path is like this: imapd.c: parent process (root) imapd.c: child process (nobody) server.c, pool.c: manage more children (more nobodies) When you send a HUP to the parent, it does this: imapd.c: parent

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Paul J Stevens
Aaron Stone wrote: Paul, Reading from imapd.c, through server.c, and to pool.c, it looks like the process path is like this: imapd.c: parent process (root) imapd.c: child process (nobody) server.c, pool.c: manage more children (more nobodies) check. That's the idea. When you

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Aaron Stone
On Tue, Feb 28, 2006, Paul J Stevens [EMAIL PROTECTED] said: Aaron Stone wrote: This fixes it for me: --- ../dbmail/imapd.c 2006-02-28 04:15:22.556837664 -0800 +++ imapd.c 2006-02-28 10:16:50.398784536 -0800 case 0: /* child process */

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Leif Jackson
On Tue, February 28, 2006 3:42 pm, Aaron Stone wrote: On Tue, Feb 28, 2006, Paul J Stevens [EMAIL PROTECTED] said: Aaron Stone wrote: This fixes it for me: --- ../dbmail/imapd.c 2006-02-28 04:15:22.556837664 -0800 +++ imapd.c 2006-02-28 10:16:50.398784536 -0800 case 0: /* child

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Paul J Stevens
Aaron Stone wrote: On Tue, Feb 28, 2006, Paul J Stevens [EMAIL PROTECTED] said: Aaron Stone wrote: This fixes it for me: --- ../dbmail/imapd.c 2006-02-28 04:15:22.556837664 -0800 +++ imapd.c 2006-02-28 10:16:50.398784536 -0800 case 0: /* child process */

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Aaron Stone
On Tue, Feb 28, 2006, Leif Jackson [EMAIL PROTECTED] said: Guys before 2.1.4 rel, what about that memory leak issue in imapd?, did you find a workaround? This is the malloc for () keys in the command parser I am talking about. Oh. Hrmm... I'll try to take a look at it tonight. I think the

[Dbmail-dev] [DBMail 0000306]: the processes spawn infitnetly until they crash the machine

2006-02-28 Thread bugtrack
The following issue has been SUBMITTED. == http://www.dbmail.org/mantis/view.php?id=306 == Reported By:variable Assigned To:

Re: [Dbmail-dev] Troubles: rev-1996 and 1997

2006-02-28 Thread Leif Jackson
On Tue, February 28, 2006 4:59 pm, Aaron Stone wrote: On Tue, Feb 28, 2006, Leif Jackson [EMAIL PROTECTED] said: Guys before 2.1.4 rel, what about that memory leak issue in imapd?, did you find a workaround? This is the malloc for () keys in the command parser I am talking about. Oh.