Ok, first attempt isn't working properly...

On 2013-10-25 3:21 PM, Noel Jones <njo...@megan.vbhcs.org> wrote:
# banned_clients
linkedin.com  REJECT  mail from LinkedIn not welcome here

I have (changed cidr to hash for obvious - after I got the 'bad address pattern' error on first try with the cidr map - reasons):

main.cf
...
submission_client_restrictions =
  check_client_access ${hash}/submission_clients_banned,
  permit_sasl_authenticated,
  reject

master.cf
...
submission inet  n       -       n       -       -       smtpd
...
  -o smtpd_client_restrictions=$submission_client_restrictions
...

And now I'm working on the contents of submission_clients_banned

Based on Noel's suggestion above I currently have:

# submission_clients_banned
linkedin.com REJECT Intro hijacker not welcome here
rapportive.com REJECT Intro hijacker not welcome here

But this also got me wondering if I should be doing this by IP addresses instead - or even in addition to?

And then I started wondering if I should add all of the social networks and even large freemailers (like google/gmail/ etc)...

This could start getting ugly... <sigh>

--

Best regards,

*/Charles/*

Reply via email to