summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-05-04 14:48:41 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-05-04 14:48:41 +0100
commit23bb69826c8d600ce4a268ad27e14b0390e540c8 (patch)
tree24fb48e5aba9e8fa2625b106ca07f05720e59bb0 /test/confs
parent789f8a4f4046120b7ae2aafa45f7f45c3ae4c8f5 (diff)
TLS: when tls_certificates unset, generate a selfsigned cert
Diffstat (limited to 'test/confs')
l---------[-rw-r--r--]test/confs/202053
-rw-r--r--test/confs/21204
2 files changed, 3 insertions, 54 deletions
diff --git a/test/confs/2020 b/test/confs/2020
index 241d88335..5ec250ecd 100644..120000
--- a/test/confs/2020
+++ b/test/confs/2020
@@ -1,52 +1 @@
-# Exim test configuration 2020
-
-SERVER=
-
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-
-# ----- Main settings -----
-
-acl_smtp_rcpt = accept
-
-log_selector = +tls_peerdn
-
-queue_only
-queue_run_in_order
-
-tls_advertise_hosts = *
-
-
-# ----- Routers -----
-
-begin routers
-
-abc:
- driver = accept
- transport = t1
-
-
-# ----- Transports -----
-
-begin transports
-
-t1:
- driver = smtp
- hosts = 127.0.0.1
- allow_localhost
- port = PORT_D
-
-
-# ----- Retry -----
-
-begin retry
-
-* * F,1d,1d
-
-# End
+2120 \ No newline at end of file
diff --git a/test/confs/2120 b/test/confs/2120
index e3a0ba1af..75b8dfa7f 100644
--- a/test/confs/2120
+++ b/test/confs/2120
@@ -8,7 +8,7 @@ host_lookup_order = bydns
log_file_path = DIR/spool/log/SERVER%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
-primary_hostname = myhost.test.ex
+primary_hostname = thishost.test.ex
spool_directory = DIR/spool
# ----- Main settings -----
@@ -38,7 +38,7 @@ begin transports
t1:
driver = smtp
- hosts = 127.0.0.1
+ hosts = thishost.test.ex
allow_localhost
port = PORT_D