diff options
Diffstat (limited to 'test/confs/5209')
-rw-r--r-- | test/confs/5209 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/test/confs/5209 b/test/confs/5209 new file mode 100644 index 000000000..fb1da45e0 --- /dev/null +++ b/test/confs/5209 @@ -0,0 +1,44 @@ +# Exim test configuration 5209 + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + + +# ----- Routers ----- + +begin routers + +r1: + driver = queryprogram + command_user = EXIMUSER + command = /bin/echo fail 67890B234567890C234567890D234567890E234567890\ + F234567890G234567890H234567890I234567890J234567890\ + K234567890L234567890M234567890N234567890O234567890\ + P234567890Q234567890R234567890S234567890T234567890\ + U234567890V234567890W234567890X234567890Y234567890\ + a234567890b234567890c234567890d234567890e234567890\ + f234567890g234567890h234567890i234567890j234567890\ + k234567890l234567890m234567890n234567890o234567890\ + p234567890q234567890r234567890s234567890t234567890\ + u234567890v234567890w234567890x234567890y234567890\ + A234567890B234567890C234567890D234567890E234567890\ + F234567890G234567890H234567890I234567890J234567890\ + K234567890L234567890M234567890N234567890O234567890\ + P234567890Q234567890R234567890S234567890T234567890\ + U234567890V234567890W234567890X234567890Y234567890\ + a234567890b234567890c234567890d234567890e234567890\ + f234567890g234567890h234567890i234567890j234567890\ + k234567890l234567890m234567890n234567890o234567890\ + p234567890q234567890r234567890s234567890t234567890\ + u234567890v234567890w234567890x234567890y234567890\ + A234567890B234567890C234567890D234567890E234567890 + +# End |