On Tue, Feb 17, 2015 at 08:52:12PM -0500, Rod K wrote:
> I want to create a policy server that will process once per recipient. My
> understanding is that this would work when placed under
> smtpd_recipient_restrictions. Is this correct?
Yes.
> My other question is will access results be honored per recipient?
Yes. Actions that return an SMTP [5xx] or [4xx] code to the remote
MTA are per-recipient as are actions that whitelist a given recipient.
REJECT, DEFER, OK are examples of such actions.
No, only for message-level actions such as "FILTER", "REDIRECT",
"DISCARD" or "HOLD" which apply to all recipients.
--
Viktor.