I just finally added the joker match to my subscriber_networks regexp,
but it seems to be matching all IP addresses as well...
do I need to use a .+ instead of .* on one side to keep it from matching the
actual IP ?
(I guess check_client_access checks against revdns AND/OR source IP adddr
and not just revdns)


check_client_access
pcre:/mxsync/etc/postfix/pcre/subscriber_networks.regexp,


/(.*[0-9]{1,3}[\.\-][0-9]{1,3}[\.\-][0-9]{1,3}[\.\-][0-9]{1,3}.*)/ REJECT
ACL subscriber_network, (joker) http://mx.nwfl.net/?a=sn&m=$1


Oct  4 17:14:39 mx1 postfix1/smtpd[36290]: 342C41FA955: reject: RCPT from
unknown[211.204.109.154]: 554 <unknown[211.204.109.154]>: Client host
rejected: ACL subscriber_network, (joker)
http://mx.nwfl.net/?a=sn&m=211.204.109.154; from=<[EMAIL PROTECTED]>
to=<[EMAIL PROTECTED]> proto=ESMTP helo=<4hismail.com>



Thx in advance,
Tom

Reply via email to