summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0628
blob: d227b5acc8062dfff4542c6c737817a4ad5a54fe (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
36
37
# debug logging ACL modifier
munge debuglog_stdout
#
exim -DSERVER=server -bd -oX PORT_D
****
#
client 127.0.0.1 PORT_D
??? 220
EHLO test.ex
??? 250-
??? 250-
??? 250-
??? 250-
??? 250 
MAIL FROM:<tester@test.ex>
??? 250
RCPT TO:<dest@test.ex>
??? 250
DATA
??? 354
Subject: test

body
.
??? 250
QUIT
??? 221
****
#
killdaemon
#
1
cat DIR/spool/log/serverdebuglog_1
#
cp DIR/spool/log/serverdebuglog_2 /dev/stderr
#
no_msglog_check