Results 1 to 5 of 5
Hi Everybody,
I need advanced level (Spam control, traffic monitoring, Email monitoring etc)
help on Debian Linux 4.0.
How can make a secondary server on which every things of a ...
- 03-20-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 4
need debian server help
Hi Everybody,
I need advanced level (Spam control, traffic monitoring, Email monitoring etc)
help on Debian Linux 4.0.
How can make a secondary server on which every things of a primary server will be backup automatically..?
I have one debian server where I have configure postfix for email server. Now I want a secondary email server on witch every email will be send automatically.
Is it possible..?
Plz help.
- 03-20-2008 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
What you ask is possible and pretty easy to achieve. There are numerous walkthroughs available on the net, just google for a bit, that will walk you through this exact setup.
Operating System: GNU Emacs
- 03-20-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 4
Thanks
Thanks for quick reply.
I am trying to find out the right one. Like "host standby" or "rsync".
If you have any suggestion then welcome.
- 03-28-2008 #4Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
I'd suggest using rsync, periodically run by cron.
Operating System: GNU Emacs
- 03-29-2008 #5Linux User
- Join Date
- Feb 2006
- Posts
- 484
if you want a hot spare server and backup you need construct a HA system
read some tutorial about HA systems and heartbeat implementatins on linux
if you have two identical server you can build a HA system.
you must set up a heartbeat software on both server. The main server sends signs -it's called heartbeat- to the hot spare server in a certain time periods, if the hot spare server miss 3 heartbeat it mark itself as a main server and takes the jobs of the original main server.
You can set up some synchronization process to synchronize data betwen the servers ,for example rsync


Reply With Quote
