Skip to content

Commit

Permalink
INSTALL.txt, UPGRADE.txt:
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
cboltz committed May 31, 2009
1 parent dadb809 commit 46006ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
23 changes: 9 additions & 14 deletions DOCUMENTS/BACKUP_MX.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------
Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTS/UPGRADE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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+


Expand Down
2 changes: 1 addition & 1 deletion INSTALL.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 46006ed

Please sign in to comment.