RE: [vchkpw] Help needed with 5.7.1 rcpthosts problem

2003-11-22 Thread Shane Chrisp
PM To: [EMAIL PROTECTED] Subject: [vchkpw] Help needed with 5.7.1 rcpthosts problem Hi! I've got Qmail 1.03 and Vpopmail 5.3.28 running on a RedHat 9 Linux box. I've got several virtual hosts defined through Vpopmail. I can login via POP3 and read my mail, but I can't send any mail via SMTP

Re: [vchkpw] Help needed with 5.7.1 rcpthosts problem

2003-11-22 Thread Tom Collins
On Saturday, November 22, 2003, at 08:37 AM, Tom Williams wrote: #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` export PATH=/var/qmail/bin:/usr/local/bin:$PATH exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -l mydomain.com -H -R -x

Re: [vchkpw] Help needed with 5.7.1 rcpthosts problem

2003-11-22 Thread Tom Williams
Shane Chrisp wrote: Try changing the user that the qmail-smtpd is running as to the vpopmail:vchkpw user. If your running roaming users, the system wont have permissions to read the cdb as qmaild. Shane Thanks for the tip. I'll give that a try. I would think with the

Re: [vchkpw] Help needed with 5.7.1 rcpthosts problem

2003-11-22 Thread Tom Williams
Tom Collins wrote: On Saturday, November 22, 2003, at 08:37 AM, Tom Williams wrote: #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` export PATH=/var/qmail/bin:/usr/local/bin:$PATH exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -l mydomain.com -H -R -x

Re: [vchkpw] Help needed with 5.7.1 rcpthosts problem

2003-11-22 Thread Tom Williams
Tom Williams wrote: Hi! I've got Qmail 1.03 and Vpopmail 5.3.28 running on a RedHat 9 Linux box. I've got several virtual hosts defined through Vpopmail. I can login via POP3 and read my mail, but I can't send any mail via SMTP since I get the 5.7.1 error which indicates the domain isn't in

Re: [vchkpw] Help needed with 5.7.1 rcpthosts problem

2003-11-22 Thread Tom Williams
Tom Williams wrote: Tom Williams wrote: Ok, I've changed my /service/qmail-smtpd/run file to set RELAYCLIENT= at the top and then export it and all is running just fine. As for tcpserver appearing as a zombie, I'm guessing that's just how it appears in the process list. It's working now,

Re: [vchkpw] Help needed with 5.7.1 rcpthosts problem

2003-11-22 Thread Tom Williams
Tom Williams wrote: Tom Williams wrote: Ok, so that wasn't such a great idea as I've just configured an open relay. :( I've REMOVED this last config setting and have restarted the mail server so I NO LONGER have an open relay. I guess the main problem is the RELAYCLIENT setting isn't being