SF.net SVN: postfixadmin:[669] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2009-05-31 20:31:10
|
Revision: 669 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=669&view=rev Author: christian_boltz Date: 2009-05-31 20:31:04 +0000 (Sun, 31 May 2009) Log Message: ----------- 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 Modified Paths: -------------- trunk/DOCUMENTS/BACKUP_MX.txt trunk/DOCUMENTS/UPGRADE.txt trunk/INSTALL.TXT Modified: trunk/DOCUMENTS/BACKUP_MX.txt =================================================================== --- trunk/DOCUMENTS/BACKUP_MX.txt 2009-05-30 09:23:42 UTC (rev 668) +++ trunk/DOCUMENTS/BACKUP_MX.txt 2009-05-31 20:31:04 UTC (rev 669) @@ -5,21 +5,16 @@ # 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. +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. -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/ - - 1. Modify main.cf ----------------- In order for Postfix to use MySQL for relay_domains add the following Modified: trunk/DOCUMENTS/UPGRADE.txt =================================================================== --- trunk/DOCUMENTS/UPGRADE.txt 2009-05-30 09:23:42 UTC (rev 668) +++ trunk/DOCUMENTS/UPGRADE.txt 2009-05-31 20:31:04 UTC (rev 669) @@ -9,7 +9,7 @@ ---------- - 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+ Modified: trunk/INSTALL.TXT =================================================================== --- trunk/INSTALL.TXT 2009-05-30 09:23:42 UTC (rev 668) +++ trunk/INSTALL.TXT 2009-05-31 20:31:04 UTC (rev 669) @@ -9,7 +9,7 @@ ---------- - 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) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |