Changes between Version 2 and Version 3 of relay-server-by-domain
- Timestamp:
- Jun 4, 2014, 3:38:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
relay-server-by-domain
v2 v3 1 1 = Relay Server By Domain = 2 2 3 One of our [wiki:email-deliverability email deliverability] strategies is to relay mail through different IP addresses based on the domain name of the recipient.This strategy is based on our understanding that many big email providers allow or block sending IP addresses based on the ratio of valid email addresses to bad email addresses (among other criteria). By concentrating all email messages sent by our various bulk email servers (mostly leslie, assata - which provides bulk.mayfirst.org, and morales - which provides Portside) we can earn a good reputation based on sending thousands of legit emails per day.3 One of our [wiki:email-deliverability email deliverability] strategies is to relay bulk email through different IP addresses based on the domain name of the recipient. In other words, all bulk messages sent by our members (this does ''not'' include private/individual messages - only messages sent to email lists) are sent to a different server depending on their destination (all email for Yahoo goes to one server, AOL mail goes to another, etc.). This strategy is based on our understanding that many big email providers allow or block sending IP addresses based on the ratio of valid email addresses to bad email addresses (among other criteria). By concentrating all email messages sent by our various bulk email servers (mostly leslie, assata - which provides bulk.mayfirst.org, and morales - which provides Portside) we can earn a good reputation based on sending thousands of legit emails per day. 4 4 5 5 This strategy allows us to: 6 * build a better reputation for any given email provider by combining all sent messages so they originate from oneIP address6 * build a better reputation for any given email provider by combining all sent messages from all MF/PL servers so they originate from one, or a few, IP address 7 7 * provide flexibility so we can easily redirect messages being blocked on one server to be redirect to a different relay server 8 * permanently or temporarily rate-limit sending messages to certain providers, without affecting other providers 9 * take special action on messages just before being relayed (see, for example, [wiki:dmarc-and-mailing-lists our technique to avoid strict DMARC rules]). By maintaining servers that ''only'' relay email out, we can safely apply rules that will not affect incoming messages. 8 10 9 11 == How to make a change == … … 23 25 24 26 {{{ 25 0 rustin: /etc/postfix-b# ls -d /etc/postfix*26 /etc/postfix /etc/postfix-a /etc/postfix-b27 0 rustin: /etc/postfix-b#27 0 rustin:# ls -d /etc/postfix* 28 /etc/postfix-yahoo-a /etc/postfix-aol-a /etc/postfix-therest-a 29 0 rustin:# 28 30 }}} 29 31 30 /etc/postfix is the base instance , and a and b are ones available for use. These are configured via dns as a.rustin.mayfirst.org and b.rustin.mayfirst.org.32 /etc/postfix is the base instance. 31 33 32 34 == Adding more instances ==