summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0536
blob: 30be876191fc64b4561a5f9b76d492f3a4f9cb94 (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
# Specifying SMTP codes in bespoke error messages
exim -bs
ehlo test.ex
mail from:<>
rcpt to:<user1@test.ex>
rcpt to:<user2@test.ex>
rcpt to:<user3@test.ex>
rcpt to:<user4@test.ex>
rcpt to:<user5@test.ex>
rcpt to:<user6@test.ex>
rcpt to:<user7@test.ex>
rcpt to:<user8@test.ex>
rcpt to:<user9@test.ex>
rcpt to:<user10@test.ex>
rcpt to:<user20@test.ex>
rcpt to:<user21@test.ex>
rcpt to:<user22@test.ex>
rcpt to:<user23@test.ex>
rcpt to:<user30@test.ex>
rcpt to:<user31@test.ex>
rcpt to:<user32@test.ex>
rcpt to:<user33@test.ex>
quit
****
1
exim -f user1@test.ex user1
****
1
exim -f user2@test.ex user1
****
exim -odi -f oksender@test.ex user22@test.ex
****
exim -DFORBID_SMTP_CODE=true -bs
ehlo test.ex
mail from:<>
rcpt to:<user20@test.ex>
rcpt to:<user21@test.ex>
rcpt to:<user22@test.ex>
rcpt to:<user23@test.ex>
quit
****
no_msglog_check