Results 1 to 4 of 4

Thread: Server backup problem

  1. #1
    Join Date
    Oct 2009
    Posts
    82

    Server backup problem

    Hello,
    I use the qmail server to send and receive mail on a dedicated server, I have another mail server (backup) on another machine that can immediately take the relay and sends the receiving mail in case of malfunction of the first server.
    Is it possible to implement this type of relief in light of the domain name?
    If yes how can we proceed? Thanks in advance. please do post back.

  2. #2
    Join Date
    May 2008
    Posts
    4,345

    Re: Server backup problem

    Hi
    We need you to put this in place and get in a DNS server mail with a lower priority. In the belwo example extract the statement of mail servers for the example.fr
    Code:
    zone.fr. 1800 IN MX 10 server_example.fr.
    zone.fr. 1800 IN MX 20 server_mailexample.fr.
    Above the server with the highest priority will server_example.fr.
    But if that server has to fall, then the smtp remote will still send the mail to your second mail server.

  3. #3
    Join Date
    Oct 2009
    Posts
    82

    Re: Server backup problem

    Hello
    Thanks for the reply.
    Code:
    We need you to put this in place and get in a DNS server mail with a lower priority.
    I use the tool on my plesk dedicated server is it possible to make these settings with plesk? if yes how do I proceed? One more question i would like to ask is, how can we proceed from the command line then?

  4. #4
    Join Date
    May 2008
    Posts
    4,345

    Re: Server backup problem

    Hi
    We modify the zone files to the end without any change to forget the serial (number associated with the date of last file modification).
    For example consider this
    Code:
    @ IN SOA nomserveurdns.zone.fr. dns.zone.fr. (
                            200487596; Serial YYYYMMDDnn
                            21500; Refresh 3 hours
                            3250; Retry every hour
                            3685400; Expires (45 days)
                            172100); Minimum ttl (2 days)
    This reloads the zone files either using the command rndc either by reloading the dns service.
    Code:
    / usr / sbin / rndc reload
    Or you can even use this
    Code:
    / etc / init.d / named restart

Similar Threads

  1. Backup Software won't backup due to Avast Server Protection
    By Dvimida in forum Networking & Security
    Replies: 2
    Last Post: 29-10-2011, 10:38 PM
  2. Windows server R2 server backup
    By aconti in forum Active Directory
    Replies: 1
    Last Post: 21-05-2011, 07:46 AM
  3. Backup server under Debian
    By Lauren Ambrose in forum Operating Systems
    Replies: 5
    Last Post: 29-03-2010, 11:01 AM
  4. To setup backup server
    By Anikait in forum Networking & Security
    Replies: 4
    Last Post: 13-04-2009, 11:01 AM
  5. Problem with backup of Windows Server 2003
    By Asuman in forum Operating Systems
    Replies: 2
    Last Post: 26-03-2009, 11:48 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,153,200.12652 seconds with 16 queries