[vchkpw] vpopmail 5.3.27 + mysql

2003-09-25 Thread Russell Mann
Hello, I am new to this list but not new to qmail/vpopmail, etc. I am trying to upgrade my working 5.3.27 CDB installation to a 5.3.27 MYSQL installation. I have 10 domains currently running on this system through CDB databases. RedHat 2.2.16-3 kernel mysqld -v outputs this: mysqld Ver 3.23.40

RE: [vchkpw] vpopmail 5.3.27 + mysql

2003-09-26 Thread Russell Mann
> On Thursday, September 25, 2003, at 04:38 PM, Russell Mann wrote: > > Here's my /service/qmail-pop3d/run file: > > > > #!/bin/sh > > exec /usr/local/bin/softlimit -m 300 \ > > /usr/local/bin/tcpserver -H -R -v -c100 0 pop3 \ > > /var/qmail/

RE: [vchkpw] vpopmail 5.3.27 + mysql

2003-09-30 Thread Russell Mann
> Russ, > Try changing these lines in vpopmail.mysql. > FROM > localhost|0|vpopmail_read||vpopmail > localhost|0|vpopmail_edit||vpopmail > > TO > localhost|mysql|vpopmailuser|vpoppasswd|vpopmail > localhost|mysql|vpopmailuser|vpoppasswd|vpopmail > > -Tom Tom, Thanks, I made those changes -

RE: [vchkpw] vpopmail 5.3.27 + mysql

2003-09-30 Thread Russell Mann
>I know this may sound redundant or silly but check your permissions > on qmail-pop3d and the vckpwd binary. Maybe your permissions on > those files are the problem. Cuz by the looks of what you sent in > email so far you have done it right. It's gotta be something > stupid. > > Yes, tcp.p

[vchkpw] vpopmail + mysql

2003-10-02 Thread Russell Mann
Hello, Finally fixed the vpopmail 5.3.27 + mysql non-working issue (see previous posts). In trying to track this down I've come across some other problems. [EMAIL PROTECTED] new.bin]# ./vadddomain media.khouse.org Please enter password for postmaster: enter password again: Error: Domain already

RE: [vchkpw] vpopmail + mysql

2003-10-02 Thread Russell Mann
> On Thursday, October 2, 2003, at 10:52 AM, Russell Mann wrote: > > Finally fixed the vpopmail 5.3.27 + mysql non-working issue (see > > previous > > posts). In trying to track this down I've come across some other > > problems. > > > > [EMAIL PROTEC

RE: [vchkpw] vpopmail + mysql

2003-10-02 Thread Russell Mann
> After removing it from users/assign, did you run qmail-newu to update > users/cdb? The vpopmail code actually uses the cdb file, and not the > assign file used to create it, when checking to see if a domain already > exists. [EMAIL PROTECTED] /var/qmail/bin/qmail-newu qmail-newu: fatal: bad

[vchkpw] vpopmail 5.3.28 + mysql + mac osx mail

2003-10-16 Thread Russell Mann
Hello, I am having the same issue described here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg11742.html When a Mac OS X "Mail.app" client POP's in for mail, I always get an error log message like this: vchkpw-pop3: password fail (pass: 'd502e3b49fb33d7f7d419d469b51a5a0') : Now, obviously

RE: [vchkpw] Aliases on Vpopmail + Qmail + mysql

2003-10-16 Thread Russell Mann
Hello , I am new on list , but I come request a help. I should like of creating a ally , what you sent the messages about to another . example : I have the mail : [EMAIL PROTECTED] what distributing about to another emails. I tried act a part into the ~ alias/ of the qmail , but I send the messag

RE: [vchkpw] istnĀ“t allowed rcpthosts error

2003-10-16 Thread Russell Mann
u "$QMAILDUID" -g "$NOFILESGID" -c100 0 smtp rblsmtpd \ /var/qmail/bin/qmail-smtpd 2>&1 You'll also need a crontab: 40 0 * * * su -c "/home/vpopmail/bin/clearopensmtp 2>&1 > /dev/null" vpopmail Note: Some of the filenames may be different depending on how you've installed everything. Viele Gluck! Russell Mann

RE: [vchkpw] vpopmail 5.3.28 + mysql + mac osx mail

2003-10-16 Thread Russell Mann
> On Thursday, October 16, 2003, at 09:55 AM, Russell Mann wrote: > > When a Mac OS X "Mail.app" client POP's in for mail, I always get an > > error > > log message like this: > > > > vchkpw-pop3: password fail (pass: 'd502e3b49fb33d7f7d4

RE: [vchkpw] vpopmail 5.3.27 + mysql + mac osx mail

2003-10-17 Thread Russell Mann
> On Thursday, October 16, 2003, at 04:14 PM, Russell Mann wrote: > >> On Thursday, October 16, 2003, at 09:55 AM, Russell Mann wrote: > >>> When a Mac OS X "Mail.app" client POP's in for mail, I always get an > >>> error > >>> log

