postfix-policyd-spf-perl/trunk/postfix-policyd-spf
* Version 1.08.
This commit is contained in:
parent
0bd77bdc15
commit
57be2e1c11
1 changed files with 7 additions and 3 deletions
|
|
@ -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:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue