Changes between Version 13 and Version 14 of bulk-mail-relay


Ignore:
Timestamp:
Jun 4, 2014, 4:30:16 PM (11 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bulk-mail-relay

    v13 v14  
    1414
    1515In 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
     17The 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.
    1623
    1724== Details ==