[vchkpw] qmail CNAME lookup failed temporarily

2003-11-18 Thread Russell Mann
Hello, Vpopmail 5.3.27 Qmail 1.03 patch < doublebounce-trim.patch patch < qmail-remote.diff patch < qmail-local.diff patch < qmail-1.03-mfcheck.3.patch patch < nullenvsender-recipcount.patch patch < sendmail-flagf.patch patch < qmail-maildir++.patch patch < qmail-queue.patch I'm getting the CNAM

RE: [vchkpw] QS to reject misaddressed email at SMTP conversation

2004-01-16 Thread Russell Mann
> -Original Message- > From: Shane Chrisp [mailto:[EMAIL PROTECTED] > Sent: Friday, January 16, 2004 9:56 AM > To: 'Russell Mann' > Subject: RE: [vchkpw] QS to reject misaddressed email at SMTP > conversation > > > I had the same issues until I realis

RE: [vchkpw] QS to reject misaddressed email at SMTP conversation

2004-01-16 Thread Russell Mann
> You'll need to run qmail-smtpd as vpopmail.vchkpw or suid root so it can > access the vpopmail files. His web page fully explains how to do it and > why it has to be done. > > Example > > #!/bin/sh > QMAILDUID=`id -u vpopmail` > NOFILESGID=`id -g vpopmail` > MAXSMTPD=`cat /var/qmail/control/concu

[vchkpw] qmail-smtpd-chkusr patch not applying

2004-01-16 Thread Russell Mann
elow are what I hope are the relevant information for figuring out what's wrong. I'm using the regular-patch from this page: http://www.interazioni.it/qmail/#qmail-smtpd Any suggestions would be great. Thanks, Russell Mann -- Commands I use

RE: [vchkpw] QS to reject misaddressed email at SMTP conversation

2004-01-16 Thread Russell Mann
> ok so we're both right and we're both wrong. > > the patch functionality itself does not require the qmail-toaster patch, > however, since the patch file itself was created against the > qmail-toaster patch, it requires it to be cleanly patched without manual > intervention. So, if you don't wan

RE: [vchkpw] qmail-smtpd-chkusr patch not applying

2004-01-16 Thread Russell Mann
ysql/libmysqlclient.a(my_compress.o): In function `my_compress_alloc': my_compress.o(.text+0x12a): undefined reference to `compress' collect2: ld returned 1 exit status make: *** [qmail-smtpd] Error 1 - Thanks, Russell Mann

RE: [vchkpw] QS to reject misaddressed email at SMTP conversation

2004-01-16 Thread Russell Mann
> It does: > Qmail chkuser patch > Checks that the vpopmail recipient is valid before accepting the message. > requires vpopmail to be installed first, and that the 0.5 patch above is > applied to qmail. > Please select the appropriate version: > > --Doug Oops, my bad. Sorry bout that. I shouldn

[vchkpw] QS to reject misaddressed email at SMTP conversation

2004-01-16 Thread Russell Mann
upp patch seems to say that mysql vpopmail installs need different info to be able to do this, but that patch didn't work for me and I'm not clear as to whether I *must* use it or not. I'm getting 86% spam through this server, and 90% of the spam is misaddressed. Clamscanning and SpamAssassin'ing, with RBL checks, on all those emails that aren't going anywhere, is not cool. Thanks for your help, Russell Mann

[vchkpw] Mailman with Vpopmail

2004-05-26 Thread Russell Mann
Hello, Has anyone on this list used Mailman for email list management in conjunction with vpopmail? I'm looking for a good set of instructions on setting this up. Thanks, Russell Mann

RE: [vchkpw] chkuser patch

2004-07-07 Thread Russell Mann
> The "standard" chkuser patch that vpopmail uses (see Bill > Shupp's update to the original: > http://www.shupp.org/patches/chkuser-0.6.mysql.patch) has > some rather nasty behaviours. > > If for some reason your mysql server is unavailable (load has > shot so high that mysql can't return a p

[vchkpw] Vpopmail using 5 Sleeping SQL's

2006-02-10 Thread Russell Mann
these connections open? I'm on vpopmail 5.4.13, using mysql 4.1.12 for authentication. Any input would be greatly appreciated. Thank you, Russell Mann

RE: [vchkpw] Vpopmail using 5 Sleeping SQL's

2006-02-13 Thread Russell Mann
vchkpw@inter7.com > Subject: Re: [vchkpw] Vpopmail using 5 Sleeping SQL's > > On Fri, 2006-02-10 at 11:27 -0800, Russell Mann wrote: > > Hello List, > > > > I'm tracking down a problem with my linux server crashing > about once a > > week, and one t