On 11/17/2011 7:03 PM, Wietse Venema wrote:
Hari Hendaryanto:
On 11/17/2011 6:30 PM, Wietse Venema wrote:
Stan Hoeppner:
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?
#11 is valid ONLY IF #2 exists. Without #2 it is a non-existent
parameter.

        Wietse

yes sir, #2 does exist in my case...
Why don't you show the real evidence, instead of your anonymized version.

        Wietse

ok, i'm sorry

master.cf
127.0.0.1:2527 inet  n       n       n       -       0      spawn
          user=nobody argv=/etc/postfix/sender.pl

main.cf
127.0.0.1:2527_time_limit = 7200s

log does not say anything

postconf -n doest not show user-defined parameter

# postconf -n | grep 2527
[..]
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, reject_unauth_pipelining, check_sender_access tcp:127.0.0.1:2527,
[..]
postconf: warning: /etc/postfix/main.cf: unused parameter: 127.0.0.1:2527_time_limit=7200s
[..]

postfix reload the only evidences i've got

# postfix reload
/usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter: 127.0.0.1:2527_time_limit=7200s
postfix/postfix-script: refreshing the Postfix mail system

Powered By http://www.3g-net.net

Reply via email to