Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    4

    Smile 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.

  2. #2
    Linux 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

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    4

    Smile 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.

  4. #4
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    I'd suggest using rsync, periodically run by cron.
    Operating System: GNU Emacs

  5. #5
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •