Changes between Version 22 and Version 23 of bulk-mail-relay
- Timestamp:
- Dec 22, 2016, 2:58:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bulk-mail-relay
v22 v23 33 33 This strategy should also be adopted by mx3.mayfirst.org and mx25.mayfirst.org. 34 34 35 We currently have two servers setup as dedicated mail relay servers (cleveland in XO and rustin in Telehouse). These servers run multi-postfix instances (see #6662 for more information on the setup). That means, each server has multiple instances of postfix running on different IP addresses.35 We currently have two servers setup as dedicated mail relay servers (cleveland on malaka and rustin on florence). These servers run multi-postfix instances (see #6662 for more information on the setup). That means, each server has multiple instances of postfix running on different IP addresses. 36 36 37 37 We have setup special domain names for each of the main mail providers: … … 99 99 }}} 100 100 101 === Get a breakdown of which instance is filling the mailq === 102 103 Run: 104 105 {{{ 106 mf-mailq-distribution 107 }}} 108 101 109 === View the mailq for a given instance === 102 110 … … 138 146 * [wiki:ip_allocation Allocate new IP address] 139 147 * Create a Host record that ties the IP address to the host name (e.g. rustin.smtp.mayfirst.org or cleveland.smtp.mayfirst.org). Set the time to live to 86400 (it's important to have along ttl since some providers do a reverse DNS lookup of the sending IP address and will punish you if the ttl is too short). 140 * Add the IP address to the server's (rustin or cleveland) /etc/network/interfaces file and bring it up 141 * Add this instance to either rustin.pp (for Telehouse IPs) or cleveland.pp (for XO IPs). Be sure to use rate limiting when warming up a new IP address. See the yahoo relays (which are permanently rate limited) for an example of how to do it. 148 * Add this instance to either rustin.pp or cleveland.pp. Be sure to use rate limiting when warming up a new IP address. See the yahoo relays (which are permanently rate limited) for an example of how to do it. 142 149 * When you are sure it's configured properly, create an A record from the $instance.smtp.mayfirst.org to the IP address. When adding a new IP address, you may not want a lot of email to go to it initially. Instead, you can "warm it up" by controlling the ratio of IP addresses in use for the given domain. For example, you can add give A records for the existing IP address and one A record for the new one. After month, remove one of the old A records and add a new one for the new IP address. 143 150