[email protected]:
> Is it possible using an access table in any of the smtpd_*_restrictions 
> to accept an email that would be rejected by a milter?
> Or does a milter reject override anything done in the restrictions?

- Each SMTP command is subjected first to smtpd_mumble_restrictions
  including access maps.

- If the command is NOT REJECTED by smtpd_mumble_restrictions
  including access maps, it is subjected to milters.

- While the message content is received it is subject to header_checks
  and body_checks, which are distinct from smtpd_mumble_restrictions
  including access maps.

- After the entire message content is received, it becomes subjected
  to milter_header_checks, which are also distinct from
  smtpd_mumble_restrictions including access maps.

        Wietse

Reply via email to