diff --git a/CHANGES b/CHANGES index e373ba4..65adf7f 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,10 @@ # ! = Changed something significant, or removed a feature # * = Fixed a bug, or made a minor improvement +--- 2.007 (2008-07-25 22:24 -0400) + * Update documentation and examples, see Debian bugs 492420 and 492421 for + details. + --- 2.006 (2008-07-18 00:49 -0400) * Add default logging to make it easier to determine what SPF identity is being used diff --git a/INSTALL b/INSTALL index e1277ac..21b2fb8 100644 --- a/INSTALL +++ b/INSTALL @@ -17,7 +17,7 @@ Installing 2. Add the following to /etc/postfix/master.cf: policy unix - n n - 0 spawn - user=nobody argv=/usr/bin/perl /usr/local/lib/policyd-spf-perl + user=nobody argv=/usr/local/lib/policyd-spf-perl 3. Configure the Postfix policy service in /etc/postfix/main.cf: @@ -27,8 +27,13 @@ Installing check_policy_service unix:private/policy ... - NOTE: Specify check_policy_service AFTER reject_unauth_destination or - else your system can become an open relay. + NOTES: + Specify check_policy_service AFTER reject_unauth_destination or + else your system can become an open relay. + + The user 'nobody' is used in this example. This is appropriate if you + do not have any other services running as nobody. If you do, create a + dedicated user for this service and use it instead. 4. Add "policy_time_limit = 3600" to main.cf diff --git a/README b/README index d9be8a9..36e7555 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -postfix-policyd-spf-perl 2.006 +postfix-policyd-spf-perl 2.007 A Postfix SMTPd policy server for SPF checking (C) 2007-2008 Scott Kitterman (C) 2007 Julian Mehnle @@ -62,7 +62,7 @@ Testing the policy daemon To test the policy daemon by hand, execute: - % perl /usr/local/lib/policyd-spf-perl + % /usr/local/lib/policyd-spf-perl Each query is a bunch of attributes. Order does not matter, and the daemon uses only a few of all the attributes shown below: