summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0197
blob: dc6bb520ec0c7381a07d0e63ba711096f54e5eb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Taking copies of a domain's mail
need_ipv4
#
exim -odi userx@copy.domain usery@copy.domain
Test one.
.
****
exim -odi -bs
mail from:<doesn't@matter>
rcpt to:<x@copy.domain>
rcpt to:<y@copy.domain>
rcpt to:<z@elsewhere>
data
Test two.
.
quit
****
exim -qf
****