Ronald F. Guilmette: > This page: > > http://www.postfix.org/SMTPD_ACCESS_README.html > > says that evaluation stops when a result of PERMIT, REJECT or DEFER is > produced.
This describes smtpd_mumble_restrictions, where "permit", "defer", "reject", etc. may appear in a LIST OF THINGS. > However this page: > > http://www.postfix.org/access.5.html > > mentions REJECT, DEFER, "OK", and also a number of other possible table > lookup results that are not mentioned in the SMTPD_ACCESS_README document. This describes accesss(5) maps, where "ok", "reject", "defer", "discard", etc. may appear at the START OF AN ACTION; some of these can or even must be followed by parameters for that command. Additionally, accesss(5) maps allow a LIST OF THINGS that can appear in smtpd_mumble_restrictions. Wietse