# Configuration for dnsmasq, for testing purposes. interface=lo port=9053 no-resolv no-poll no-hosts log-queries # Note we need both ipv4 and ipv6 A record because some test environments may # not support one or the other. # srv-a zone address=/srv-a/::1 address=/srv-a/127.0.0.1 mx-host=srv-a,srv-a,10 txt-record=srv-a,"v=spf1 a" # srv-b zone address=/srv-b/::1 address=/srv-b/127.0.0.1 mx-host=srv-b,srv-b,10 txt-record=srv-b,"v=spf1 a"