Commit | Line | Data |
---|---|---|
59371ea7 PH |
1 | # rewrite logging provoked from filter |
2 | need_ipv4 | |
3 | # | |
4 | exim -bd -DSERVER=server -oX PORT_D | |
5 | **** | |
7eb59ff9 | 6 | client 127.0.0.1 PORT_D |
59371ea7 PH |
7 | ??? 220 |
8 | helo rhu.barb | |
9 | ??? 250 | |
10 | mail from:<userx@test.ex> | |
11 | ??? 250 | |
12 | rcpt to:<userx@test.ex> | |
13 | ??? 250 | |
14 | DATA | |
15 | ??? 3 | |
16 | This is a test message. | |
17 | . | |
18 | ??? 250 | |
19 | QUIT | |
20 | ??? 221 | |
21 | **** | |
22 | killdaemon | |
23 | # Wait for delivery process | |
24 | sleep 1 | |
25 | no_msglog_check |