Tolga: > Hi, > > I have put line in my main.cf > > check_client_access = cidr:/etc/postfix/sinokorea.cidr
In Postfix 2.9, this will result in a warning:
postconf: warning: /etc/postfix/main.cf: unused parameter:
check_client_access=cidr:/etc/postfix/sinokorea.cidr
And indeed check_client_access is not a parameter name. Instead, it
is used inside smtpd_recipient(etc) restrictions.
Wietse
