Collapse

Announcement

Collapse
No announcement yet.

How to change mail ip for a domain in cpanel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to change mail ip for a domain in cpanel

    I wanted some help to change the mail ip for a domain in cpanel, The domain is having dedicated IP address and shared ip is blacklisted. Please advise.

  • #2
    Since you are using cPanel WHM, you will need to request your hosting provider to change "send emails from accounts IP address" to "ON" and this should solve the issue.

    Otherwise, if "reference /etc/mailips for outgoing SMTP connections" is set to "ON" in the Exim configuration as shown in the below screenshot then you will need to additionally add your dedicated IP address in /etc/mailips and add an entry as

    Click image for larger version

Name:	exim.png
Views:	3
Size:	69.3 KB
ID:	816


    Code:
    [B]domain.com: dedicated-ip-address
    *: shared-ip-address[/B]
    Replace, domain.com with your Domain name and dedicated-ip-address with the dedicated IP address associated with your domain.

    Finally, restart exim service.

    Code:
    service exim restart
    This should solve the issue.

    Comment


    • #3
      Thank you very much for the solution.

      Comment

      Working...
      X