diff --git a/en_US/upgrade/0-upgrade.iredmail.1.1-1.2.md b/en_US/upgrade/0-upgrade.iredmail.1.1-1.2.md index 44fa28a3..05786fef 100644 --- a/en_US/upgrade/0-upgrade.iredmail.1.1-1.2.md +++ b/en_US/upgrade/0-upgrade.iredmail.1.1-1.2.md @@ -28,6 +28,32 @@ so that you can know which version of iRedMail you're running. For example: 1.2 ``` +### Fixed: mail delivery abort if program 'altermime' is not available + +The script `mlmmj-amime-receive` has a bug which may abort mail delivery if +program `altermime` is not available on the system, this update fixes it. + +Run commands below to update file `/usr/bin/mlmmj-amime-receive` (Linux) or +`/usr/local/bin/mlmmj-amime-receive` (FreeBSD/OpenBSD): + +On Linux: + +``` +cd /usr/bin/ +wget -O mlmmj-amime-receive https://github.com/iredmail/iRedMail/raw/1.2/samples/mlmmj/mlmmj-amime-receive +chown mlmmj:mlmmj mlmmj-amime-receive +chmod 0550 mlmmj-amime-receive +``` + +On FreeBSD or OpenBSD: + +``` +cd /usr/local/bin/ +wget -O mlmmj-amime-receive https://github.com/iredmail/iRedMail/raw/1.2/samples/mlmmj/mlmmj-amime-receive +chown mlmmj:mlmmj mlmmj-amime-receive +chmod 0550 mlmmj-amime-receive +``` + ## For OpenLDAP backend ### Improved last login track diff --git a/html/upgrade.iredmail.1.1-1.2.html b/html/upgrade.iredmail.1.1-1.2.html index 6df18da4..3a3c3ade 100644 --- a/html/upgrade.iredmail.1.1-1.2.html +++ b/html/upgrade.iredmail.1.1-1.2.html @@ -22,6 +22,7 @@
  • ChangeLog
  • General (All backends should apply these changes)
  • For OpenLDAP backend