Stefan Palme: > Hi all, > > local_recipient_maps .vs. smtpd_recipient_restrictions - can > anybody tell me which test happens first on incoming emails?
If you don't specify smtpd_*_restrictions = ... reject_unlisted_recipient ... (which searches local_recipient_maps, relay_recipient_maps etc.), then by default Postfix will automatically search the recipient maps after smtpd_recipient_restrictions. See also: http://www.postfix.org/SMTPD_ACCESS_README.html#global http://www.postfix.org/postconf.5.html#smtpd_reject_unlisted_recipient http://www.postfix.org/postconf.5.html#reject_unlisted_recipient Wietse