As many of you know AOL, Hotmail(Microsoft Email Services), and Yahoo have many TLDs. Well as we also know once you are rate limited for one TLD you are rate limited for all there mail server mx's and TLDs. I have compiled a list of all the above TLDs and created a macro on my PowerMTA server so I am no longer blocked when sending to them.
The domain macro allows me to pool all TLDs for a ESP into one queue; hence creating X connections within their parameters and not exceeding them by trying to deliver to other TLDs on their mail network.
I stay with-in the specified parameters they set forth for mailers. Using the smtp backoff pattern list found here:
http://www.port25.com/forum/index.php?topic=88.0 bundled with my domain macros I am achieving higher deliver-ability now. Obviously these are subject to changed based off of IP rep etc, but they are a good base to start with. As I discover more Yahoo, Hotmail/Microsoft, and AOL TLDs I will update.
Also if you know of or find other TLDs which are not listed below, post your findings here or message me.
Please find my current directives below:domain-macro aol aol.com, aim.com, aol.com.au, aol.com.mx, aol.com.ar, compuserve.com
<domain $aol>
queue-to aol.queue
</domain>
<domain aol.queue>
route aol.com
max-smtp-out 20
max-msg-per-connection 450
max-rcpt-per-message 100
smtp-pattern-list smtpList
backoff-to-normal-after 2h
backoff-max-msg-rate 600/h
backoff-retry-after 30m
</domain>
domain-macro yahoo yahoo.com, ymail.com, rocketmail.com, yahoo.co.uk, yahoo.fr, yahoo.com.br, yahoo.co.in, yahoo.ca, yahoo.com.ar, yahoo.com.cn, yahoo.com.mx, yahoo.co.kr, yahoo.co.nz, yahoo.com.hk, yahoo.com.sg, yahoo.es, yahoo.gr, yahoo.de, yahoo.com.ph, yahoo.com.tw, yahoo.dk, yahoo.ie, yahoo.it, yahoo.se, yahoo.com.au, yahoo.co.id
<domain $yahoo>
queue-to yahoo.queue
</domain>
<domain yahoo.queue>
route yahoo.com
max-smtp-out 20
max-msg-per-connection 20
smtp-greeting-timeout 1m
mx-connection-attempts 10
smtp-pattern-list smtpList
backoff-to-normal-after 2h
backoff-max-msg-rate 600/h
backoff-retry-after 30m
</domain>
domain-macro hotmail hotmail.com, live.nl, msn.com, hotmail.co.uk, live.com, hotmail.co, msn.net
<domain $hotmail>
queue-to hotmail.queue
</domain>
<domain hotmail.queue>
route hotmail.com
max-smtp-out 20
max-msg-per-connection 100
421-means-mx-unavailable yes
mx-connection-attempts 10
smtp-pattern-list smtpList
backoff-to-normal-after 2h
backoff-max-msg-rate 600/h
backoff-retry-after 30m
</domain>