If you host mailman on a different server then the website you also need to worry about the DNS name the mailman web front end is tied to not just the MX record to direct e-mail to the proper mail server.<br><br><div class="gmail_quote">
On Thu, Jun 16, 2011 at 10:05 AM, Dan Kulinski <span dir="ltr">&lt;<a href="mailto:daniel@kulinski.net">daniel@kulinski.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I don&#39;t think dynamic DNS is needed here.  This is simply a standard setup with an MX host that doesn&#39;t match the A record for the www entry.  I am going to ramble on a bit and show off my configuration.  There is nothing special about this but I realize that a lot of people may never have seen a DNS record before or realize how to query this type of information. <br>

<br>MX entries (I use Google apps)<br>dkulinski@vps:~$ dig @localhost +short <a href="http://kulinski.net" target="_blank">kulinski.net</a> MX<br>20 <a href="http://alt1.aspmx.l.google.com" target="_blank">alt1.aspmx.l.google.com</a>.<br>
30 <a href="http://alt2.aspmx.l.google.com" target="_blank">alt2.aspmx.l.google.com</a>.<br>
40 <a href="http://aspmx2.googlemail.com" target="_blank">aspmx2.googlemail.com</a>.<br>50 <a href="http://aspmx3.googlemail.com" target="_blank">aspmx3.googlemail.com</a>.<br>10 <a href="http://aspmx.l.google.com" target="_blank">aspmx.l.google.com</a>.<br>
<br>A record for <a href="http://kulinski.net" target="_blank">kulinski.net</a> and <a href="http://www.kulinski.net" target="_blank">www.kulinski.net</a>:<br>
dkulinski@vps:~$ dig @localhost +short <a href="http://www.kulinski.net" target="_blank">www.kulinski.net</a> A<br>216.22.26.18<br><br>dkulinski@vps:~$ dig @localhost +short <a href="http://kulinski.net" target="_blank">kulinski.net</a> A<br>
216.22.26.18<br>
<br>Finally, here are the relevant entries from my bind zone file (@ is an alias to the zone name):<br>@   NS  <a href="http://ns1.kulinski.net" target="_blank">ns1.kulinski.net</a>.<br>@   NS  <a href="http://ns2.kulinski.net" target="_blank">ns2.kulinski.net</a>.<br>

@     MX  10  <a href="http://aspmx.l.google.com" target="_blank">aspmx.l.google.com</a>.<br>@     MX  20  <a href="http://alt1.aspmx.l.google.com" target="_blank">alt1.aspmx.l.google.com</a>.<br>@     MX  30  <a href="http://alt2.aspmx.l.google.com" target="_blank">alt2.aspmx.l.google.com</a>.<br>

@     MX  40  <a href="http://aspmx2.googlemail.com" target="_blank">aspmx2.googlemail.com</a>.<br>@     MX  50  <a href="http://aspmx3.googlemail.com" target="_blank">aspmx3.googlemail.com</a>.<br>@     A 216.22.26.18<br>
ns1     A 216.22.26.18<br>ns2     A 216.22.26.19<br>
www     A 216.22.26.18<br><font color="#888888"><br>Dan Kulinski<br>
</font><br>_______________________________________________<br>
clue mailing list: <a href="mailto:clue@cluedenver.org">clue@cluedenver.org</a><br>
For information, account preferences, or to unsubscribe see:<br>
<a href="http://cluedenver.org/mailman/listinfo/clue" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br></blockquote></div><br>