Multiple Mail Servers

2004-12-17 Thread Sean Murphy
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?

--
Sean Murphy
Network Technician
California Institute of the Arts
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Multiple Mail Servers

2004-12-17 Thread Anish Mistry
On Friday 17 December 2004 02:52 pm, Sean Murphy 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?
You could change the primary MX records on your servername servers to point 
the the main server, and then have a few virtusertable entries that will 
have all the incoming email farmed out to the desired server.

-- 
Anish Mistry


pgpSHrPPJJZoc.pgp
Description: PGP signature


Re: Multiple Mail Servers

2004-12-17 Thread Aaron Nichols
On Fri, 17 Dec 2004 11:52:12 -0800, Sean Murphy [EMAIL PROTECTED] 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 [EMAIL PROTECTED]

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

username:[EMAIL PROTECTED]

It should be directed to the appropriate location.

Aaron
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]