postfix-policyd-spf-perl/debian
Julian Mehnle 01e939ac3d trunk/postfix-policyd-spf-perl
* use version;
* Bumped version number to 1.08.1.
* Purely cosmetic code clean-up.
* Added svn properties:
  svn:mime-type = text/x-perl
  svn:keywords  = "Author Date Id Rev URL"
  svn:eol-style = native

trunk/README
* Bumped version number to 1.08.1.
* Added Scott Kitterman to copyright statement.
* Updated website URL.

trunk/INSTALL
* Added version Perl module to list of run-time requirements.

trunk/INSTALL
trunk/LICENSE
* Added svn properties:
  svn:mime-type = text/plain
  svn:keywords  = "Author Date Id Rev URL"
  svn:eol-style = native

trunk/CHANGES
trunk/debian/changelog
* Described changes for 1.08.1 release.

trunk/debian/control
* New maintainer: Scott Kitterman <scott@kitterman.com>
* Priority: extra (was: optional)
* Removed Build-Depends-Indep: perl, as there really is no need for it.
* Depends: libversion-perl

trunk/debian/copyright
* Updated for 1.08.1 release.
2007-01-10 20:00:57 +00:00
..
changelog trunk/postfix-policyd-spf-perl 2007-01-10 20:00:57 +00:00
compat postfix-policyd-spf-perl/trunk/postfix-policyd-spf -> postfix-policyd-spf-perl 2006-06-17 18:42:33 +00:00
control trunk/postfix-policyd-spf-perl 2007-01-10 20:00:57 +00:00
copyright trunk/postfix-policyd-spf-perl 2007-01-10 20:00:57 +00:00
README.Debian postfix-policyd-spf-perl/trunk/README 2006-06-17 18:58:27 +00:00
rules postfix-policyd-spf-perl/trunk/README 2006-06-17 18:58:27 +00:00

Installing
----------

 1. Add the following to /etc/postfix/master.cf:

        policy  unix  -       n       n       -       -       spawn
            user=nobody argv=/usr/bin/perl /usr/lib/postfix/policyd-spf-perl

 2. Configure the Postfix policy service in /etc/postfix/main.cf:

        smtpd_recipient_restrictions =
            ...
            reject_unauth_destination
            check_policy_service unix:private/policy
            ...

    NOTE:  Specify check_policy_service AFTER reject_unauth_destination or
    else your system can become an open relay.

 3. Restart Postfix.

# $Id: README 167 2005-01-17 18:26:45Z julian $
# vim:tw=79