Re: SV: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Ryan Butler
On Thu, 2003-01-23 at 13:33, Kasper Haagensen wrote: > I believe you lost me some how, what should I do to fixe this problem, > so my user can have there own mail and nobody else. > > Kasper Haagensen > There is no permanent solution yet, roel is working on it. The temporary workaround is: in

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Bret Baptist
On Thursday 23 January 2003 12:43 pm, Ryan Butler wrote: > On Thu, 2003-01-23 at 12:17, Bret Baptist wrote: > > By the way, the double free is still in CVS. Though mine looks like > > this: /* memory cleanup */ > > my_free(buffer); > > buffer = NULL; > > my_free(apop_stamp); > > apop_stamp

SV: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Kasper Haagensen
I believe you lost me some how, what should I do to fixe this problem, so my user can have there own mail and nobody else. Kasper Haagensen -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Bret Baptist Sendt: 23. januar 2003 19:17 Til: dbmail@dbmail.org

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Ryan Butler
On Thu, 2003-01-23 at 12:17, Bret Baptist wrote: > On Thursday 23 January 2003 9:40 am, Ryan Butler wrote: > > Also on the pop3 server sig 11'ing, there is a double free going on on > > an apop string, I commented out one of the my_free() 's and it quit > > segfaulting. > > > > The double my_free i

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Bret Baptist
On Thursday 23 January 2003 9:40 am, Ryan Butler wrote: > Also on the pop3 server sig 11'ing, there is a double free going on on > an apop string, I commented out one of the my_free() 's and it quit > segfaulting. > > The double my_free is in pop3_handle_client: > > /* memory cleanup */ > my_free(b

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Ryan Butler
On Thu, 2003-01-23 at 09:49, Roel Rozendaal - IC&S wrote: > Hi, > > this is indeed not supposed to happen - i'll be looking into the code > shortly. On the sig11 solution: which version do you use? In current > CVS (and 1.0 release) there is no pop3_handle_client() function and the > double fre

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread
Hi, this is indeed not supposed to happen - i'll be looking into the code shortly. On the sig11 solution: which version do you use? In current CVS (and 1.0 release) there is no pop3_handle_client() function and the double free() you are referring to has already been fixed it seems. regards

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Ryan Butler
On Thu, 2003-01-23 at 04:02, Roel Rozendaal - IC&S wrote: > well from the logs it is clear that the message is inserted for mailbox > 156: > I've discovered the real problem, I had the same thing happen, and checked the user who downloaded it and was not supposed to, did not have it in the messa

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Bret Baptist
On Thursday 23 January 2003 1:36 am, Kasper Haagensen wrote: > Hei > > I have some problem, som of my email goes to the wrong user? > > When i check my log-file and MySQL-setup i can not find anything wrong! > > Has other, experience the same sort of problem and have anyone got an idea > of, what i

[Dbmail] Question about dates

2003-01-23 Thread Andreas Richter
Hi, We previously made some modifications to dbmail-smtp to allow it to digest incoming dates in the e-mail headers. This was activated by an options. In a normal e-mail setup the dates are assigned by the smtp server so shouldn't dbmail always digest the dates in the header. And more importantly t

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread
well from the logs it is clear that the message is inserted for mailbox 156: [INSERT INTO messages(mailbox_idnr,messagesize,unique_id,interna l_date,recent_flag,status) VALUES (156, 0, \\\"\\\", \\\"2003-01-17 10:53:03\\\", 1, \\\'005\\\')] could it be that the login's are mixed up in some wa

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Kasper Haagensen
The one there get\'s it: user_idnr: 18 mailbox_idnr: 81 The one there should get it: user_idnr: 23 mailbox_idnr: 156 Original Message From: Roel Rozendaal - IC&S To: dbmail@dbmail.org Subject: Re: [Dbmail] Delever to wrong adresse Sent: Thu, 23 Jan 2003 09:40:52 +0100 and what is th

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread
and what is the id of the user who actually gets the message? and what is it's mailbox_idnr? Kasper Haagensen heeft op donderdag, 23 jan 2003 om 09:23 (Europe/Amsterdam) het volgende geschreven: This is from my log file. The correct user has number 23, so it does not from me sound wrong:

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Kasper Haagensen
This is from my log file. The correct user has number 23, so it does not from me sound wrong: Jan 17 10:53:02 northzell dbmail/smtp[18835]: read_header(): header size [881] Jan 17 10:53:02 northzell dbmail/smtp[18835]: read_header(): function successfull Jan 17 10:53:02 northzell dbmail/smtp[18

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread Kasper Haagensen
Here is some line\'s from my log file, and it seems to find the right number of user, the right user has number 23. Jan 17 10:53:02 northzell dbmail/smtp[18835]: read_header(): header size [881] Jan 17 10:53:02 northzell dbmail/smtp[18835]: read_header(): function successfull Jan 17 10:53:02 no

Re: [Dbmail] Delever to wrong adresse

2003-01-23 Thread
never heard of this problem before - could you check the aliases table? To what address is the mail send, what is it's corresponding entry in the aliases table, which entries does the wrong user (the one getting the mail) have in the aliases table, to which mailboxes are those users connected e

[Dbmail] Delever to wrong adresse

2003-01-23 Thread Kasper Haagensen
Hei I have some problem, som of my email goes to the wrong user? When i check my log-file and MySQL-setup i can not find anything wrong! Has other, experience the same sort of problem and have anyone got an idea of, what is going wrong here? mvh kasper

RE: [Dbmail] Compilation Failure

2003-01-23 Thread HL Lau
Thanks Andrea, finally got it working. HL -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrea Sisti Sent: Thursday, January 23, 2003 3:05 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] Compilation Failure Hi HL, I'm running a RedHat 8.0 too; I h

Re: [Dbmail] Compilation Failure

2003-01-23 Thread Andrea Sisti
Hi HL, I'm running a RedHat 8.0 too; I have mysql libraries under /usr/lib/mysql and the include file under /usr/include/mysql I try to compile with this settings and I have no particular errors to report. Try this settings and tell me the results. Best regards

[Dbmail] Compilation Failure

2003-01-23 Thread HL Lau
Hi All, I'm currently running the following setup and have hit a snag: Stock Redhat 8.0 2.4.18-14 kernel A snip of the error I get is: You have selected MySQL as database The library directory for MySQL is now [/usr/local/lib/mysql/]. Enter new directory or press RETURN to keep this setting: /u