iredmail-doc/html/change.server.hostname.html

65 lines
2.7 KiB
HTML
Raw Normal View History

2015-06-30 11:27:32 -05:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Change server hostname</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
2015-06-30 11:27:32 -05:00
</head>
<body>
<div id="navigation">
<a href="/index.html" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
2016-02-29 02:15:19 -06:00
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="change-server-hostname">Change server hostname</h1>
<p>To change server hostname after iRedMail installation, please update below
files to replace old hostname by the new one:</p>
2015-06-30 11:27:32 -05:00
<h2 id="system-config-files">System config files</h2>
<ul>
<li>
<p><code>/etc/hosts</code></p>
2015-06-30 11:27:32 -05:00
</li>
<li>
<p>Debian/Ubuntu: <code>/etc/hostname</code></p>
2015-06-30 11:27:32 -05:00
</li>
<li>Debian/Ubuntu: <code>/etc/mailname</code></li>
2015-06-30 11:27:32 -05:00
</ul>
<h2 id="postfix">Postfix</h2>
<ul>
<li><code>/var/spool/postfix/etc/hosts</code></li>
<li><code>/etc/postfix/main.cf</code> (Linux/OpenBSD) or <code>/usr/local/etc/postfix/main.cf</code> (FreeBSD)</li>
2015-06-30 11:27:32 -05:00
</ul>
<h2 id="awstats">Awstats</h2>
<ul>
<li><code>/etc/awstats/awstats.web.conf</code></li>
<li><code>/etc/awstats/awstats.smtp.conf</code></li>
2015-06-30 11:27:32 -05:00
</ul>
<h2 id="apache">Apache</h2>
<ul>
<li>RHEL/CentOS: <code>/etc/httpd/conf/httpd.conf</code></li>
<li>Debian/Ubuntu: <code>/etc/apache2/apache.conf</code></li>
2015-06-30 11:27:32 -05:00
</ul>
<h2 id="amavisd">Amavisd</h2>
<ul>
<li>RHEL/CentOS, OpenBSD: <code>/etc/amavisd/amavisd.conf</code></li>
<li>Debian/Ubuntu: <code>/etc/amavis/conf.d/50-user</code></li>
<li>FreeBSD: <code>/usr/local/etc/amavisd.conf</code></li>
2015-06-30 11:27:32 -05:00
</ul>
<h2 id="sogo">SOGO</h2>
<ul>
<li><code>/etc/httpd/conf.d/SOGo.conf</code></li>
<li><code>/etc/apache2/conf.d/SOGo.conf</code></li>
<li><code>/etc/apache2/conf-available/SOGo.conf</code></li>
2015-12-13 23:04:21 -06:00
</ul><p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
2015-06-30 11:27:32 -05:00
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3293801-21', 'auto');
ga('send', 'pageview');
</script>
</body></html>