Testsuite: fakens/inet_pton on solaris again
[exim.git] / test / confs / 3404
CommitLineData
afda344b
PH
1# Exim test configuration 3404
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
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14trusted_users = CALLER
15
16
17# ----- Authentication -----
18
19begin authenticators
20
21plain:
22 driver = plaintext
23 public_name = PLAIN
24 client_send = ^userx^secret
25
26login:
27 driver = plaintext
28 public_name = LOGIN
29 client_send = :userx:secret
4730f942 30 client_ignore_invalid_base64
afda344b
PH
31
32
33# ----- Routers -----
34
35begin routers
36
37all:
38 driver = manualroute
39 domains = domain.com : myhost.test.ex
40 headers_add = X-AID: >$authenticated_id<
41 route_list = * 127.0.0.1 byname
42 self = send
43 transport = smtp
44
45# ----- Transports -----
46
47begin transports
48
49smtp:
50 driver = smtp
51 hosts_try_auth = *
52 port = PORT_S
53
54
55# ----- Retry -----
56
57begin retry
58
59* * F,1h,10m
60
61
62# End