git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Memory management: when running under the testsuite, check every string variable...
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0143
1
# smtp client "interface" option, $transport_name and $router_name
2
need_ipv4
3
#
4
server PORT_S
5
220 ESMTP
6
EHLO
7
250-OK
8
250-HELP
9
250 AUTH LOGIN
10
MAIL FROM:
11
250 Sender OK
12
RCPT TO:
13
250 Recipient OK
14
DATA
15
354 Send data
16
.
17
250 OK
18
QUIT
19
250 OK
20
****
21
exim -d-all+transport -odi userx@domain.com
22
.
23
****