OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: multiple servers on same domain - problem

From: Matt Fretwell (mattfbauchan.org)
Date: Tue Mar 01 2005 - 12:52:27 CST


Gerald Davies wrote:

> mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
> mydomain = subdomain.domain.tld
> myhostname = subdomain.subdomain.domain.tld

 Use transport maps. Along the lines of:

example.com smtp:[ip.address.of.other.server]
subdomain.example.com :

 Obviously, the settings need inverting on the other server. I think that
is the easiest solution. (Unless someone corrects me :)

Matt