Re: [Dbmail] dbmail-maintenance segfaulting

2002-12-27 Thread Mark Mackay
I had similar problems, but I think it may have related to the number of messages returned. I had something like 40,000 to purge, and I don't think the query was returning. >From memory, if I changed all but 100 customers to state=002 and then ran Status: O purge, it worked. But this was a real p

Re: [Dbmail] Postfix/dbmail

2002-12-27 Thread Paul Stevens
Ronnie, Apparently your postfix build doesn't support the hash dbtype. Check your main.cf and look at the line starting with alias_maps Use for your transport_maps line the same dbtype specified there. So if it reads alias_maps = btree:/etc/aliases use transport_maps = btree:/etc/postfix/trans

RE: [Dbmail] Postfix/dbmail

2002-12-27 Thread Ronnie Tartar
Thanks for the help, dbm works. Now I have another problem in my log. Dec 27 10:36:44 laksunprod1 postfix/pipe[3186]: [ID 197553 mail.info] 99454113F6C: to=<[EMAIL PROTECTED]>, relay=dbmail, delay=1093, status=deferred (Command died with signal 11: "/usr/local/sbin/dbmail-smtp") Postfix is attem

RE: [Dbmail] Postfix/dbmail

2002-12-27 Thread Ronnie Tartar
I found a typo in my master.cf file. It is still dying though. Attached is the log. -Original Message- From: Ronnie Tartar [mailto:[EMAIL PROTECTED] Sent: Friday, December 27, 2002 5:34 AM To: 'dbmail@dbmail.org' Subject: RE: [Dbmail] Postfix/dbmail Thanks for the help, dbm works. No

Re: [Dbmail] Getting flat-file messages into dbmail

2002-12-27 Thread Andreas Richter
Hi, You can basically pipe each into dbmail-smtp ­m mailbox ­u user or dbmail-smtp ­d alias. We modified dbmail-smtp to also preserve the received dates if you are interested, but that involved some hacking. Thanks, Andy On 12/26/02 13:59, "Greg Smythe" <[EMAIL PROTECTED]> wrote: > Dear list --

[Dbmail] RE: DBMail Problems

2002-12-27 Thread Ronnie Tartar
I downloaded the latest snapshot of CVS and still get the error. -Original Message- From: Bret Baptist [mailto:[EMAIL PROTECTED] Sent: Friday, December 27, 2002 11:01 AM To: Ronnie Tartar Subject: Re: DBMail Problems Roel said that he fixed it in CVS. I would try checking out the CVS

Re: [Dbmail] dbmail-maintenance segfaulting

2002-12-27 Thread Eli Stair
Thanks for the response Mark. That is doubtfully the cause of the crash on my system, as it will occur even if there are no marked/undelivered messages in the database when maintenance is run... I will hang on to your script though :) /eli > I had similar problems, but I think it may have related