Merge branch 'master'
[exim.git] / test / confs / 0331
1 # Exim test configuration 0331
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10 tls_advertise_hosts =
11
12 # ----- Main settings -----
13
14 qualify_domain = test.ex
15 log_selector = +address_rewrite
16
17 # ----- Rewrite -----
18
19 begin rewrite
20
21 ^x@y p@q S
22 \N^a@b p@q S
23 2047@x.y "AÄÅÆZ <2047@x.y>" w
24 unq1@x.y "a phrase <unq1>" w
25 unq2@x.y "a phrase <unq2>" wQ
26 unq3@x.y unq3 wQ
27
28 4@x.y "a 4. phrase <4@22> (a comment AÄÅÆZ)" w
29
30 fw@fw "harry <fw@we.de>" fw
31 fw@* harry@we.de f
32
33 gw@fw "härry <gw@we.de>" fw
34 gw@* harry@we.de f
35
36 abc@abc was-$local_part@abc
37
38 # End