Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0343
CommitLineData
afda344b
PH
1# Exim test configuration 0343
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# ----- Routers -----
15
16begin routers
17
18all:
19 driver = accept
20 transport = remote_smtp
21
22
23# ----- Transports -----
24
25begin transports
26
27remote_smtp:
28 driver = smtp
29 hosts = 127.0.0.1
30 allow_localhost
31 port = PORT_N
32
33
34# ----- Retry -----
35
36
37begin retry
38
39* * F,5d,10m
40
41
42# End