summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0537
blob: 615f797dd2ced58c0d56b5e04e00096b3f7acad7 (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
39
40
41
42
43
44
45
46
47
# -oMa... options in various situations
exim -oMa 5.6.7.8 -bh 1.2.3.4
quit
****          
exim -bh 1.2.3.4 \
     -oMa 5.6.7.8 \
     -oMaa authname \
     -oMai authid \
     -oMr protocol \ 
     -oMas authsender \
     -oMi 9.10.11.12 \
     -oMs hostname \
     -oMt ident
ehlo a.b
mail from:<>      
rset
mail from:<> auth=<asender@a.domain>
quit
****          
exim -DTRUSTED=CALLER \
     -bs \
     -oMa 5.6.7.8 \
     -oMaa authname \
     -oMai authid \
     -oMr protocol \ 
     -oMas authsender \
     -oMi 9.10.11.12 \
     -oMs hostname \
     -oMt ident
ehlo a.b
mail from:<>
rset
mail from:<> auth=<asender@a.domain>
quit
****          
exim -DTRUSTED=CALLER \
     -oMa 5.6.7.8 \
     -oMaa authname \
     -oMai authid \
     -oMr protocol \ 
     -oMas authsender \
     -oMi 9.10.11.12 \
     -oMs hostname \
     -oMt ident \
     userx 
****      
no_msglog_check