Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0443
CommitLineData
afda344b
PH
1# Exim test configuration 0443
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15
16acl_smtp_rcpt = rcpt
17
18
19# ----- ACLs -----
20
21begin acl
22
23rcpt:
24 accept verify = sender/callout=1s
25
26
27# ----- Routers -----
28
29begin routers
30
31r1:
32 driver = dnslookup
33 verify_only
34
35
36# End