I need sender based selection so I used policy server to choose right
transport:
smtpd_recipient_restrictions = check_policy_service unix:private/policy
permit_mynetworks,
reject_unauth_destination
And smtpd_*_restrictions don't work with sendmail originating messages.
09.04.2010 15:47, Wietse Venema пишет:
Vladimir Vassiliev:
Hi postfixers,
thanks to http://www.postfix.org/QSHAPE_README.html I learned how to
limit rate of sending messages which arrives via smtpd.
Now I tries to do the same with locally originating (via sendmail)
messages. It seems usual recipes doesn't work.
The techniques in QSHAPE_README work while Postfix DELIVERs mail,
regardless of how Postfix RECEIVES mail.
--
Vladimir Vassiliev