Re: Postfix cluster fail-over

2010-09-23 Thread Stan Hoeppner
Alejandro Facultad put forth on 9/23/2010 2:58 PM: > A week ago my Postfix server goes down because of error disks...I have to > review > the disks and finally restore a backupI spent one dady and people from my > company had not mail service and they were not happy :) > > I need a high ava

Re: Postfix cluster fail-over

2010-09-23 Thread Jeroen Geilman
On 09/23/2010 09:58 PM, Alejandro Facultad wrote: A week ago my Postfix server goes down because of error disks...I have to review the disks and finally restore a backupI spent one dady and people from my company had not mail service and they were not happy :) I need a high availability sy

Re: Postfix cluster fail-over

2010-09-23 Thread Alejandro Facultad
INMEDIATELY the first mail server fails. So, Linux HA Heartbeat is my solution, as Kevin told to me. De: Jeroen Geilman Para: postfix-users@postfix.org Enviado: jueves, 23 de septiembre, 2010 16:33:45 Asunto: Re: Postfix cluster fail-over On 09/23/2010 09:30

Re: Postfix cluster fail-over

2010-09-23 Thread Jeroen Geilman
On 09/23/2010 09:30 PM, Alejandro Facultad wrote: I *De:* Jeroen Geilman *Para:* postfix-users@postfix.org *Enviado:* jueves, 23 de septiembre, 2010 16:12:19 *Asunto:* Re: Postfix cluster fail-over On 09/23/2010 08:36 PM

Re: Postfix cluster fail-over

2010-09-23 Thread Alejandro Facultad
I De: Jeroen Geilman Para: postfix-users@postfix.org Enviado: jueves, 23 de septiembre, 2010 16:12:19 Asunto: Re: Postfix cluster fail-over On 09/23/2010 08:36 PM, Alejandro Facultad wrote: Dear, I want to have two Postfix SMTP servers, one active and one

Re: Postfix cluster fail-over

2010-09-23 Thread Jeroen Geilman
On 09/23/2010 08:36 PM, Alejandro Facultad wrote: Dear, I want to have two Postfix SMTP servers, one active and one pasive, in a cluster fail-over schema. Why do you want that ? SMTP has built-in redundancy - just run multiple MX machines. If you want instant IP-level failover, use a frontend

Re: Postfix cluster fail-over

2010-09-23 Thread DUBOURG Kevin
Hello, Yes you can use heartbit with ip failover. With a ptr smtp.test.com A FAILOVER_IP Regards On Thu, 23 Sep 2010 11:36:16 -0700 (PDT), Alejandro Facultad wrote: Dear, I want to have two Postfix SMTP servers, one active and one pasive, in a cluster fail-over schema. When the "mast

Postfix cluster fail-over

2010-09-23 Thread Alejandro Facultad
Dear, I want to have two Postfix SMTP servers, one active and one pasive, in a cluster fail-over schema. When the "master" server goes down, the "slave" server goes up. I'm using Debian for my implementation. How can I do that ??? Thanks a lot. Alex