Update webmail.customization.md, 0-upgrade.iredmail.1.0-1.1.md.

Sync iRedMail Easy release notes.
This commit is contained in:
Zhang Huangbin 2020-02-05 11:57:54 +08:00
parent 9526e51a11
commit 73403b3569
6 changed files with 28 additions and 4 deletions

View File

@ -2,8 +2,19 @@
## Roundcube webmail
* The text `Roundcube Webmail` under login screen can be replaced by updating
parameter `product_name` in Roundcube config file.
* Logo image can be customized with parameter `skin_logo` in Roundcube config
file
```
$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
```
* [Styling the Roundcube Frontend](https://github.com/roundcube/roundcubemail/wiki/Skins)
* Logo image is defined in each skin under Roundcube directory: `skins/<skin>/images/roundcube_logo.png`.
## SOGo Groupware

View File

@ -58,6 +58,7 @@
- Roundcube-1.4.2
- iRedAdmin-1.0
- iRedAPD-3.4
- adminer-4.7.6
## Version: 2019121301 (Dec 13, 2019) {: id=20191210 }

View File

@ -116,7 +116,7 @@ Please follow steps below to fix it.
the `query_filter =` line by below one:
```
query_filter = (&(accountStatus=active)(!(domainStatus=disabled))(enabledService=mail)(enabledService=deliver)(|(&(|(memberOfGroup=%s)(shadowAddress=%s))(|(objectClass=mailUser)(objectClass=mailExternalUser)))(&(memberOfGroup=%s)(|(objectClass=mailAlias)(&(objectClass=mailList)(!(enabledService=mlmmj)))))(&(objectClass=mailList)(enabledService=mlmmj)(|(mail=%s)(shadowAddress=%s)))))
query_filter = (&(accountStatus=active)(!(domainStatus=disabled))(enabledService=mail)(enabledService=deliver)(|(&(|(memberOfGroup=%s)(shadowAddress=%s))(|(objectClass=mailUser)(objectClass=mailExternalUser)))(&(memberOfGroup=%s)(!(shadowAddress=%s))(|(objectClass=mailAlias)(&(objectClass=mailList)(!(enabledService=mlmmj)))))(&(objectClass=mailList)(enabledService=mlmmj)(|(mail=%s)(shadowAddress=%s)))))
```
* Save your change and restart or reload Postfix service.

View File

@ -128,6 +128,7 @@
<li>Roundcube-1.4.2</li>
<li>iRedAdmin-1.0</li>
<li>iRedAPD-3.4</li>
<li>adminer-4.7.6</li>
</ul>
</li>
</ul>

View File

@ -138,7 +138,7 @@ Please follow steps below to fix it.</p>
(Linux/OpenBSD) or <code>/usr/local/etc/postfix/ldap/virtual_group_maps.cf</code>, replace
the <code>query_filter =</code> line by below one:</li>
</ul>
<pre><code>query_filter = (&amp;(accountStatus=active)(!(domainStatus=disabled))(enabledService=mail)(enabledService=deliver)(|(&amp;(|(memberOfGroup=%s)(shadowAddress=%s))(|(objectClass=mailUser)(objectClass=mailExternalUser)))(&amp;(memberOfGroup=%s)(|(objectClass=mailAlias)(&amp;(objectClass=mailList)(!(enabledService=mlmmj)))))(&amp;(objectClass=mailList)(enabledService=mlmmj)(|(mail=%s)(shadowAddress=%s)))))
<pre><code>query_filter = (&amp;(accountStatus=active)(!(domainStatus=disabled))(enabledService=mail)(enabledService=deliver)(|(&amp;(|(memberOfGroup=%s)(shadowAddress=%s))(|(objectClass=mailUser)(objectClass=mailExternalUser)))(&amp;(memberOfGroup=%s)(!(shadowAddress=%s))(|(objectClass=mailAlias)(&amp;(objectClass=mailList)(!(enabledService=mlmmj)))))(&amp;(objectClass=mailList)(enabledService=mlmmj)(|(mail=%s)(shadowAddress=%s)))))
</code></pre>
<ul>

View File

@ -17,9 +17,20 @@
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="webmail-customization">Webmail customization</h1>
<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 Roundcube config file.</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>
<li>Logo image is defined in each skin under Roundcube directory: <code>skins/&lt;skin&gt;/images/roundcube_logo.png</code>.</li>
</ul>
<h2 id="sogo-groupware">SOGo Groupware</h2>
<h3 id="html-templates">HTML templates</h3>