>>>>> "agencies" == agencies ad1 <[EMAIL PROTECTED]> writes:

    agencies> Hello I currently have sendmail running together with a
    agencies> DNS server on my linux box. I can connect to my mail
    agencies> server using POP3 .

    agencies> The problem is I need an additional linux box running
    agencies> Suse with a backup mailserver and a second installation
    agencies> of BIND.

    agencies> I want users to see just one interface to the servers
    agencies> and I want the servers to back each other up. So if one
    agencies> dns/mailserver fails the other still supports the
    agencies> system.

For DNS, configure both the servers are dns servers. Include both
these servers in your clients resolv.conf so that both the servers are
queried. If the primary server goes down, the client will query the
backup one, albeit with a small delay for the timeout.

For mail, setup the secondary mailserver as the backup mx. If the mail
cannot be delivered to the primary mail server it will be delivered to
the backup server.


For POP, i think you will have to use a virtual interface on your
primary mail server. And the backup server keeps polling the primary
one, when it is not able to connect to primary, it activates its the
virutal interface on itself.

Ensure that the mail is stored on a common storage accessible to both
so that they are always available.

my 2 cents.
-b-


-- 
http://balajin.net/blog

BOFH excuse #111:

The salesman drove over the CPU board.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to