summarylogtreecommitdiffstats
path: root/clients_fqdn_whitelist.local
blob: fef4953df3690ad6649a8f2eaa9cf83dd64847b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This is the local configuration for whitelisted hostnames for sqlgrey.
#
# hostname.domain.com # whole system name (least CPU intensive)
# *.domain.com        # whitelist any fqdn in the domain 'domain.com'
# /regexp/            # whitelist any fqdn matching the regexp (by far most CPU intensive)

# Note you need the following two lines to allow both
# <lots of mtas>.example.com and example.com
# *.example.com
# example.com