Roderick A. Anderson: > In a main.cf I have: > > smtpd_helo_restrictions = ... > smtpd_data_restrictions = ... > smtpd_recipient_restrictions = ... > header_checks = ... > > I'm assuming smtpd_* means the the first three are handled by smtpd but > in what order? I'm leaning towards helo, recipient, then data; but > there are others. Where do they fall in the processing order? > > And who handles header_checks and when?
It's documented. http://www.postfix.org/SMTPD_ACCESS_README.html Wietse