On Thu, Oct 29, 2009 at 02:35:56PM -0400, Dennis Putnam wrote:
> That is a relief when I get to the new version.
>
> In the mean time I am still having trouble with the workaround. My config
> now says:
>
> smtpd_helo_restrictions =
> check_client_access cidr:/etc/postfix/heloaccept.cidr
>
> That got rid of the dictionary error however it does not work as I
> expected. Perhaps I am misunderstanding what this is doing. The last entry
> in heloaccept.cdir is:
>
> 0.0.0.0/0 REJECT
>
> The behavior seems to be that anything not listed in the cdir file is
> getting rejected (actually it says 'access denied'). The behavior I am
> looking is the same as reject_unknown_client unless the IP or network is
> listed in the cdir file with OK before the above entry. What do I have
> wrong?
Change that to:
0.0.0.0/0 reject_unknown_client
--
Viktor.
Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[email protected]?body=unsubscribe%20postfix-users>
If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.