I18N: Fix protocol recorded for a multi-SMTPUTF8-message connection. Bug 2287
[exim.git] / test / confs / 0551
... / ...
CommitLineData
1# Exim test configuration 0551
2
3LOG_SELECTOR=+pid
4
5.include DIR/aux-var/std_conf_prefix
6
7primary_hostname = myhost.test.ex
8
9# ----- Main settings -----
10
11log_selector = LOG_SELECTOR
12
13# ----- Routers -----
14
15begin routers
16
17r1:
18 driver = accept
19 transport = t1
20
21
22# ----- Transports -----
23
24begin transports
25
26t1:
27 driver = appendfile
28 user = CALLER
29 file = DIR/test-mail/$local_part
30
31# End