Poliman - Serwis: > I have a problem with specific IP 91.218.208.22. People from network behind > this address can't connect to mailserver, because - as I found out - this > ip address is listed. Not exactly this specific address but whole C class. > I saw Postfix uses blacklists in own configuration but I would like to > exclude only this one IP.
There are many ways to do this. Here is one: ... reject_unauth_destination check_client_access inline:{91.218.208.22=ok, 1.2.3.4=OK} reject_rbl_client foo.bar.org ... Wietse