summaryrefslogtreecommitdiff
path: root/test/confs/0282
blob: a34ea8aca9c17444ad25df1a41297df195d3a8d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Exim test configuration 0282

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

# ----- Main settings -----

acl_smtp_rcpt = accept
local_interfaces = <; 127.0.0.1.PORT_D ; [127.0.0.1]:PORT_D2 ; HOSTIPV4 ; 127.0.0.1.PORT_D4
log_selector = +incoming_interface+incoming_port
queue_only
queue_run_in_order

# ----- Routers -----

begin routers

all:
  driver = accept
  transport = local_delivery

# ----- Transports -----

begin transports

local_delivery:
  driver = appendfile
  file = DIR/test-mail/$local_part
  create_file = DIR/test-mail
  user = CALLER
  headers_add = interface-port: $interface_port\n\
                received-port:  $received_port

# End