Small clean up.

This commit is contained in:
Zhang Huangbin 2016-08-11 23:28:55 +08:00
parent 61918ed18f
commit 3c7b1074aa
4 changed files with 14 additions and 4 deletions

View File

@ -14,7 +14,7 @@
## TODO
* Separated SOGo address book for LDAP backend.
* List all contacts by default in SOGo global LDAP address book (`listRequiresDot`).
* Roundcube Engima plugin error: `Identity must have a user name defined!`
## ChangeLog

View File

@ -23,7 +23,12 @@
<p>要允许列表成员以列表邮件地址作为发件人发送邮件,请按照以下步骤操作:</p>
<ul>
<li>在 Postfix 配置文件 <code>/etc/postfix/main.cf</code> 中移除参数 <code>reject_sender_login_mismatch</code></li>
<li>在 iRedAPD 配置文件 <code>/opt/iredapd/settings.py</code> 中启用插件 <code>reject_sender_login_mismatch</code></li>
<li>在 iRedAPD 配置文件 <code>/opt/iredapd/settings.py</code> 中启用插件 <code>reject_sender_login_mismatch</code>。示例:</li>
</ul>
<pre><code>plugins = [..., 'reject_sender_login_mismatch']
</code></pre>
<ul>
<li>在 iRedAPD 配置文件 <code>/opt/iredapd/settings.py</code> 中添加如下参数,允许列表成员
以列表邮件地址作为发件人发送邮件:</li>
</ul>

View File

@ -49,7 +49,7 @@ check <a href="../support.html">the details</a> and <a href="../contact.html">co
<h2 id="todo">TODO</h2>
<ul>
<li>Separated SOGo address book for LDAP backend.</li>
<li>List all contacts by default in SOGo global LDAP address book (<code>listRequiresDot</code>).</li>
<li>Roundcube Engima plugin error: <code>Identity must have a user name defined!</code></li>
</ul>
<h2 id="changelog">ChangeLog</h2>
<ul>

View File

@ -3,7 +3,12 @@
要允许列表成员以列表邮件地址作为发件人发送邮件,请按照以下步骤操作:
* 在 Postfix 配置文件 `/etc/postfix/main.cf` 中移除参数 `reject_sender_login_mismatch`
* 在 iRedAPD 配置文件 `/opt/iredapd/settings.py` 中启用插件 `reject_sender_login_mismatch`
* 在 iRedAPD 配置文件 `/opt/iredapd/settings.py` 中启用插件 `reject_sender_login_mismatch`。示例:
```
plugins = [..., 'reject_sender_login_mismatch']
```
* 在 iRedAPD 配置文件 `/opt/iredapd/settings.py` 中添加如下参数,允许列表成员
以列表邮件地址作为发件人发送邮件: