On Mon, Nov 20, 2000 at 03:19:17PM -0800, Travis Turner wrote:
> At 12:46 PM 11/20/2000 -0500, you wrote:
> I have followed the faq but I am still getting errors
> upon trying to telnet to the localhost using
> tcpserver.  What I did was
> 1. Created a file under /var/qmail called tcpserver
> with the start up script described in the FAQ.
> 2. Created links in /etc/rc.d/rc3.d - rc5.d to point
> to the tcpserver.
> 3. created the tcprules cdb
> 4. rebooted.  Still no joy.  Here are the two scripts
> that I made.
> 
> /usr/local/bin/tcpserver -v -u 502 -g 501 -x
> /etc/tcp.smtp.cdb 0 smtp
> /var/qmail/bin/qmail-smtpd 2>&1 |
> /var/qmail/bin/splogger smtpd 3 &

Is this all on one line? It has to be, or you need to continue your lines with
a '\' .

> a.b.c.:allow,RELAYCLIENT=""
> 127.:allow,RELAYCLIENT=""
> a.b.c.d:allow,RELAYCLIENT=""
> a.b.c.d:allow,RELAYCLIENT=""
> 127.0.0.1:allow,RELAYCLIENT=""

a.b.c, a.b.c.d, etc. were supposed to be examples; you're supposed to use real
IP addresses. Does your file really say this?

Chris

Reply via email to