Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2001 18:23:12 +1100
From:      Kal Torak <kaltorak@quake.com.au>
To:        Ryan Masse <rmasse@mastery.ca>
Cc:        FreeBSD-Questions <freebsd-questions@freebsd.org>, freebsd-isp@freebsd.org
Subject:   Re: sendmail queue
Message-ID:  <3A5EB0E0.F9174C5B@quake.com.au>
References:  <009401c07c43$fe735c00$0400a8c0@Home>

next in thread | previous in thread | raw e-mail | index | archive | help
Ryan Masse wrote:
> 
> Could anyone provide some info with regards to setting up a secondary mail
> server? having the mail get queued in the secondary mail server when the PMS
> is down then send all the mail back to the PMS when back up?

That is done with the MX record in the DNS zone file...
say you have server.domain.com zone with two mail servers, one local
and one remote backup you would have this in the zone:

server	A	x.x.x.x
server	MX	50 server.domain.com.
server	MX	60 backup.otherhost.com.

You can have as many as you want... Mail will go to the lowest
number MX first then the next and so on until its received by something...

Setting up your smpt server is another matter and will depend on what
you are using...

Good Luck!
Kal.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A5EB0E0.F9174C5B>