Changes between Version 13 and Version 14 of bulk-mail-relay
- Timestamp:
- Jun 4, 2014, 4:30:16 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bulk-mail-relay
v13 v14 14 14 15 15 In other words, all email destined for AOL (for example), regardless of which server the email originates on, gets relayed to AOL via aol.smtp.mayfirst.org. Meanwhile, aol.smtp.mayfirst.org can point to one IP address or, ideally, two or three (so if one IP address gets blocked, we simply turn it off and rely on the remaining two). 16 17 The benefits of this strategy are: 18 19 * 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 20 * provide flexibility so we can easily redirect messages being blocked on one server to be redirect to a different relay server 21 * permanently or temporarily rate-limit sending messages to certain providers, without affecting other providers 22 * take special action on messages just before being relayed (see, for example, 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. 16 23 17 24 == Details ==