SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590
[exim.git] / test / confs / 0259
CommitLineData
afda344b
PH
1# Exim test configuration 0259
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
f926e272 6rfc1413_query_timeout = 5s
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15
16
17begin routers
18
19all:
20 driver = manualroute
21 domains = ! test.ex
22 route_list = * 127.0.0.1 byname
23 self = send
24 transport = smtp
25 no_more
26
27
28begin transports
29
30smtp:
31 driver = smtp
32 port = PORT_S
33
34
35begin retry
36
37* * F,5d,10s
38
39# End