diff options
author | Jeremy Harris <jgh@wizmail.org> | 2017-10-01 15:36:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh@wizmail.org> | 2017-10-01 15:36:32 +0100 |
commit | d5b80e59458182b2d557a929a18cb8c70cd56b68 (patch) | |
tree | 1707bd0710e1a37ef5872533ab531dd22b138d6d /test/confs/5010 | |
parent | d5c0d8c9374623620844d539d4810da63e9abca1 (diff) | |
parent | e924c08b7d031b712013a7a897e2d430b302fe6c (diff) |
Merge branch 'master' into 4.next
Diffstat (limited to 'test/confs/5010')
-rw-r--r-- | test/confs/5010 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/test/confs/5010 b/test/confs/5010 new file mode 100644 index 000000000..927f4a442 --- /dev/null +++ b/test/confs/5010 @@ -0,0 +1,35 @@ +# Exim test configuration 5010 + +.include DIR/aux-var/std_conf_prefix + +primary_hostname = myhost.test.ex + +# ----- Main settings ----- + +qualify_domain = test.ex + + +# ----- Routers ----- + +begin routers + +all: + driver = accept + retry_use_local_part + transport = local_delivery + + +# ----- Transports ----- + +begin transports + +local_delivery: + driver = appendfile + directory = DIR/test-mail + maildir_format + quota = 30/no_check + quota_filecount = 1 + user = CALLER + maildir_use_size_file + +# End |