[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Setting up Qube3 as a secondary mail server



Thanks Ed,

I did that but my further question :
Do I have to put CNAME on my DNS?

mail1    IN    A    10.1.1.1
mail2    IN    A    10.1.1.2

mail    IN    CNAME    mail1
        IN    CNAME    mail2

something like this, so my client will automaticaly recieve mail from 
secondary when primary goes down?
Do I have to syncronize all of my user?

Apreciate to U Ed & List

Bag


> Hi,
> 
> This is simple..
> 
> 1) Use a MX record with a lower priority (Higher number is lower
> priority) for the backup server.
> 
> 2) The backup server needs to be configured to accept mail for the
> domain in question.
> 
> 3) That is it..
> 
> So for an example,
> 
> MX 10	primary-server
> MX 20 secondary-server
> 
> Make sure the secondary server will accept mail for the primary..  That
> is it!!!
> 
> -ed-
>