On 18/08/16 10:46, Noel Jones wrote:
On 8/17/2016 7:26 PM, Zhang Huangbin wrote:
On Aug 18, 2016, at 12:17 AM, Noel Jones <njo...@megan.vbhcs.org> wrote:
Have you defined a time limit as described in
http://www.postfix.org/SMTPD_POLICY_README.html#client_config
The default time limit of 1000s may be too short.
My policy server is a inet server (check_policy_service inet:127.0.0.1:1234),
not a transport defined in master.cf, how can i define the time limit for inet
server?
There was an example on the link I sent earlier.
# main.cf
127.0.0.1:1234_time_limit = 3600
Even in that example the 127.0.0.1:9998 inet ... service for the policy
daemon is defined in master.cf. If postfix isn't managing the policy
daemon it looks like the "transport_time_limit" is not relevant. The
"Connection reset by peer"/"Connection timed out" might mean you've
temporarily run out of processes to handle a new connection if your
proxy service is a prefork style daemon.
-- Noel Jones