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

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 Conn

[vchkpw] MySQL / LDAP

2004-05-06 Thread Edward Neville
Can someone direct me to a descent site that compares or details how to install LDAP and/or MySQL with Qmail please?

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:

[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 --- J

[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 enforc

RE: [vchkpw] New Server/Best Software?

2004-05-06 Thread Roger Lipscombe
Kit Halsted wrote: > Howdy Folks: > > I've just been asked to either set up a new server or add some > services to an existing server. [snip] > I'd love to hear from anybody who's using these together, & I think I > also need to patch qmail for Maildir++ (?) support? Does the patch > for that in

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 John Hogenmiller
I have pretty much the same setup, except I use vpopmail in the mix, and squirrelmail for the webmail side of things. I have no experience with SqWebmail, so I can't really compare them. One bonus for squirrelmail is that if you configure spamassasin with mysql support, you can put a highly

RE: [vchkpw] New Server/Best Software?

2004-05-06 Thread Jason 'XenoPhage' Frisvold
Roger Lipscombe said: > I'm using qmail+vpopmail+BincIMAP+SquirrelMail+ClamAV+qmailAdmin. See > http://www.differentpla.net/node/view/165 for how I did it. I'm not using > SpamAssassin (it's on the list, though), and I don't need quota support. > It's all working together extremely well. Using B

Re: [vchkpw] New Server/Best Software?

2004-05-06 Thread Rick Macdougall
Hi, Jason 'XenoPhage' Frisvold wrote: Yeah, I don't remember patching anything here for that... Bill's toaster has just about everything... He's planning on posting a new version sometime soon (possibly next week) with a few new features, including qscan instead of qmail-scanner... What is this q

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 sup

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 sup

[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 w