update to pre-4.87 master
[exim.git] / test / scripts / 4220-OpenSSL-International / 4224
1 # Internationalised mail: recipient verify callout
2 # Exim test configuration 4224
3 #
4 exim -DSERVER=server -bd -oX PORT_D
5 ****
6 #
7 # Recipient verify callout, pass
8 exim -bs -odi -DCONTROL="verify=recipient/callout"
9 EHLO client.bh
10 MAIL FROM: <세계의모든사람들이한국어를이해한다면얼마나좋을까@russian.почемужеонинеговорятпорусски.com> SMTPUTF8
11 RCPT TO: <userQ@test.ex>
12 DATA
13 Subject: test
14
15 body
16 .
17 QUIT
18 ****
19 # Recipient+random verify callout, pass
20 exim -bs -odi -DCONTROL="verify=recipient/callout=random"
21 EHLO client.bh
22 MAIL FROM: <세계의모든사람들이한국어를이해한다면얼마나좋을까@russian.почемужеонинеговорятпорусски.com> SMTPUTF8
23 RCPT TO: <userR@test.ex>
24 DATA
25 Subject: test
26
27 body
28 .
29 QUIT
30 ****
31 #
32 killdaemon
33 exim -DSERVER=server -DNOTDAEMON -qqff
34 ****
35 #
36 #
37 #
38 #
39 #
40 exim -DSERVER=server -DOPTION="" -bd -oX PORT_D
41 ****
42 #
43 # Recipient verify callout, fail
44 exim -bs -odi -DCONTROL="verify=recipient/callout"
45 EHLO client.ffail
46 MAIL FROM: <CALLER@spanish.PorquénopuedensimplementehablarenEspañol.local> SMTPUTF8
47 RCPT TO: <userS@test.ex>
48 QUIT
49 ****
50 #
51 # Recipient+random verify callout, fail
52 exim -bs -odi -DCONTROL="verify=recipient/callout=random"
53 EHLO client.ffail
54 MAIL FROM: <CALLER@vietnamese.TạisaohọkhôngthểchỉnóitiếngViệt.local> SMTPUTF8
55 RCPT TO: <userT@test.ex>
56 QUIT
57 ****
58 #
59 killdaemon