Fix README typo
This commit is contained in:
parent
dcb2c8e8c4
commit
e81f28bf98
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
|
@ -25,9 +25,9 @@ default, a Postfix SMTP server 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"
|
||||
The default policy_time_limit is 1000 seconds. This may be too 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.
|
||||
|
||||
Testing the policy daemon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue