postfix-policyd-spf-perl/trunk/postfix-policyd-spf

* Version 1.08.
This commit is contained in:
Julian Mehnle 2006-06-17 16:53:44 +00:00
commit 57be2e1c11

View file

@ -1,8 +1,8 @@
#!/usr/bin/perl
# postfix-policyd-spf
# http://www.openspf.org
# version 1.07
# postfix-policyd-spf-perl
# http://www.openspf.org/source/software/postfix-policyd-spf/
# version 1.08
# $Id: postfix-policyd-spf 147 2006-03-14 21:51:58Z julian $
use Fcntl;
@ -60,6 +60,10 @@ my $syslog_ident = "postfix/policy-spf";
# process terminates after 100 seconds of idle time, or after serving
# 100 clients. Thus, the cost of starting this PERL script is smoothed
# out over time.
# The default policy_time_limit is 1000 seconds.  This may be to short
# for some SMTP transactions to complete.  As recommended in
# SMTPD_POLICY_README, this should be extended to 3600 seconds.  To do
# so, set "policy_time_limit = 3600" in /etc/postfix/main.cf.
#
# To run this from /etc/postfix/master.cf:
#