[Dbmail] DBMail Rocks

2004-08-03 Thread Peter Darley
Folks, I just had to re-install the OS on my server at home, which is using DBMail. In the past messing with filesystem based email has been such a hassle that I just told my users that they were responsible for saving out anything they didn't want to lose, and trashing whatever was left o

[Dbmail] dbmail-imapd in malloc(): warning: recursive call

2004-08-03 Thread Rick Morris
Hi, I installed DBmail 1.2.9 with PostgreSQL support from the FreeBSD ports, created the appropriate PostgreSQL database, created a user, created the 'dbmail' user, etc... and edited /usr/local/etc/dbmail.conf appropriately (AFAIK). I also installed Postfix as the MTA, and it is running fine

Re: [Dbmail] dbmail-imapd in malloc(): warning: recursive call

2004-08-03 Thread Leonel Nunez
On Tue, 2004-08-03 at 09:29, Rick Morris wrote: > Hi, > > I installed DBmail 1.2.9 with PostgreSQL support from the FreeBSD ports, > created the appropriate PostgreSQL database, created a user, created the > 'dbmail' user, etc... and edited /usr/local/etc/dbmail.conf > appropriately (AFAIK). >

Re: [Dbmail] dbmail-imapd in malloc(): warning: recursive call

2004-08-03 Thread Paul J Stevens
Your dbmail installation can't connect to the database. The log is very clear about this. If you can do 'dbmail-adduser s' and get a valid return, then you may start the servers, if not, fix your database connection before proceeding. This check is build into the debian init scripts for a goo

Re: [Dbmail] dbmail-imapd in malloc(): warning: recursive call

2004-08-03 Thread Rick Morris
Hi Paul, Thanks for responding. Unfortunately, I don't think the database connection is the problem. The system has no trouble connecting to PostgreSQL to add users. The message you are seeing mentions that dbmail "could not connect to database", but that is because of the other repeated log

Re: [Dbmail] dbmail-imapd in malloc(): warning: recursive call

2004-08-03 Thread Matthew T. O'Connor
Rick Morris wrote: Hi Paul, Thanks for responding. Unfortunately, I don't think the database connection is the problem. The system has no trouble connecting to PostgreSQL to add users. The message you are seeing mentions that dbmail "could not connect to database", but that is because of the

Re: [Dbmail] dbmail-imapd in malloc(): warning: recursive call

2004-08-03 Thread Rick Morris
OK, that took care of it, thanks ;-) My mistake-- I didn't realize how many default children were starting up. Running fine now, so I will start testing it out. Once I get this all figured out, I would be interested in doing an article on dbmail+PostgreSQL for PHP developers. There are a lot