Commit | Line | Data |
---|---|---|
59371ea7 PH |
1 | # Error for 2nd message down one SMTP connection |
2 | need_ipv4 | |
3 | # | |
4 | exim -odq userx@domain1 | |
5 | Test message 1 | |
6 | **** | |
7 | exim -odq userx@domain1 | |
8 | Test message 2 | |
9 | **** | |
10 | server PORT_S | |
11 | 220 ESMTP | |
12 | EHLO | |
13 | 250-OK | |
14 | 250 HELP | |
15 | ||
16 | 250 OK | |
17 | RCPT | |
18 | 250 OK | |
19 | DATA | |
20 | 354 More... | |
21 | . | |
22 | 250 OK | |
23 | ||
24 | 550 Don't like that sender | |
25 | QUIT | |
26 | 220 OK | |
27 | **** | |
28 | exim -qqf | |
29 | **** | |
30 | no_msglog_check |