On Wed, May 24, 2000 at 05:11:13PM +0300, Ali Sahin wrote:
> Actually I need to setup Qmail only as an inbound server. And tcp.smtp lines'
> purpose seems to specify from which hosts Qmail is to accept relaying smtp
> queries. But in my case, there is no such relaying. I want it to accept all
> smtp connections from all over the world (of course only if destined to
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  or [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> ) and pass them (as is) to either 10.21.200.200 or
> 10.21.200.201 according to the host of which the email is sent.

You don't need to use tcp.smtp or -x with tcpserver at all. Just stick
mycomany.com and my2ndcomp.com in control/rcpthosts, and put:

mycomany.com:10.21.200.200
my2ndcomp.com:10.21.200.201

in control/smtproutes.

That should be all you have to do.

Chris

Reply via email to