comparison dnsbl.conf @ 233:5c3e9bf45bb5 stable-6-0-23

Add whitelisting by regex expression filtering. Add queueid to whitelist extension log message.
author Carl Byington <carl@five-ten-sg.com>
date Mon, 25 May 2009 11:14:32 -0700
parents 784030ac71f1
children 15bf4f68a0b2
comparison
equal deleted inserted replaced
232:768ce0f23149 233:5c3e9bf45bb5
59 }; 59 };
60 60
61 generic "^dsl.static.*ttnet.net.tr$|(^|[x.-])(ppp|h|host)?([0-9]{1,3}[x.-](Red-|dynamic[x.-])?){4}" 61 generic "^dsl.static.*ttnet.net.tr$|(^|[x.-])(ppp|h|host)?([0-9]{1,3}[x.-](Red-|dynamic[x.-])?){4}"
62 "your mail server %s seems to have a generic name"; 62 "your mail server %s seems to have a generic name";
63 63
64 white_regex "=example.com=user@yourhostingaccount.com$";
65
64 env_to { 66 env_to {
65 # !! replace this with your domain names 67 # !! replace this with your domain names
66 # child contexts are not allowed to specify recipient addresses outside these domains 68 # child contexts are not allowed to specify recipient addresses outside these domains
67 # if this is a backup-mx, you need to include here domains for which you relay to the primary mx 69 # if this is a backup-mx, you need to include here domains for which you relay to the primary mx
68 include "/etc/mail/local-host-names"; 70 include "/etc/mail/local-host-names";