hello !

I have an issue with transport_destination_recipient_limit setting.
my config is like:

master.cf:
dx    unix  -       n       n       -       20      pipe
  flags=Rq argv=/usr/local/bin/someprog ${sender} ${recipient}

main.cf:
dx_destination_recipient_limit = 300
header_checks=pcre:header_checks.pcre

header_checks.pcre:
/./     FILTER dx:

the postfix still uses default_destination_recipient_limit value (ie 50) when passing delivery to dx transport and does multiple deliveries via dx transport for single a message with number of recepients > 50.

rising default_destination_recipient_limit fixes the situation.

It looks like dx_destination_recipient_limit does not work for pipe transport. but default_destination_recipient_limit does.

is this a postfix bug or it is misconfiguration ?

postfix-3.10.4


_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to