summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0231
blob: 561dac2351045e383385b4297d44351ef2efac36 (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
# rewriting at transport time
need_ipv4
#
server PORT_S
220 OK
EHLO
250 OK
MAIL
250 OK
RCPT
250 OK
RCPT
250 OK
RCPT
250 OK
RCPT
250 OK
DATA
354 OK
.
250 OK
QUIT
220 OK
****
exim -odi a@test.ex  b@test.ex  a@domain1  b@domain1  a@domain3  b@domain3
From:     a@test.ex, b@test.ex, a@domain1, b@domain1, a@domain3, b@domain3
To:       a@test.ex, b@test.ex, a@domain1, b@domain1, a@domain3, b@domain3
Reply-to: a@test.ex, b@test.ex, a@domain1, b@domain1, a@domain3, b@domain3
****