<div><div dir="auto">I have a single remote server with one IP address (142.54.186.2) I am using it to host multiple, independent domains.  I am working on configuring a single postfix instance to serve mail for all domains (assuming I can successfully rewrite appropriate parts of mail in and out).</div><div dir="auto"><br></div><div dir="auto">From referring to "DNS and BIND" and previous discusssions here and on the postfix users list I have re-examined my domain DNS records to see if I can cover my requirements more easily.</div><br><div dir="auto">
Given such a configuration described in the first paragraph, does the following set of DNS records for a domain look look appropriate:</div><br>
# For each domain X.TLD:<br><div dir="auto">
X.TLD.      IN    A                 142.54.186.2. </div><div dir="auto">*.X.TLD.    IN   CNAME       X.TLD.</div><div dir="auto">
X.TLD.      IN    MX              10   142.54.186.2.</div><div dir="auto">
X.TLD.      IN    TXT             "v=spf1 mx -all"</div><br>
Thanks.<br>
<br>
With warmest regards,<br>
<br>
-Tom<br>
</div>