Pol Hallen <[email protected]> wrote: > Hi Simon, thanks for your reply, what I don't understand is how send email > from email client and put the email in excess to postfix queue and no have > an error message and manually re-send emails.
OK, so you want all the mail to be accepted and queued, but let out of the queue at whatever rate you've allowed for ? I think what you'd need to do is arrange a separate Postfix instance to accept the mail and queue it (without any policies) - and then delivery it to the main Postfix instance which would apply the policies. You'd need this extra instance to only accept mail from SASL authed clients - if it accepts mail from "outside" then it would mean outside senders could "sort of bypass" the policies. _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
