Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0108
1 # Exim test configuration 0108
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 acl_smtp_rcpt = check_recipient
13 acl_smtp_data = check_message
14
15 domainlist local_domains = test.ex
16 qualify_domain = test.ex
17
18 remote_sort_domains = black.com:myhost.com:other.edu
19
20
21 # ----- Routers -----
22
23 begin routers
24
25 remote:
26 driver = manualroute
27 domains = ! +local_domains
28 route_list = * ten-1.test.ex byname
29 transport = smtp
30 no_more
31
32
33 # ----- Transports -----
34
35 begin transports
36
37 smtp:
38 driver = smtp
39
40
41 # End