Domain list not working
2007-01-18 by Simon Gao
Hi,
I seems to have problem with setting domain list. On the domain list,
only first domain is checked and processed. All other domains are
ignored. Can anyone see if I have something now set up right?
==================================================
......
# List of domains we can trust
list "trusted domains" domain { \
xdomain.com \
ydomain.com \
zdomain.net \
}
.......
acl whitelist list "trusted domains"
.....
acl greylist default
====================================================
Here only xdomain.com is statically whitelisted. The last two domains
are ignored and continue to be greylisted.
Thanks,
Simon