git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
appendfile: tidying
[users/jgh/exim.git]
/
test
/
scripts
/
0000-Basic
/
0574
1
# debug logging ACL modifier
2
munge debuglog_stdout
3
#
4
exim -DSERVER=server -bd -oX PORT_D
5
****
6
#
7
client 127.0.0.1 PORT_D
8
??? 220
9
EHLO test.ex
10
??? 250-
11
??? 250-
12
??? 250-
13
??? 250-
14
??? 250
15
MAIL FROM:<tester@test.ex>
16
??? 250
17
RCPT TO:<dest@test.ex>
18
??? 250
19
DATA
20
??? 354
21
Subject: test
22
23
body
24
.
25
??? 250
26
QUIT
27
??? 221
28
****
29
#
30
killdaemon
31
#
32
1
33
cat DIR/spool/log/serverdebuglog_1
34
#
35
cat DIR/spool/log/serverdebuglog_2
36
#
37
no_msglog_check