* Added single file version of 2.002 for postfix examples
* Minor documentation cleanup in svn head.
This commit is contained in:
parent
1e72ea4676
commit
15fe331c67
6 changed files with 21 additions and 11 deletions
7
README
7
README
|
|
@ -1,4 +1,4 @@
|
|||
postfix-policyd-spf-perl 2.002
|
||||
postfix-policyd-spf-perl 2.003
|
||||
A Postfix SMTPd policy server for SPF checking
|
||||
(C) 2007 Scott Kitterman <scott@kitterman.com> and Julian Mehnle
|
||||
<julian@mehnle.net>
|
||||
|
|
@ -58,7 +58,7 @@ Testing the policy daemon
|
|||
|
||||
To test the policy daemon by hand, execute:
|
||||
|
||||
% perl /usr/lib/postfix/policyd-spf-perl
|
||||
% 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:
|
||||
|
|
@ -67,7 +67,8 @@ uses only a few of all the attributes shown below:
|
|||
protocol_state=RCPT
|
||||
protocol_name=SMTP
|
||||
helo_name=some.domain.tld
|
||||
queue_id=8045F2AB23
|
||||
queue_id=
|
||||
instance=71b0.45e2f5f1.d4da1.0
|
||||
sender=foo@bar.tld
|
||||
recipient=bar@foo.tld
|
||||
client_address=1.2.3.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue