diff --git a/html/upgrade.iredapd.html b/html/upgrade.iredapd.html index 4b2c4d9a..cc2c3da6 100644 --- a/html/upgrade.iredapd.html +++ b/html/upgrade.iredapd.html @@ -24,13 +24,13 @@ to the latest stable release. It's applicable on all Linux/BSD distributions supported by iRedMail.

# cd /root
-# tar xjf iRedAPD-1.4.4.tar.bz2
-# cd iRedAPD-1.4.4/tools/
+# tar xjf iRedAPD-1.6.0.tar.bz2
+# cd iRedAPD-1.6.0/tools/
 # bash upgrade_iredapd.sh
 
@@ -43,33 +43,9 @@ supported by iRedMail.

newer releases to prevent authenticated user sending spam as null sender.

  • -

    Plugin amavisd_wblist and amavisd_message_size_limit requires access - to Amavisd SQL database, if you're upgrading iRedAPD from iRedAPD-1.4.3 - or older releases, don't forget to copy amavisd_db_* settings from - sample config file and set correct values:

    -
  • - -
    # For Amavisd policy lookup and white/blacklists.
    -amavisd_db_server = '127.0.0.1'
    -amavisd_db_port = '3306'
    -amavisd_db_name = 'amavisd'
    -amavisd_db_user = 'amavisd'
    -amavisd_db_password = 'password'
    -
    - -

    Document published under a CC BY-ND 3.0 license. If you found something wrong, please do contact us to fix it.