Re: [vchkpw] MySQL error messages vpalias.c

2004-05-06 Thread X-Istence
Rick Widmer wrote: My travels have finally brought me to the MySQL database module... I am working on improving the error messages returned by vconvert, as part of the process of testing the MySQL back end. The first thing I've noticed is that a number of errors call fprintf(stderr) directly from

[vchkpw] -ERR authorization failed

2004-05-06 Thread Edward Neville
Hello, I have spent two hours debugging why neither local or virtual users can log into a mail system via pop. I have now found the answer, but it was very obscure and yet obvious. echo '#!/bin/sh' /var/qmail/supervise/qmail-pop3d/run echo 'PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin'

Re: [vchkpw] valias problem with .qmail-default files

2004-05-06 Thread Jason 'XenoPhage' Frisvold
On Wed, 2004-05-05 at 10:29, lola wrote: this is a known problem and afaik not solved yet. Ugh.. I was afraid of that... here is my workaround which works for me: # no | here: VPOP=/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox # user xfilter instead of to xfliter $VPOP

RE: [vchkpw] sending e-mail error

2004-05-06 Thread Michael J Humphries
You need to make sure that you have the tcp.smtp.cdb file setup correctly check out the following for more information http://www.palomine.net/qmail/selectiverelay.html I had this problem about a year and a half ago and this worked Michael J. Humphries Alphacomm.net Getting You

Re: [vchkpw] valias problem with .qmail-default files

2004-05-06 Thread lola
using xfilter without the works for me. lola Von: Jason 'XenoPhage' Frisvold [EMAIL PROTECTED] Antworten an: [EMAIL PROTECTED] Datum: Thu, 06 May 2004 06:26:22 -0400 An: [EMAIL PROTECTED] Betreff: Re: [vchkpw] valias problem with .qmail-default files On Wed, 2004-05-05 at 10:29, lola

[vchkpw] -ERR this user has no $HOME/Maildir

2004-05-06 Thread Edward Neville
I do have a $HOME/Maildir, I don't know why Im getting this error, does the error mean anything to anyone?

Re: [vchkpw] valias problem with .qmail-default files

2004-05-06 Thread Jason 'XenoPhage' Frisvold
lola said: using xfilter without the works for me. *Doh* .. :) My biggest concern is how to continue to deliver the spam tagged mail to the spam mailbox.. can this be done with xfilter or is there some parameter I can send to vdelivermail to do this? lola ---

[vchkpw] New Server/Best Software?

2004-05-06 Thread Kit Halsted
Howdy Folks: I've just been asked to either set up a new server or add some services to an existing server. The current server runs netqmail 1.05 + SMTP-AUTH 0.42 vpopmail 5.4.2 on OpenBSD 3.5. The client's requirements are as follows: -Virus checking -Spam filtering -Quota limitations

Re: [vchkpw] MySQL / LDAP

2004-05-06 Thread Rainer Duffner
Edward Neville wrote: Can someone direct me to a descent site that compares or details how to install LDAP and/or MySQL with Qmail please? http://www.tnpi.biz/ No comparison though. Rainer

Re: [vchkpw] New Server/Best Software?

2004-05-06 Thread Jason 'XenoPhage' Frisvold
Rick Macdougall said: Hi, Jason 'XenoPhage' Frisvold wrote: What is this qscan you mention? Google doesn't show anything. I know qscanq, but it doesn't (to me) support SA within it. My apologies as I was mistaken.. It was qscanq ... And I believe qmail-spamc is the program that supports

Re: [vchkpw] New Server/Best Software?

2004-05-06 Thread Jason 'XenoPhage' Frisvold
Rick Macdougall said: Hi, Jason 'XenoPhage' Frisvold wrote: What is this qscan you mention? Google doesn't show anything. I know qscanq, but it doesn't (to me) support SA within it. My apologies as I was mistaken.. It was qscanq ... And I believe qmail-spamc is the program that supports

[vchkpw] MySQL error messages vpalias.c

2004-05-06 Thread Rick Widmer
My travels have finally brought me to the MySQL database module... I am working on improving the error messages returned by vconvert, as part of the process of testing the MySQL back end. The first thing I've noticed is that a number of errors call fprintf(stderr) directly from the extension. I