I'd like to set up a system that front-ends/proxies for many domains that each have their own MTA for local delivery. My plan for determining how to get to the map the email was to use MX preferences and blocking direct access to the lower preference (block direct access to the MTA with a ACLs or whatever).
I'd also like to not end up storing/forwarding -- I'd like to fire right into the right MTA. I'm working off the assumption that any single email I get may have multiple recipients, but all of which are at the same domain. Is there a value in $transaction or the $header that hints for me that I can use in my Net::SMTP->new()? Thanks, peter
