On Mon, Oct 18, 1999 at 09:34:01AM +0200, Tony Wade wrote:
> I put all the relevant domain details in /var/qmail/control/rcpthosts
>
> what happens is in both instances a Exchange server forwards the mail to the
> Qmail server.
>
> The Qmail server then rejects the mail saying, "Domain not in rcpthosts"
>
> tcpserver runs with the following command ( not sure if this is actually
> what controls the Relaying)
>
> tcpserver -c 1000 -u 71 -g 80 0 smtp /var/qmail/bin/qmail-smtpd x
> /etc/tcp.smtp.cdb &
>
> in the file /etc/tcp.smtp
That line is wrong. All the tcpserver options must come first, before
the qmail-smtpd invocation. Try instead:
tcpserver -c1000 -u71 -g80 -x/etc/tcp.smtp.cdb 0 smtp /var/qmail/bin/qmail-smtpd &
> 123.123.123.:allow,RELAYCLIENT=""
>
> If i remove the rcpthosts file. Do i not make the server an Open Relay
> server again ?
_Don't_ do that. A server with no rcpthosts file is an open relay!!
--
See complete headers for more info