On Sat, Nov 20, 2010 at 05:53:40PM -0600, Noel Jones wrote: > On 11/20/2010 11:35 AM, Pete wrote: > >On Sat, Nov 20, 2010 at 10:57:58AM -0500, Carlos Mennens wrote: > >>Can someone please tell me the recommended way to do this in Postfix? > >>I'm sure most of you veterans have had a time where you had to stop a > >>specific server from sending your Postfix server email. How do I go > >>about this?
[snip] > > > >The format of my smtp_client_access file is like so : > > > >.dodgyhost.tld REJECT Spam sewer. > >.evilspammer.tld REJECT Spam sewer. > > The default setting of parent_domain_matches_subdomains > includes smtpd_access_maps. > > That means the above must not have a leading dot unless you've > changed the defaults. (your entries won't break anything, but > they will never match) > > See the table search order documented in: > http://www.postfix.org/access.5.html Noel, Thanks very much for that. I've rebuilt my smtp_client_access file, without restarting Postfix. Regards, Pete.