????? ?????: > Hi, list ! > I need to place rbl rules with domains in a separate file and connect it > to postfix via access map directive. > > Let's say something like this: > > > smtpd_recipient_restrictions = > > permit_mynetworks > > reject_unauth_destination > > check_recipient_access hash:/etc/postfix/rbl_rules > > /etc/postfix/rbl_rules : > > reject_rbl_client zen.spamhaus.org > > reject_rbl_client rbl.rbldns.ru > > reject_rbl_client b.barracudacentral.org > > reject_rbl_client dnsbl.sorbs.net > > reject_rbl_client bl.spamcop.net > > I need it to be highly flexible. To let people in my network configure > DNSBL server list whenever they want. > > How can i do that ?
Use an SQL database. Wietse