diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-28 19:10:05 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-28 19:25:35 +0000 |
commit | 66c1f8e0b388b7ad059abd9c7d5868ba7ad60834 (patch) | |
tree | d14efe157cbc662601f985d979fc8c5e76c981ab /test/confs/0099 | |
parent | e252eb8c71ea3bddb32bf73bddc8b22cfde2bc3a (diff) |
Testsuite: avoid ipv6 when testing retry data
Some test hosts cannot do ipv6. We assume that ipv4 is available.
Diffstat (limited to 'test/confs/0099')
-rw-r--r-- | test/confs/0099 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/0099 b/test/confs/0099 index 3f72adb69..4a13b4937 100644 --- a/test/confs/0099 +++ b/test/confs/0099 @@ -15,6 +15,7 @@ gecos_name = CALLER_NAME primary_hostname = primary.test.ex qualify_domain = test.ex retry_data_expire = 2s +log_selector = +received_recipients # ----- Routers ----- @@ -24,7 +25,7 @@ begin routers all: driver = manualroute route_list = simple thishost.test.ex byname \ - ; complex localhost.test.ex byname \ + ; complex thisloop.test.ex byname \ ; * 127.0.0.1 byname self = send transport = smtp |