Hi,
I'm trying to use postscreen using postfix-2.8.4 on rhel-4 64 bit server
My postconf is
postscreen_access_list =
permit_mynetworks,
hash:/etc/postfix/whitelisted_clients,
hash:/etc/postfix/blacklisted_clients
$head /etc/postfix/whitelisted_clients
x.x.x.x OK
x.x.x.x OK
...
...
I'm getting following error in logs
Aug 2 19:15:57 inbound-in-1 postfix/postscreen[24480]: warning:
hash:/etc/postfix/whitelisted_clients: unknown command: OK -- ignoring
the remainder of this access list
Aug 2 19:17:07 inbound-in-1 postfix/postscreen[24480]: warning:
hash:/etc/postfix/whitelisted_clients: unknown command: OK -- ignoring
the remainder of this access list
Aug 2 19:29:31 inbound-in-1 postfix/postscreen[24480]: warning:
hash:/etc/postfix/whitelisted_clients: unknown command: OK -- ignoring
the remainder of this access list
--
-Jeetu