PRDR: add implementation notes in sample configuration
[exim.git] / test / confs / 0493
... / ...
CommitLineData
1# Exim test configuration 0493
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9
10
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = accept
17 transport = t1
18 headers_remove = to
19 headers_add = To: $h_to:, extra@dress
20
21
22# ----- Transports -----
23
24begin transports
25
26t1:
27 driver = appendfile
28 file = DIR/test-mail/$local_part
29 user = CALLER
30
31# End