Hello I'm setting up a new postfix multi-instance and having issue with the client_access setting ( this worked fine on our other RH6 servers with postfix 2.6.6 )
Now with RH8 and postfix 3.3.1 it's not working. We are using the same config : smtpd_client_restrictions = check_client_access cidr:${config_directory}/client_access, reject Waar de client_access bevat : # EOP ranges as indicated by MS 23.103.132.0/22 OK 23.103.136.0/21 OK 23.103.156.0/22 OK 23.103.198.0/24 OK 23.103.200.0/22 OK 23.103.212.0/22 OK ….. Tried testing it also with : postmap -q "1.1.1.1" cidr:/etc/postfix-EOP2DC/client_access à no result So it generally allows every IP now... Anyone else came into this one ? regs