Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 0290
CommitLineData
afda344b
PH
1# Exim test configuration 0290
2
3FOOBAR=
4FOO=inc1
5BAR=.include "DIR/aux-fixed/TESTNUM.inc2"
6RT = receive_timeout = 1s
145396a6 7INC=
afda344b
PH
8
9C1=#
10C2=#
11C1C2 this should be a comment
12
13exim_path = EXIM_PATH
14host_lookup_order = bydns
15primary_hostname = myhost.test.ex
afda344b
PH
16spool_directory = DIR/spool
17log_file_path = DIR/spool/log/%slog
18gecos_pattern = ""
19gecos_name = CALLER_NAME
23f3dc67 20tls_advertise_hosts =
afda344b
PH
21trusted_users = CALLER
22
23# ----- Main settings -----
24
25FOOBAR .include DIR/aux-fixed/TESTNUM.FOO
afda344b 26RT
145396a6 27INC
afda344b
PH
28
29remote_sort_domains = a:b:c
30
31local_interfaces = 127.0.0.1 : \
32 .include DIR/aux-fixed/TESTNUM.inc3
33 HOSTIPV4
34
35# End