I know Warren is working on the DNS / Helm integration issue since making changes to the RFH lauout and in particular the mail hosting.
DNS records as far as email services go should be:
Code:
@ IN MX 21 mail.temp.titanium.lon.periodicnetwork.com
@ IN MX 22 mail.potassium.lon.periodicnetwork.com
mail IN CNAME mail.temp.silicon.lon.periodicnetwork.com.
As you will see 'mail' has changed to being a CNAME record from an A record and now points to a server not list in the MX records. This means that other servers should not be delivering directly to this machine but going through the relays listed as MX records.
Bookmarks