I've recently migrated a non-profit to google apps but I'm trying to keep the existing mailman listserv running. The problem is that all mail sent to @mydomain is now sent to google apps, but I'd like the listserv@mydomain to still go to the listserv machine. I've set up a listserv@mydomain account in google apps and tried to have it forwarded to listserv@mail.mydomain, which is the actual dns name of the box running the listserv but that doesn't work. Is there a way I can force mail sent to listserv@mydomain to be routed to listserv@mail.mydomain through some google apps or mx/dns sorcery?

thanx in adv.

link|improve this question
feedback

2 Answers

You would need to create a new subdomain in DNS for mail.mydomain.com with its own mx records pointing to your listserv machine.

Then the forwarding to listserv@mail.mydomain.com from google apps would work.

link|improve this answer
feedback

You don't need to set up a new subdomain. Just add an MX RR to mail.mydomain.com pointing to itself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.