Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0497
CommitLineData
afda344b
PH
1# Exim test configuration 0497
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# ----- Main settings -----
12
13
14
15# ----- Routers -----
16
17begin routers
18
e97957bc
PH
19r0:
20 driver = redirect
21 senders = :
22 data = :blackhole: discard bounces
23
afda344b
PH
24r1:
25 driver = accept
26 transport = t1
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = smtp
35 hosts = 127.0.0.1
36 port = PORT_S
37 allow_localhost
38
39
40# ----- Retry -----
41
42begin retry
43
e97957bc
PH
44* lost_connection
45* mail_4xx
afda344b 46* rcpt_4xx
e97957bc 47* data_4xx
afda344b
PH
48* * F,1d,15m
49
50
51# End