From 46006ed3d8575c8296e1ff38418983d5443f5730 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 31 May 2009 20:31:04 +0000 Subject: [PATCH] INSTALL.txt, UPGRADE.txt: - bumped PHP requirements to >= 5.1.2 BACKUP_MX.txt: - removed version requirements (no need to have them in 3 files) - added note about using reject_unverified_recipient or relay_recipient_maps git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@669 a1433add-5e2c-0410-b055-b7f2511e0802 --- DOCUMENTS/BACKUP_MX.txt | 21 ++++++++------------- DOCUMENTS/UPGRADE.txt | 2 +- INSTALL.TXT | 2 +- 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/DOCUMENTS/BACKUP_MX.txt b/DOCUMENTS/BACKUP_MX.txt index b2deb95b..6f50dbea 100644 --- a/DOCUMENTS/BACKUP_MX.txt +++ b/DOCUMENTS/BACKUP_MX.txt @@ -5,20 +5,15 @@ # Licensed under GPL for more info check GPL-LICENSE.TXT # -REQUIRED!! ----------- -- You are using Postfix 2.0 or higher. -- You are using Apache 1.3.27 / Lighttpd 1.3.15 or higher. -- You are using PHP 4.1 or higher. -- You are using MySQL 3.23 or higher. - - -READ THIS FIRST! ----------------- -When this is an upgrade from Postfix Admin 1.5.4 please read UPGRADE.TXT!! - -More information is available on http://high5.net/howto/ +Please follow these steps if your mailserver is used as a backup MX for some +(or all) of your domains. +Note: The setup described in this file only checks the domain, not the full +mail address. +You should use "reject_unverified_recipient" in your postfix config or setup +"relay_recipient_maps" with a list of valid mail adresses on the primary mx +to avoid that your backup MX accepts mails for non-existing recipient adresses. +Without this, your backup MX might become a backscatter source. 1. Modify main.cf ----------------- diff --git a/DOCUMENTS/UPGRADE.txt b/DOCUMENTS/UPGRADE.txt index d1b1768f..0707b8f1 100644 --- a/DOCUMENTS/UPGRADE.txt +++ b/DOCUMENTS/UPGRADE.txt @@ -9,7 +9,7 @@ REQUIRED!! ---------- - You are using Postfix 2.0 or higher. - You are using Apache 1.3.27 / Lighttpd 1.3.15 or higher. -- You are using PHP 4.1 or higher. +- You are using PHP 5.1.2 or higher. - You are using MySQL 3.23 or higher OR PostgreSQL v7.4+ diff --git a/INSTALL.TXT b/INSTALL.TXT index 49b3c2a8..2f65e223 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -9,7 +9,7 @@ REQUIRED!! ---------- - You are using Postfix 2.0 or higher. - You are using Apache 1.3.27 / Lighttpd 1.3.15 or higher. -- You are using PHP 5.X +- You are using PHP 5.1.2 or higher. - You are using MySQL 3.23 or higher (5.x recommended) OR PostgreSQL 7.4 (or higher)