Bob Cohen: > > On Jan 26, 2013, at 1:00 PM, Wietse Venema <wie...@porcupine.org> wrote: > > > Bob Cohen: > >> Follows are several maillog entries. I'm not clear on how to read them. > >> > >> warning: restriction `reject_rbl_client' after `permit' is ignored > > > > This means that you have configured: > > > > something = something permit reject_rbl_client something > > > > As documented, evaluation stops at permit. Therefore, reject_rbl_client > > is ignored. > > Thank you. Does that mean I need to put the something = something > before permit? Note I just posted some log entries and postconf
No. It means you should read documentation instead seeking well-known answers on the mailing list. Start with these: http://www.postfix.org/BASIC_CONFIGURATION_README.html http://www.postfix.org/SMTPD_ACCESS_README.html and follow the hyperlinks. Wietse