[PATCH 12/13] greylisting: added note to UPGRADING

[email protected] (Matt Simerson) Sun, 20 May 2012 23:04:43 -0400
Newsgroups perl.qpsmtpd
Message-ID <[email protected]>
---
 UPGRADING |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/UPGRADING b/UPGRADING
index 58330ac..a81c18f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -3,9 +3,17 @@ When upgrading from:
 
 v 0.84 or below
 
+GREYLISTING plugin: 'mode' config argument is deprecated. Use reject and reject_type instead.
+
+The greylisting DB format has changed to accommodate IPv6 addresses. (The DB key has colon ':' seperated fields, and IPv6 addresses are colon delimited). The new format converts the IPs into integers. There is a new config option named 'upgrade' that when enabled, updates all the records in your DB to the new format. Simply add 'upgrade 1' to the plugin entry in config/plugins, start up qpsmtpd once, make one connection. A log entry will be made, telling how many records were upgraded. Remove the upgrade option from your config.
+
+
 SPF plugin: spf_deny setting deprecated. Use reject N setting instead, which provides administrators with more granular control over SPF. For backward compatibility, a spf_deny setting of 1 is mapped to 'reject 3' and a 'spf_deny 2' is mapped to 'reject 4'.
 
-p0f plugin: now defaults to p0f v3
+
+P0F plugin: 
+
+defaults to p0f v3 (was v2).
 
 Upgrade p0f to version 3 or add 'version 2' to your p0f line in config/plugins. perldoc plugins/ident/p0f for more details.
 
-- 
1.7.9.6