mangelot
Offline
mangelot
Posts: 3
Group: Registered
Joined: Jan 2007
Status:
Offline
Reputation: 0
|
MX fallback solution
any idea's on a howto for fallback email ?
controlled out of the panel..?
|
|
| 02-01-2007 01:42 AM |
|
stefan
Offline
stefan
Posts: 3
Group: Registered
Joined: Dec 2006
Status:
Offline
Reputation: 0
|
RE: MX fallback solution
Has everyone a solution for that - if it is so easy can evereyone do this for us. We would like to have this - and we would pay for this.
Regards
Stefan
ephigenie Wrote:shouldn't be that difficult ...
it's more a thing of replicating the postfix maps to another server so that the virtual domains & users are known to them, too.
then a second MX - entry and a few changes in the main.cf of the second(fallback) MX that should be enough, i think.
The replication can be established like some people do with bind atm. (download via cronjob & http) .
|
|
| 02-01-2007 06:11 PM |
|
mangelot
Offline
mangelot
Posts: 3
Group: Registered
Joined: Jan 2007
Status:
Offline
Reputation: 0
|
RE: MX fallback solution
ephigenie Wrote:shouldn't be that difficult ...
it's more a thing of replicating the postfix maps to another server so that the virtual domains & users are known to them, too.
then a second MX - entry and a few changes in the main.cf of the second(fallback) MX that should be enough, i think.
The replication can be established like some people do with bind atm. (download via cronjob & http) .
I think you are suggesting to download the accounts from the secondary server?
But I was thinking of an solution on the same single ispCP server.
example:
mx10 my home ipadres
mx20 my ispcp server
when my home ip is down, the secondary mx20 will fallback the emails for the period of time mx10 is offline,
there are further no email accounts in ispCP, only the possibility of to relay/backup mail for a domain during fallback.
are I'm I talking stupid right now 
I'm not so into fallback systems..
sorry for my english...
|
|
| 02-01-2007 09:53 PM |
|
Kermit
Offline
Junior Member

Kermit
Junior Member

Posts: 75
Group: Registered
Joined: Jan 2007
Status:
Offline
Reputation: 0
|
RE: MX fallback solution
mangelot Wrote:I think you are suggesting to download the accounts from the secondary server?
But I was thinking of an solution on the same single ispCP server.
example:
mx10 my home ipadres
mx20 my ispcp server
when my home ip is down, the secondary mx20 will fallback the emails for the period of time mx10 is offline,
there are further no email accounts in ispCP, only the possibility of to relay/backup mail for a domain during fallback.
are I'm I talking stupid right now 
I'm not so into fallback systems..
sorry for my english...
No, you're right. Or at least what you're asking for makes sense.
This kind of architecture consists in a MX host and a so-called "Backup MX", a host that queues mail for more than 72 hours until the main host is up again.
This is quickly achieved by setting two DNS records with different priority and configuring secondary SMTP as a backup MX for all domains on it. Just a matter of writing the right conf.
@ stefan> A real fallback solution should consist in a pair of (or more) identical mailservers with a failover policy, but that's hard to achieve unless you don't put mailboxes on a common storage device (such a third host) and use the two SMTP hosts to relay mails and to check mailboxes on the third one via POP3/IMAP services. Still I really don't know how POP3/IMAP servers on the market could manage concurrent access to a shared filesystem.
Anycase the trouble with this kind of topic is how to make users access their mailboxes if the primary server is down: the only solution that solves that is (as far as I know) a single storage server for MTA's virtual users tables and mailboxes. Anycase, nobody assures you that the storage server lasts forever, so you have to have a redundancy/replication solution with load balancing... things get hard on this. Off course, they get hard until you don't have enough money to spend... in theory you could consider yourself safe with three servers: 2 MXs and 1 load balancer.
Good luck!
.oO Kermit Oo.
THE MAN, beta version
This post was last modified: 02-02-2007 01:43 AM by Kermit.
|
|
| 02-02-2007 01:41 AM |
|
pierg75
Offline
Newbie

pierg75
Newbie

Posts: 8
Group: Registered
Joined: Jan 2007
Status:
Offline
Reputation: 0
|
RE: MX fallback solution
And what about an openmosix cluster (just two-nodes cluster) that will make everything redundant?
Pier
|
|
| 02-02-2007 09:42 PM |
|
pierg75
Offline
Newbie

pierg75
Newbie

Posts: 8
Group: Registered
Joined: Jan 2007
Status:
Offline
Reputation: 0
|
RE: MX fallback solution
ephigenie Wrote:Do you have a openmosix capable mail - server ?
Not yet, but this is what we want to do in the next months.
If i can finish this servers soon, i'd like to make a little cluster to train.
Pier
|
|
| 02-02-2007 10:03 PM |
|