Ok...I will cut and paste the whole Q&A from the FAQ.

--------------------------------------------------------
How do I allow selected clients to send outgoing messages through my SMTP
server? qmail-smtpd is giving the error ``sorry, that domain isn't in my list of
allowed rcpthosts (#5.7.1)'' for messages to any domain not listed in
/var/qmail/control/rcpthosts.

Answer: This answer assumes that you are running qmail-smtpd under tcpserver.

Create /etc/tcp.smtp containing
     1.2.3.6:allow,RELAYCLIENT=""
     127.:allow,RELAYCLIENT=""

to authorize relaying from clients with IP addresses 1.2.3.6 and 127.*. Run

tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp

Insert

     -x /etc/tcp.smtp.cdb

after tcpserver in your system boot scripts. The change will take effect at your
next reboot.

If you make any changes to /etc/tcp.smtp, you must run

     tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
again. You do not have to restart tcpserver.
-------------------------------------------------------
That is what I did...
My first question:

1.  I put the TCPSERVER command in my inetd.conf  is that an ok place to put it?

After I have done all of what was listed above I still get the same error as
listed in the problem...
Can you please help?


Russell Nelson wrote:

> Larry H. Raab writes:
>  >     I have already tried what was suggested on the Qmail FAQ.
>
> Then you've done the right thing the wrong way.  Exactly what did you
> do?
>
> --
> -russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
> Crynwr sells support for free software  | PGPok | Government schools are so
> 521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
> Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!

Reply via email to