{"id":4990,"date":"2019-05-30T03:11:15","date_gmt":"2019-05-30T03:11:15","guid":{"rendered":"https:\/\/www.geekdecoder.com\/?p=4990"},"modified":"2019-05-30T03:11:15","modified_gmt":"2019-05-30T03:11:15","slug":"how-to-change-the-ip-for-webmail-on-plesk-domain","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2019\/05\/30\/how-to-change-the-ip-for-webmail-on-plesk-domain\/","title":{"rendered":"How to Change the IP for Webmail on Plesk Domain"},"content":{"rendered":"<p>Symptoms<\/p>\n<p>Webmail webmail.example.com shows the blank page or the default plesk page.<\/p>\n<p>DNS records for webmail.example.com is managed by external DNS server:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# dig +short webmail.example.com @8.8.8.8\n203.0.113.2\n\n<\/pre>\n<p>There is another IP 203.0.113.3 is set in web server configuration file for webmail.example.com:<\/p>\n<p>RHEL-like systems<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\ngrep VirtualHost \/etc\/httpd\/conf\/plesk.conf.d\/webmails\/example.com_webmail.conf | grep -v &quot;\/VirtualHost&quot;\n&lt;VirtualHost 203.0.113.3:7080 127.0.0.1:7080&gt;\n&lt;VirtualHost 203.0.113.3:7081 127.0.0.1:7081&gt;\n\n<\/pre>\n<p>Debian-like systems<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\ngrep VirtualHost \/etc\/apache2\/plesk.conf.d\/webmails\/example.com_webmail.conf | grep -v &quot;\/VirtualHost&quot;\n&lt;VirtualHost 203.0.113.3:7080 127.0.0.1:7080&gt;\n&lt;VirtualHost 203.0.113.3:7081 127.0.0.1:7081&gt;\n\n<\/pre>\n<p>Both IP addresses belongs to the server<br \/>\nCause<\/p>\n<p>IP address that is set for domain does not match the one specified on registrar&#8217;s side.<br \/>\nResolution<\/p>\n<p>    Log into Plesk<br \/>\n    Browse to Home > Domains > example.com > Web Hosting Access and change IP address to the correct one 203.0.113.2<\/p>\n<p>If the domain has no hosting and used only to serve mail, Web Hosting Access link is not present in Plesk. However, to update IP for webmail&#8217;s configuration file is possible via command line:<\/p>\n<p>    Connect to the server using SSH<br \/>\n    Update the IP address to correct one:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# plesk bin subscription -u example.com -ip 203.0.113.2\n\n<\/pre>\n<p>Source: https:\/\/support.plesk.com\/hc\/en-us\/articles\/115005104213-Webmail-shows-the-blank-page<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Symptoms Webmail webmail.example.com shows the blank page or the default plesk page. DNS records for webmail.example.com is managed by external DNS server: # dig +short webmail.example.com @8.8.8.8 203.0.113.2 There is another IP 203.0.113.3 is set in web server configuration file for webmail.example.com: RHEL-like systems grep VirtualHost \/etc\/httpd\/conf\/plesk.conf.d\/webmails\/example.com_webmail.conf | grep -v &quot;\/VirtualHost&quot; &lt;VirtualHost 203.0.113.3:7080 127.0.0.1:7080&gt; &lt;VirtualHost &#8230; <a title=\"How to Change the IP for Webmail on Plesk Domain\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2019\/05\/30\/how-to-change-the-ip-for-webmail-on-plesk-domain\/\" aria-label=\"Read more about How to Change the IP for Webmail on Plesk Domain\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[86],"tags":[],"class_list":["post-4990","post","type-post","status-publish","format-standard","hentry","category-plesk"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/4990","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=4990"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/4990\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=4990"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=4990"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=4990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}