diff options
author | Andrew Aitchison <exim@aitchison.me.uk> | 2023-02-12 11:28:49 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-16 18:49:36 +0000 |
commit | 7b5fe03f9c6c2a322dc385ab78b60ccfe1fe33fe (patch) | |
tree | 951512297353d91e48381a747c2383b35dc6edb0 /test/confs | |
parent | 73d6e13f9b0cc4f708210372c59893950b3f7097 (diff) |
Utility: exim_msgdate
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0700 | 11 | ||||
-rw-r--r-- | test/confs/0701 | 12 | ||||
-rw-r--r-- | test/confs/0702 | 12 | ||||
-rw-r--r-- | test/confs/0703 | 12 |
4 files changed, 47 insertions, 0 deletions
diff --git a/test/confs/0700 b/test/confs/0700 new file mode 100644 index 000000000..932326cae --- /dev/null +++ b/test/confs/0700 @@ -0,0 +1,11 @@ +# Exim test configuration 0700 + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +domainlist local_domains = HOSTNAME + + +# End diff --git a/test/confs/0701 b/test/confs/0701 new file mode 100644 index 000000000..faecce87e --- /dev/null +++ b/test/confs/0701 @@ -0,0 +1,12 @@ +# Exim test configuration 0700 + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +domainlist local_domains = HOSTNAME + +localhost_number = 3 + +# End diff --git a/test/confs/0702 b/test/confs/0702 new file mode 100644 index 000000000..ab3668b1c --- /dev/null +++ b/test/confs/0702 @@ -0,0 +1,12 @@ +# Exim test configuration 0700 + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +domainlist local_domains = HOSTNAME + +localhost_number = 13 + +# End diff --git a/test/confs/0703 b/test/confs/0703 new file mode 100644 index 000000000..15fcc3cdd --- /dev/null +++ b/test/confs/0703 @@ -0,0 +1,12 @@ +# Exim test configuration 0700 + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +domainlist local_domains = HOSTNAME + +localhost_number = 20 + +# End |