On 2015-06-20 Atnakus Arzah wrote:
> What is the order in which the mail is processed through postfix? Will
> the smtpd_milters apply before the smtpd_client_restrictions?
> 
> I went through the documentation on MILTER_README and
> SMTPD_ACCESS_README but the ordering isn't clear to me.

According to Wietse[1] mail is processed in the following order:

- postscreen
- smtpd_*_restrictions
- milter SMTP command inspection
- smtpd_proxy_filter
- header_checks, body_checks
- milter header/body inspection
- content_filter

So milters come after smtpd_client_restrictions.

[1]: https://www.mail-archive.com/postfix-users@postfix.org/msg65583.html

Regards
Ansgar Wiechers
-- 
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky

Reply via email to