Hmmm So is there a way to have anything NOT in the access file rejected or will I need some kind of wild card statement that will REJECT everything else?
-----Original Message----- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Monday, May 16, 2016 3:05 PM To: Gomes, Rich <gomes-r...@aramark.com> Cc: postfix-users@postfix.org Subject: Re: postfix ignoring access file? Gomes, Rich: > I added this to my main.cf file: > > smtpd_client_restrictions = hash:/etc/postfix/access > > > And it "works" in the sense that if I give an IP a directive of OK or REJECT, > it works accordingly. > However, if I comment out an IP in the access file, it still accepts the > email? As documented since december 1998, if there is no match, then no decision is made. Wietse