summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0304
blob: 8b1c39d0f9280881e0f7818b39458b7f1a2fd14e (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
# address lists
exim -bh 1.2.3.4
mail from:<>
rcpt to:<b1@x>
rcpt to:<b2@x>
rcpt to:<b9@x>
rset
mail from:<x@y>
rcpt to:<abc@w.x.y.z>
rcpt to:<abcdef@q.x.y.z>
rcpt to:<a@b>
rcpt to:<ok@ok>
rcpt to:<x@a.b.c>
rcpt to:<abc@d.e.f>
rcpt to:<x@d.e.f>
rcpt to:<abc@at.1>
rcpt to:<xyz@at.1>
rcpt to:<abcxyz@at.1>
rcpt to:<ok@at.1>
rcpt to:<x@domain.only>
rcpt to:<x@abc.domain2.only>
rcpt to:<x@domain2.only>
rcpt to:<abc@domain3>
rcpt to:<xyz@x.domain4>
rcpt to:<abc@x.domain4>
rcpt to:<xyz@domain3>
rcpt to:<pqr@myhost.test.ex>
rcpt to:<xxx@myhost.test.ex>
rcpt to:<a@domain5>
rcpt to:<xyz@domain6>
rcpt to:<abc@domain6>
rcpt to:<x@domain7>
quit
****