Good day.
I try to whitelist a host for which it is impossible to check its host name - just a bad setup host, yet I know the organization - it is not a spammers' host or whatever, therefore their mail is important for us. For now amavis lets not to get the mail and I want to whitelist it. What I did: . I have written its IP in /etc/postfix/whitelist: 1.2.3.4 OK . I have run postmap /etc/postfix/whitelist . and I have pointed to it in /etc/postfix/main.cf: smtpd_client_restrictions = check_client_access hash:/etc/postfix/whitelist, check_client_access hash:/etc/postfix/blacklist But it did not make the trick. So, what is wrong with it? Or how I can achieve my goal? Thank You for Your time.