16.07.23, 13:06 +0200, Maurizio Caloro via Postfix-users:

There's no point in postmap'ing cidr tables.

        http://www.postfix.org/POSTSCREEN_README.html
         - Permanent allow/denylist test

Where does this document tell you to postmap a cidr table?

Out of curiosity: what's your use case that requires checking the client's
IP against a 47 MB collection of cidr patterns?

Collection of Blacklisted-IP
Tail -n 5 access
        123.180.172.22  REJECT
        180.117.134.175 REJECT
        117.81.108.85   REJECT
        77.79.179.242   REJECT
        43.155.159.88   REJECT
        [snip]

cat access | wc -l
        2'294'583

Yes me problem are that this file are to big for me little system

That doesn't seem too surprising to me. And it might be more useful to re-think if that's really the way to achieve whatever your goal is, than to look for some kind of table compression.

--
Regards
  mks

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to