Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0217
CommitLineData
afda344b
PH
1# Exim test configuration 0217
2
c51b8e75
PH
3HAP=
4
afda344b
PH
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15qualify_domain = test.ex
16ignore_bounce_errors_after = 0s
17
18
19# ----- Routers -----
20
21begin routers
22
23bounce:
24 driver = redirect
25 allow_defer
26 allow_fail
27 data = :fail: just discard
28 retry_use_local_part
29 senders = :
30
31client:
32 driver = accept
33 retry_use_local_part
34 transport = send_to_server
35
36
37# ----- Transports -----
38
39begin transports
40
41send_to_server:
42 driver = smtp
43 allow_localhost
44 command_timeout = 1s
45 hosts = 127.0.0.1
46 port = PORT_S
c51b8e75 47 HAP
31f90faa 48 max_rcpt = 1000
afda344b
PH
49
50# ----- Retry -----
51
52
53begin retry
54
55* * F,5d,10s
56
57
58# End