Quản trị net diễn đàn chia sẻ thông tin các thủ thuật mạng, internet bảo mật thông tin dành cho giới IT VIệt hy vọng là nơi bổ ích cho cộng đồng

Quản trị net diễn đàn chia sẻ thông tin các thủ thuật mạng, internet bảo mật thông tin dành cho giới IT VIệt hy vọng là nơi bổ ích cho cộng đồng (http://quantrinet.com/forum/index.php)
-   8. Xây dựng máy chủ Mail (http://quantrinet.com/forum/forumdisplay.php?f=209)
-   -   Xây dựng hệ thống Mail Server Postfix backup với MX record (http://quantrinet.com/forum/showthread.php?t=9586)

hoctinhoc 09-01-2014 03:50 PM

Xây dựng hệ thống Mail Server Postfix backup với MX record
 
Xây dựng hệ thống Mail Server Postfix backup với MX record




Build a Backup MX


The primary goal of a backup machine for Postfix is that if the first one fails, mail will be collected by the secondary mail server until the primary mail server is back online. When you build the Backup MX be sure to install all of the necessary applications to scan for viruses and check for SPAM as you do not want to overload the primary machine once it comes online.


DNS Records for example.com would look like this:

IN MX 10 mail.example.com.
IN MX 20 mail2.example.com.



In the illustration you can see that when the primary mail server is unavailable, automatically the mail will be sent to secondary machine which will hold all mail in the queue until the primary server is online.




http://beginlinux.com/blog/wp-conten.../mx_backup.gif




Before you get too excited about building a secondary mail server as a backup think about how you want to implement the process. A Live Postfix Class can also be helpful in building the skills it takes to configure a mail server.


Spammers Love Secondary Mail Servers



In the research for this project, viewing many experiences with mail servers, one of the typical problems that many mail administrators have had is that when they created a secondary as a backup they did not prepare it as well to deal with Spam and Malware. Spammers have discovered this and will send the Spam to the backup as it usually does not have the restrictions that the primary server does. So, if you are going to prepare a secondary mail server, be sure to set it up completely to scan for Spam and Anti-Virus so that it is not abused.




Create a Relay

The secondary backup can be created a lot of different ways, but the one that makes the most sense is to have the backup hold the incoming mail in a queue until the primary server is back online. There are several reasons for this. First, most companies do not have the financial resources to put into service two hardware devices of equal value. You can save money by using the secondary machine on lower quality hardware. Second, if you allow the secondary machine to function fully like the primary you have the problem of syncing the mail and configuration constantly. The other factor is that most organizations will have the primary backup quickly as it is a very important part of the company.




Here is the /etc/postfix/main.cf


Trích dẫn:

myhostname = mail2.example.com
mydomain = example.com
myorigin = $mydomain
inet_interfaces = all
mydestination = mail2.example.com
mynetworks = 127.0.0.1 192.168.3.5
relay_domains = example.com, $mydestination
relay_recipient_maps =
queue_run_delay = 200s



content_filter = smtp-amavis:[127.0.0.1]:10026
One modification that you see here is that the queue_run_delay is dropped down to 200 seconds so that you will have Postfix check the queue more often to get the mail on the way.


The is a simple set up that has a lot of advantages.


:battay:


Bây giờ là 02:48 PM. Giờ GMT +7

Diễn đàn tin học QuantriNet
quantrinet.com | quantrimang.co.cc
Founded by Trương Văn Phương | Developed by QuantriNet's members.
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.