The real tcp.smtp file says:
66.12.153.158:allow,RELAYCLIENT=""
dsl.gtei.net:allow,RELAYCLIENT=""
:allow
this is what I am trying right now with no success
-Erik
----- Original Message -----
From: "Charles Cazabon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 22, 2001 1:05 PM
Subject: Re: RELAYCLIENT
> Erik Logan <[EMAIL PROTECTED]> wrote:
> >
> > /etc/tcp.smtp:
> >
> > MY_IP:allow,RELAYCLIENT=""
> > :allow
> [...]
> > But I am still getting the 553 error. Any suggetions on something I
missed
> > in the FAQ?
>
> Yes. Don't obscure your IP address, hostname, etc., when you ask for
help.
> I've got a good idea what your problem is, but I can't be sure unless you
tell
> us what the _real_ contents of your rules file are.
>
> Charles
> --
> -----------------------------------------------------------------------
> Charles Cazabon <[EMAIL PROTECTED]>
> GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
> -----------------------------------------------------------------------
>
I have qmail up and running. Sending and recieving works fine as an open
relay (briefly). So I tried to use tcp.smtp to add a relay client. Here's
what I did.
/etc/tcp.smtp:
MY_IP:allow,RELAYCLIENT=""
:allow
then ran:
tcprules /etc/tcp.smtp.cbd /etc/tcp.smtp.tmp < /etc/tcp.smtp
then :
svc -h /service/qmail
ps -aux | grep tcpserver looks like:
tcpserver -H -R -v -p -x /etc/tcp.smtp.cdb -u 503 -g 502 0 smtp recordio
/var/qmail/bin/qmail-smtpd
tcpserver 01 110
But I am still getting the 553 error. Any suggetions on something I missed
in the FAQ?
Thanks in advance,
Erik