This commit is contained in:
Zhang Huangbin 2015-05-16 21:42:11 +08:00
parent 2668bf5637
commit c46cd17276
2 changed files with 19 additions and 5 deletions

View File

@ -194,7 +194,7 @@ $banned_namepath_re = new_RE(
<p>Restarting Amavisd service is required.</p> <p>Restarting Amavisd service is required.</p>
<h3 id="fixed-amavisd-cannot-detect-exe-file-in-rar-compressed-attachment">Fixed: Amavisd cannot detect <code>.exe</code> file in rar compressed attachment.</h3> <h3 id="fixed-amavisd-cannot-detect-exe-file-in-rar-compressed-attachment">Fixed: Amavisd cannot detect <code>.exe</code> file in rar compressed attachment.</h3>
<p>Note: This fix is applicable to RHEL/CentOS, Debian and Ubuntu.</p> <p>Note: This fix is applicable to RHEL/CentOS and Ubuntu.</p>
<ul> <ul>
<li>On RHEL/CentOS, iRedMail doesn't install <code>unrar</code>.</li> <li>On RHEL/CentOS, iRedMail doesn't install <code>unrar</code>.</li>
<li>On Debian/Ubuntu, iRedMail installs package <code>unrar-free</code> as unarchiver to <li>On Debian/Ubuntu, iRedMail installs package <code>unrar-free</code> as unarchiver to
@ -207,9 +207,10 @@ $banned_namepath_re = new_RE(
# service amavisd restart # service amavisd restart
</code></pre> </code></pre>
<p>Steps to fix this issue on Debian/Ubuntu:</p> <hr />
<p>Steps to fix this issue on Ubuntu:</p>
<ul> <ul>
<li>Delete package <code>unrar-free</code>, and install package <code>unrar</code>.</li> <li>Delete package <code>unrar-free</code>, install package <code>unrar</code>.</li>
</ul> </ul>
<pre><code># apt-get remove --purge unrar-free <pre><code># apt-get remove --purge unrar-free
# apt-get install unrar # apt-get install unrar

View File

@ -177,9 +177,22 @@ Steps to fix this issue on RHEL/CentOS:
# service amavisd restart # service amavisd restart
``` ```
Steps to fix this issue on Debian/Ubuntu: ----
* Delete package `unrar-free`, and install package `unrar`. Steps to fix this issue on Debian:
* Install package `unrar-free`, restart Amavisd service.
```
# apt-get install unrar-free
# service amavis restart
```
----
Steps to fix this issue on Ubuntu:
* Delete package `unrar-free`, install package `unrar`.
``` ```
# apt-get remove --purge unrar-free # apt-get remove --purge unrar-free