Quote:
Originally Posted by phoenix If you wish to add RBLs then go to the Admin UI/Global Settings/MTA and add the RBLs on that page. |
Cheers for the reply, but I think i might have asked my question the wrong way, thus I have revised it in my original post.
I know how to start using RBLs with zimbra in fact this is the way i normally would add the DNDBL services to my zimbra config...
create a list file with the dnsbl services i want to use, and then:
Code:
list=`cat list.file`
for i in $list; do zmprov mcf +zimbraMtaRestriction "reject_rbl_client $i"; done
My Qestion: I am using RBLs at the moment, i would like to know if there is a normed method of adding
"check_client_access hash:" ( which is the file containing an exclude or whitelist ) statement to zimbra's ~/postfix/conf/main.cf, i.e. with zmprov?