On 11/17/2011 4:27 AM, Ralf Hildebrandt wrote: > * Hari Hendaryanto <har...@csmcom.com>: >> hai, >> >> i used to have this configuration in my postfix >> >> master.cf >> 127.0.0.1:12345 inet n n n - 0 spawn >> user=nobody argv=/etc/postfix/blah.py >> >> main.cf >> 127.0.0.1:12345_time_limit = 3600s > > This parameter does not exist. > > $ postconf |grep time_limit > command_time_limit = 1000s > lmtp_connection_cache_time_limit = 2s > lmtp_connection_reuse_time_limit = 300s > postscreen_command_time_limit = ${stress?10}${stress:300}s > smtp_connection_cache_time_limit = 2s > smtp_connection_reuse_time_limit = 300s > > Just remove it, it never worked.
http://www.postfix.org/SMTPD_POLICY_README.html 1 /etc/postfix/master.cf: 2 127.0.0.1:9998 inet n n n - 0 spawn 3 user=nobody argv=/some/where/policy-server 4 5 /etc/postfix/main.cf: 6 smtpd_recipient_restrictions = 7 ... 8 reject_unauth_destination 9 check_policy_service inet:127.0.0.1:9998 10 ... 11 127.0.0.1:9998_time_limit = 3600 Note #11. Does this mean this is still valid, or that the docs need changing? -- Stan