[Dbmail] error, no header for this message?

2004-09-22 Thread Who am I 2 be
Hi all, I'm running dbmail 1.2.10, Mysql 4.0.18 and using sendmail for smtp on a OpenBSD 3.5 box. Things seem to work fine, except I get some strange errors in the maillog. I've upgraded from pre 1.0 dbmail (can't remember what version it was), is there anything I need to do to my database?

[Dbmail] Confusion!!!

2004-09-22 Thread Kirti S. Bajwa
Hello: While reading INSTALL.postfix document (dbmail_2_0_branch), I noticed the following: (1) Using LMTP It says to add "mailbox_transport = dbmail-lmtp::" to /etc/postfix/transport. Is it correct? I thought it should be added to main.cf. I also noticed that if Pipe Interface (dbmail-smtp) is

Re: [Dbmail] Confusion!!!

2004-09-22 Thread /dev/rob0
On Tuesday 21 September 2004 17:05, Kirti S. Bajwa wrote: > While reading INSTALL.postfix document (dbmail_2_0_branch), I noticed > the following: > > (1) Using LMTP > > It says to add "mailbox_transport = dbmail-lmtp::" to > /etc/postfix/transport. Is it correct? I thought it should be added > to

[Dbmail] Lookup failed???

2004-09-22 Thread Kirti S. Bajwa
Hello: I have just completed a fresh install RH9 + mysql-4.0.21 + openssl-0.9.7d + cyrus-sasl-2.1.19 + postfix-2.1.5 + dbmail_2_0_branch. I have added a user (kbajwa) to dbMail DB. I can display the tables using 'mysqlcc' & user + aliases info is listed in the tables. I tried to setup a connectio

Re: [Dbmail] error, no header for this message?

2004-09-22 Thread Paul J Stevens
O yes. The tables for pre-1.0 and 1.2 are incompatible. I posted an upgrade script about a year ago or so on this list. It's mainly a matter of: #> mysqladmin create dbmailnew #> tail +7 sql/mysql/create_tables.mysql | mysql dbmailnew #> mysqldump -d dbmailnew > dbmailnew.sql #> mysqladmin crea

Re: [Dbmail] Lookup failed???

2004-09-22 Thread Paul J Stevens
The IP address cannot be resolved. Either this address does not have a PTR record in DNS, or your resolver cannot obtain it. Better you disable lookups in dbmail.conf by setting RESOLVE_IP=no That will also improve performance because those lookups are synchronous and will therefor holdup the

Re: [Dbmail] delivering mail into subfolders

2004-09-22 Thread Paul J Stevens
April Lorenzen wrote: Using dbmail-pgsql, yesterday's debian pkg :) Sendmail inserts and anti-spam header into my inbound mail like this: X-milter-siq-Report: pass=YES or X-milter-siq-Report: pass=NO I would like to use the simplest method to cause mail with a pass=NO to be stored in the

[Dbmail] Group Error!!

2004-09-22 Thread Kirti S. Bajwa
Hello: I have just completed a fresh install RH9 + mysql-4.0.21 + openssl-0.9.7d + cyrus-sasl-2.1.19 + postfix-2.1.5 + dbmail_2_0_branch. After I start 'dbmailpop3d' daemon, I see the following message in the mail logs: Sept 22 09:11:30 mail dbmail.pop3d[2567]: misc.c,drop_priviledges: could not

Re: [Dbmail] Group Error!!

2004-09-22 Thread Claudio Ruwer
I think this command: groupadd nogroup will solve your problems. -- Claudio Ruwer - Consultor Técnico [EMAIL PROTECTED] Red Hat Certified Engineer www.pbi.com.br Nosso conhecimento protege sua empresa 55 51 33251088 /91885856 Plantão 24hs - 91885850 MSN:[EMAIL PROTECTED] - Original Messag

Re: [Dbmail] Group Error!!

2004-09-22 Thread Claudio Ruwer
I think this command: groupadd nogroup will solve your problems. -- Claudio Ruwer - Consultor Técnico [EMAIL PROTECTED] Red Hat Certified Engineer www.pbi.com.br Nosso conhecimento protege sua empresa 55 51 33251088 /91885856 Plantão 24hs - 91885850 MSN:[EMAIL PROTECTED] - Original Messag

RE: [Dbmail] Lookup failed???

2004-09-22 Thread Kirti S. Bajwa
Paul: Thank you. It worked. Kirti -Original Message- From: Paul J Stevens [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 3:24 AM To: DBMail mailinglist Subject: Re: [Dbmail] Lookup failed??? The IP address cannot be resolved. Either this address does not have a PTR rec

RE: [Dbmail] Group Error!!

2004-09-22 Thread Kirti S. Bajwa
I forgot to mention, that RH9 installs nobody (both user Id & group id = 99) as default. I checked in the user/group and 'nobody' is there in both places. If somebody has another suggestion, I sure appreciate it. Thanks. Kirti -Original Message- From: Claudio Ruwer [mailto:[EMAIL PROTEC

Re: [Dbmail] Group Error!!

2004-09-22 Thread Paul J Stevens
#> groupadd -g 65535 nogroup Kirti S. Bajwa wrote: Hello: I have just completed a fresh install RH9 + mysql-4.0.21 + openssl-0.9.7d + cyrus-sasl-2.1.19 + postfix-2.1.5 + dbmail_2_0_branch. After I start 'dbmailpop3d' daemon, I see the following message in the mail logs: Sept 22 09:11:30 ma

Re: [Dbmail] Group Error!!

2004-09-22 Thread Paul J Stevens
Than change dbmail.conf and change EFFECTIVE_GROUP to nobody instead. Kirti S. Bajwa wrote: I forgot to mention, that RH9 installs nobody (both user Id & group id = 99) as default. I checked in the user/group and 'nobody' is there in both places. If somebody has another suggestion, I sure appr

RE: [Dbmail] Group Error!!

2004-09-22 Thread Kirti S. Bajwa
Hello: I must be sleeping. In my previous post, I mentioned 'nobody' & it is actually 'nogroup' & it is not installed in RH9 by default. For two days I have been looking at 'nobody' and thinking it was/is 'nogroup'. What a DUMB thing to do. I did add 'nogroup' & error is BYE BYE. Kirti ---

[Dbmail] Connection refused!!

2004-09-22 Thread Kirti S. Bajwa
Hello: I have just completed a fresh install RH9 + mysql-4.0.21 + openssl-0.9.7d + cyrus-sasl-2.1.19 + postfix-2.1.5 + dbmail_2_0_branch. Mail server is named: mail.tibinternet.net. Before installing dbmail, I successfully tested Postfix by sending & receiving email. I believe that I am real cl

Re: [Dbmail] error, no header for this message?

2004-09-22 Thread Who am I 2 be
Ah. Cheers mate :) I'll try this out. - FeT O yes. The tables for pre-1.0 and 1.2 are incompatible. I posted an upgrade script about a year ago or so on this list. It's mainly a matter of: #> mysqladmin create dbmailnew #> tail +7 sql/mysql/create_tables.mysql | mysql dbmailnew #> mysqldump -