Multiple Mail Servers

Aaron Nichols adnichols at gmail.com
Fri Dec 17 15:43:35 PST 2004


On Fri, 17 Dec 2004 11:52:12 -0800, Sean Murphy <smurphy at calarts.edu> wrote:
> We have more than one mail server.  I would like to have all emails be
> able to be sent to @calarts.edu and go to the correct server with that
> email account on it.  The current set up is @calarts.edu goes to our
> main mail server but if you have an account on a separate mail server
> you must mail it to @servername.calarts.edu
> 
> All servers are running FreeBSD 4.10 and sendmail.  Is there a way for
> sendmail to be smart and redirect the email messages from the main
> server to the other servers?
> be, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

Isn't this what the aliases file is for? If mail is being delivered
locally and you put in an alias entry like:

username:username at servername.calarts.edu

It should be directed to the appropriate location.

Aaron


More information about the freebsd-questions mailing list