Mercurial > dnsbl
comparison xml/sample.conf @ 100:63e8633abc34 stable-5-8
allow empty env_to at global context to remove all restrictions on child contexts
author | carl |
---|---|
date | Sun, 25 Sep 2005 08:38:29 -0700 |
parents | 53a2fbe3f761 |
children |
comparison
equal
deleted
inserted
replaced
99:f8963ddf7143 | 100:63e8633abc34 |
---|---|
57 host_limit on 20 "Mail containing excessive host names rejected"; | 57 host_limit on 20 "Mail containing excessive host names rejected"; |
58 host_limit soft 20; | 58 host_limit soft 20; |
59 }; | 59 }; |
60 | 60 |
61 env_to { | 61 env_to { |
62 mydomain.com; # child contexts are not allowed to specify recipient addresses outside these domains | 62 # child contexts are not allowed to specify recipient addresses outside these domains |
63 # leave this outer global context env_to empty to allow arbitrary recipients in child contexts | |
64 mydomain.com; | |
63 customer1.com; | 65 customer1.com; |
64 customer1a.com; | 66 customer1a.com; |
65 customer1b.com; | 67 customer1b.com; |
66 customer2.com; | 68 customer2.com; |
67 customer2a.com; | 69 customer2a.com; |