summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0372
blob: 1bd39c758f3e6afb8837007e5f576f305ebb9c4e (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
30
31
32
33
34
35
36
37
38
# Preservation of ACL variables
exim -v -odi -bs -oMa 1.2.3.4 -oMs host.name
mail from:<>
rcpt to:<x@y>
data
.
mail from:<>
rcpt to:<a@b>
data
.
quit
****
exim -DSTRICT=strict_acl_vars -odi -bs -oMa 4.3.2.1 -oMs host2.name
mail from:<>
rcpt to:<a@b>
data
.
quit
****
#
exim -DSERVER=server -bd -odq -oX PORT_D
****
client 127.0.0.1 PORT_D
??? 220
HELO test
??? 250
MAIL FROM:<>
??? 250
RCPT TO:<x@y>
??? 250
DATA
??? 354
.
??? 250
QUIT
****
killdaemon
no_msglog_check