Re: Still 533

1999-09-12 Thread Tetsu Ushijima
Paul Farber writes: > still getting my ass kicked by qmail. I've gotten it down to one file... > if rcpthosts exists then I get the 533 (#5.7.1) not allowed message. You should track down what's really happened: 1. Make sure you are logging tcpserver's activity. 2. From the tcpserver's log,

Re: Still 533

1999-09-10 Thread Paul Farber
The jist of the response was, no, I didn't use a plain text file for the .cbd file in tcpserver. Thanks. Paul D. Farber II Farber Technology Ph. 570-628-5303 Fax 570-628-5545 [EMAIL PROTECTED] On Thu, 9 Sep 1999, James Smallacombe wrote: > On Thu, 9 Sep 1999, Paul Farber wrote: > > > Yeah, I

Re: Still 533

1999-09-10 Thread Vince Vielhaber
On Fri, 10 Sep 1999, Paulo Jan wrote: > Paul Farber wrote: > > > > Yeah, I know. But the binary .cdb file is pretty unreadable, don't you > > think? > > > > Paul D. Farber II > > Farber Technology > > Ph. 570-628-5303 > > Fax 570-628-5545 > > [EMAIL PROTECTED] > > > > On Thu, 9 Sep 1999, Adam

Re: Still 533

1999-09-09 Thread Paulo Jan
Paul Farber wrote: > > Yeah, I know. But the binary .cdb file is pretty unreadable, don't you > think? > > Paul D. Farber II > Farber Technology > Ph. 570-628-5303 > Fax 570-628-5545 > [EMAIL PROTECTED] > > On Thu, 9 Sep 1999, Adam D . McKenna wrote: > > > That's not a cdb, it's a flat textfi

Re: Still 533

1999-09-09 Thread James Smallacombe
On Thu, 9 Sep 1999, Paul Farber wrote: > Yeah, I know. But the binary .cdb file is pretty unreadable, don't you > think? unreadable by you, but it's what tcpserver reads. AFAIK, tcpserver can't read unhashed plaintext. The command to do this changed in recent tcpservers; You now use tcprules

Re: Still 533

1999-09-09 Thread David Dyer-Bennet
Paul Farber <[EMAIL PROTECTED]> writes on 9 September 1999 at 11:54:06 -0400 > Hello all... > > still getting my ass kicked by qmail. I've gotten it down to one file... > if rcpthosts exists then I get the 533 (#5.7.1) not allowed message. > > there are no log file entries, and I am runni

Re: Still 533

1999-09-09 Thread Adam D . McKenna
On Thu, Sep 09, 1999 at 01:04:24PM -0400, Paul Farber wrote: > I guess I don't fully understand the tcpserver part of it. I know if the > domain is not in rcpthosts it will not relay... but if I start tcpserver > WITHOUT -x it will deny ALL relaying? You're not understanding some critical detail

Re: Still 533

1999-09-09 Thread Paul Farber
28500 ? S 0:01 tcpserver -v -H -R -c100 -x /etc/tcprules.d/qmail-smtpd.cdb -u81 -g80 0 smtp qmail-smtpd qmail-smtpd.cdb: 207.44.65.:allow,RELAYCLIENT="" 146.145.48.133-159:allow,RELAYCLIENT="" 209.173.3.:allow,RELAYCLIENT="" 127.:allow,RELAYCLIENT="" :allow Thanks for the help.. but as you can

Re: Still 533

1999-09-09 Thread Paul Farber
Geez.. everybody is really pickin up on this. The .cdb file is a binary hash that is pretty unreadable. And the error messages for an improper or missing .cdb file if you specify one is prety obvious in the log files. Paul D. Farber II Farber Technology Ph. 570-628-5303 Fax 570-628-5545 [EMAIL

Re: Still 533

1999-09-09 Thread Paul Farber
Yeah, I know. But the binary .cdb file is pretty unreadable, don't you think? Paul D. Farber II Farber Technology Ph. 570-628-5303 Fax 570-628-5545 [EMAIL PROTECTED] On Thu, 9 Sep 1999, Adam D . McKenna wrote: > That's not a cdb, it's a flat textfile. You need to compile it into a cdb > using

Re: Still 533

1999-09-09 Thread Paul Farber
I guess I don't fully understand the tcpserver part of it. I know if the domain is not in rcpthosts it will not relay... but if I start tcpserver WITHOUT -x it will deny ALL relaying? I see it as "If I want to selective relay, use -x with a list of all ip's to set RELAYCLIENT, otherwise no -x wi

Re: Still 533

1999-09-09 Thread thomas . erskine-dated-72bf879ca335bffc
On Thu, 9 Sep 1999, Paul Farber wrote: > 28500 ? S 0:01 tcpserver -v -H -R -c100 -x > /etc/tcprules.d/qmail-smtpd.cdb -u81 -g80 0 smtp qmail-smtpd > > qmail-smtpd.cdb: > > 207.44.65.:allow,RELAYCLIENT="" > 146.145.48.133-159:allow,RELAYCLIENT="" > 209.173.3.:allow,RELAYCLIENT="" > 127.:allow,R

Re: Still 533

1999-09-09 Thread James Raftery
On Thu, Sep 09, 1999 at 12:33:22PM -0400, Paul Farber wrote: > 28500 ? S 0:01 tcpserver -v -H -R -c100 -x > /etc/tcprules.d/qmail-smtpd.cdb -u81 -g80 0 smtp qmail-smtpd > > qmail-smtpd.cdb: > > 207.44.65.:allow,RELAYCLIENT="" > 146.145.48.133-159:allow,RELAYCLIENT="" > 209.173.3.:allow,RELAYCLI

Re: Still 533

1999-09-09 Thread Adam D . McKenna
That's not a cdb, it's a flat textfile. You need to compile it into a cdb using tcprules. --Adam On Thu, Sep 09, 1999 at 12:33:22PM -0400, Paul Farber wrote: > 28500 ? S 0:01 tcpserver -v -H -R -c100 -x > /etc/tcprules.d/qmail-smtpd.cdb -u81 -g80 0 smtp qmail-smtpd > > qmail-smtpd.cdb: > > 2

Re: Still 533

1999-09-09 Thread Robbie Walker
Paul. Are you sure you understand what's going on here? If rcpthosts exists, you will get a 533 error for every smtp connection where the domain of the RCPT address does not exactly match a line in rcpthosts. tcpserver uses the -x option with a cdb databse of rules that can set the RELAYCLIENT e

Re: Still 533

1999-09-09 Thread Timothy L. Mayo
You MUST run tcpserver with the -x option and specify the tcprules.cdb file to be used. You have been told this MULTIPLE times. On Thu, 9 Sep 1999, Paul Farber wrote: > Hello all... > > still getting my ass kicked by qmail. I've gotten it down to one file... > if rcpthosts exists then I get t

Still 533

1999-09-09 Thread Paul Farber
Hello all... still getting my ass kicked by qmail. I've gotten it down to one file... if rcpthosts exists then I get the 533 (#5.7.1) not allowed message. there are no log file entries, and I am running tcpserver with -v -H -R. Here's what I've narrowed it down to: qmail-smtpd.cdbrctphost