iredmail-doc/html_bk/webmail.customization.html

60 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Webmail customization</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="webmail-customization">Webmail customization</h1>
<div class="toc">
<ul>
<li><a href="#webmail-customization">Webmail customization</a><ul>
<li><a href="#roundcube-webmail">Roundcube webmail</a></li>
<li><a href="#sogo-groupware">SOGo Groupware</a><ul>
<li><a href="#html-templates">HTML templates</a></li>
<li><a href="#logo-image">Logo image</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<h2 id="roundcube-webmail">Roundcube webmail</h2>
<ul>
<li>The text <code>Roundcube Webmail</code> under login screen can be replaced by updating
parameter <code>product_name</code> in <a href="./file.locations.html#roundcube">Roundcube config file</a>.</li>
<li>Logo image can be customized with parameter <code>skin_logo</code> in Roundcube config
file</li>
</ul>
<pre><code>$config['product_name'] = 'My Company Name';
$config['skin_logo'] = '...'; // Please read the comment lines in
// /opt/www/roundcubemail/config/defaults.inc.php
// for more details
</code></pre>
<ul>
<li><a href="https://github.com/roundcube/roundcubemail/wiki/Skins">Styling the Roundcube Frontend</a></li>
</ul>
<h2 id="sogo-groupware">SOGo Groupware</h2>
<h3 id="html-templates">HTML templates</h3>
<p><a href="https://sogo.nu/support/faq/how-to-customize-the-html.html">How to customize the HTML</a></p>
<h3 id="logo-image">Logo image</h3>
<p>You can set custom logo image displayed on the login page of SOGo by replacing
file <code>sogo-logo.png</code>:</p>
<ul>
<li>On RHEL/CentOS, it's <code>/usr/lib64/GNUstep/SOGo/WebServerResources/img/sogo-logo.png</code></li>
<li>On Debian/Ubuntu, it's <code>/usr/lib/GNUstep/SOGo/WebServerResources/img/sogo-logo.png</code></li>
<li>On FreeBSD, it's <code>/usr/local/GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-logo.png</code>.</li>
<li>On OpenBSD, it's <code>/usr/local/lib/GNUstep/SOGo/WebServerResources/img/sogo-logo.png</code>.</li>
</ul><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">GitHub repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://github.com/iredmail/docs/archive/master.zip">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div></body></html>