Skip to main content

Newbie DNS-questions

Comments

6 comments

  • quietFinn
    Go to WHM-> DNS Functions-> Edit DNS Zone and edit zone domain.com. Change record: mail 14400 IN CNAME domain.com to mail 14400 IN A and domain.com. 14400 IN MX 0 domain.com. to domain.com. 14400 IN MX 0 mail.domain.com. Then under "Email routing" select "Automatically Detect Configuration" and click "Save". In the next page it should say: "LOCAL MAIL EXCHANGER: This server will serve as a primary mail exchanger for domain.com's mail."
    0
  • cPanelMichael
    Hello :) Yes, the instructions in the previous post are accurate. You can modify the "A" record for "mail" and ensure the MX records point to the mail subdomain. Thank you.
    0
  • pratrik
    Thank you for you kind support! It did work. However, as a result of me sending all trafic on domain.com to another server a cannot access mailmans moderation tools anymore (domain.com/mailman/admindb/listname) Any ideas how this could be solved. Many thanks in advance. Your help is really appreciated. Best regards Patrik
    0
  • cPanelMichael
    Try accessing Mailman directly over the hostname of the server where the list is hosted. Replace "domain.com" with the hostname of the server. Thank you.
    0
  • pratrik
    Hello again! Your solution only partly solves the problem. I can access the mailman admin interaface the way you suggest above, however when I click any link or try to save a configuration it is the old URL that's being loaded - which takes me to the wrong server and give me an 404. Is there any solution for this? Can I change what URL the admin interface should have? Best regards Patrik
    0
  • cPanelMichael
    Please run the following command to ensure your mailing lists are configured to your hostname: /usr/local/cpanel/3rdparty/mailman/bin/withlist -l -r fix_url -a hostname-here.com -v
    Let us know if this helps. Thank you.
    0

Please sign in to leave a comment.