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