Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 9903
CommitLineData
71397c82
PH
1# Exim test configuration 9903
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
71397c82 5host_lookup_order = bydns
71397c82
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
71397c82
PH
11
12# ----- Main settings -----
13
14primary_hostname = myhost.text.ex
15qualify_domain = test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = accept
24 transport = smtp
25
26# ----- Transports -----
27
28begin transports
29
30smtp:
31 driver = smtp
32 port = PORT_S
33 hosts = 127.0.0.1
34 allow_localhost
35
36
37# ----- Retry -----
38
39begin retry
40
41* * F,1s,1s
42
43# End