EFW Support

Support => EFW SMTP, HTTP, SIP, FTP Proxy Support => Topic started by: TheEricHarris on Thursday 23 July 2009, 06:24:57 am



Title: Issues with SMTP Client Whitelist
Post by: TheEricHarris on Thursday 23 July 2009, 06:24:57 am
I get this error in /var/log/maillog when restarting the SMTP proxy:


Jul 22 14:21:25 mr0-fw1 postfix/smtpd[4889]: warning: cidr map /etc/postfix/client_rules, line 1: bad address pattern: "domain1.com": skipping this rule
Jul 22 14:21:25 mr0-fw1 postfix/smtpd[4889]: warning: cidr map /etc/postfix/client_rules, line 2: bad address pattern: "domain2.com": skipping this rule

etc, etc.....does it for each domain I have in the CLIENT WHITELIST box (each on their own line).


Just updated to 2.2 Final.  Any ideas?


Title: Re: Issues with SMTP Client Whitelist
Post by: rinejoseph on Friday 07 August 2009, 04:31:21 pm
hi i am also facing same problem but only for two domains.request help from someone


Title: Re: Issues with SMTP Client Whitelist
Post by: dshep on Friday 21 August 2009, 10:23:02 am
Also experiencing this. Any help is appreciated.


Title: Re: Issues with SMTP Client Whitelist
Post by: TheEricHarris on Tuesday 02 February 2010, 07:06:59 am
I think I fixed it:

Edit /etc/postfix/main.cf and main.tmp1

Change:
check_client_access cidr:/etc/postfix/client_rules,

TO:

check_client_access btree:/etc/postfix/client_rules,


Basically, change cidr to btree.  Works!