Re: [vchkpw] vpopmail 5.4.5 + spamassassin 2.64 sql user prefrences

2004-08-18 Thread Nicholas Harring
Nick Bright wrote: and my .qmail-default file contains: | /usr/bin/spamc -U /var/run/spamd.socket | /usr/local/vpopmail/bin/vdelivermail '' bounce-no-mailbox As far as I can tell, this should tell spamd to get the username from vpopmail and query the information out of the database, creating the

Re: [vchkpw] vpopmail 5.4.5 + spamassassin 2.64 sql user prefrences

2004-08-18 Thread Nick Bright
Well, It looks like I was having a dumbass attack. The table name in my database was wrong, once I fixed that, the error message went away (as it was table doesn't exist. It still appears to be not pulling the username correctly though, and I would like to know how to properly adjust that. It is

Re: [vchkpw] vpopmail 5.4.5 + spamassassin 2.64 sql user prefrences

2004-08-18 Thread Tom Collins
On Aug 18, 2004, at 12:30 PM, Nick Bright wrote: and my .qmail-default file contains: | /usr/bin/spamc -U /var/run/spamd.socket | /usr/local/vpopmail/bin/vdelivermail '' bounce-no-mailbox What if you add -u [EMAIL PROTECTED] to the spamc options? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin:

Re: [vchkpw] vpopmail 5.4.5 + spamassassin 2.64 sql user prefrences

2004-08-18 Thread Nick Bright
On Wed, 2004-08-18 at 14:37, Nicholas Harring wrote: Nick Bright wrote: and my .qmail-default file contains: | /usr/bin/spamc -U /var/run/spamd.socket | /usr/local/vpopmail/bin/vdelivermail '' bounce-no-mailbox As far as I can tell, this should tell spamd to get the username from

Re: [vchkpw] vpopmail 5.4.5 + spamassassin 2.64 sql user prefrences

2004-08-18 Thread Jeremy Kitchen
On Wednesday 18 August 2004 02:45 pm, Nick Bright wrote: So it appears to be getting the address properly (yay!), however, it didn't create a prefs entry in the database. If it's as simple as it doesn't make it automatically, and just uses the default if it's not there is fine, I just don't

RE: [vchkpw] Vpopmail 5.4.5

2004-07-08 Thread Remo Mattei
did u try to add the libmysql for vpopmail to your ldconfig? Remo From: Alexandre Ricardo Souza Silva [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 4:27 PMTo: [EMAIL PROTECTED]Subject: [vchkpw] Vpopmail 5.4.5 staff necessary of one he helps of you, good I I

Re: [vchkpw] Vpopmail 5.4.5

2004-07-08 Thread Alexandre Ricardo Souza Silva
: [vchkpw] Vpopmail 5.4.5 did u try to add the libmysql for vpopmail to your ldconfig? Remo From: Alexandre Ricardo Souza Silva [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 4:27 PMTo: [EMAIL PROTECTED]Subject: [vchkpw] Vpopmail 5.4.5

Re: [vchkpw] Vpopmail 5.4.5

2004-07-08 Thread Alexandre Ricardo Souza Silva
- Original Message - From: Rick Macdougall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 08, 2004 8:13 PM Subject: Re: [vchkpw] Vpopmail 5.4.5 Alexandre Ricardo Souza Silva wrote: gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/lib/mysql

Re: [vchkpw] Vpopmail 5.4.5

2004-07-08 Thread Jeremy Kitchen
On Thursday 08 July 2004 07:01 pm, Alexandre Ricardo Souza Silva wrote: Hello, Rick. I have installed zlip-1.1.4.8-i3386.rpm, this pocota I cannot be installed? waiting a brief return. try zlib-devel -Jeremy -- Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.

Re: [vchkpw] Vpopmail 5.4.5

2004-07-08 Thread Rick Macdougall
: [vchkpw] Vpopmail 5.4.5 gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status Hi, A little googling found that zlib-devel should also be installed (Sorry, I don't

Re: [vchkpw] Vpopmail 5.4.5 released

2004-06-29 Thread Jean Wainer
On Tue, 29 Jun 2004 08:34:30 +0700 François Wautier [EMAIL PROTECTED] wrote: Hi, The patch applies does not solve the underlying problem, the fact that you cannot connect to the DB server. It just makes sure the system behaves properly even when one cannot access the DB. I see. You

Re: [vchkpw] Vpopmail 5.4.5 released

2004-06-29 Thread François Wautier
Hi, I see. You said, in your previous message: The code in vpopmail was first trying to connect to the server for a given database. If that was failing, it would try the server only and if that succeeded, it was considering that the server was fine but that the DB was not created. So,

Re: [vchkpw] Vpopmail 5.4.5 released

2004-06-28 Thread Jean Wainer
On Fri, 25 Jun 2004 18:17:53 -0700 Tom Collins [EMAIL PROTECTED] wrote: http://vpopmail.sf.net Release Notes: There are significant changes in here for MySQL and Postgres backends. If you've had errors stating couldn't create table/database because it already exists with MySQL, you

Re: [vchkpw] Vpopmail 5.4.5 released

2004-06-28 Thread François Wautier
Hi, Since I submitted that patch.. I guess I should answer. The code in vpopmail was first trying to connect to the server for a given database. If that was failing, it would try the server only and if that succeeded, it was considering that the server was fine but that the DB was not

Re: [vchkpw] Vpopmail 5.4.5 released

2004-06-28 Thread Jean Wainer
On Mon, 28 Jun 2004 21:54:55 +0700 François Wautier [EMAIL PROTECTED] wrote: Hi, Since I submitted that patch.. I guess I should answer. The code in vpopmail was first trying to connect to the server for a given database. If that was failing, it would try the server only and if that

Re: [vchkpw] Vpopmail 5.4.5 released

2004-06-28 Thread François Wautier
Hi, The patch applies does not solve the underlying problem, the fact that you cannot connect to the DB server. It just makes sure the system behaves properly even when one cannot access the DB. In the case of email delivery, proper behaviour means that the message is put back into the queue