No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / smtpd / smtpd_check_dsn.in
blob459bd5d9ed9e497c0b30bec3e5f625a590d70d9f
2 # Initialize.
4 #! ../bin/postmap smtpd_check_access
5 #msg_verbose 1
6 smtpd_delay_reject 0
7 mynetworks 127.0.0.0/8,168.100.189.0/28
9 # Test the client restrictions.
11 client_restrictions hash:./smtpd_check_access
12 client 4.1.1_dsn 1.2.3.4
13 client 4.1.2_dsn 1.2.3.4
14 client 4.1.3_dsn 1.2.3.4
15 client 4.1.4_dsn 1.2.3.4
16 client 4.1.5_dsn 1.2.3.4
17 client 4.1.6_dsn 1.2.3.4
18 client 4.1.7_dsn 1.2.3.4
19 client 4.1.8_dsn 1.2.3.4
20 client 4.4.0_dsn 1.2.3.4
21 client dummy dummy
23 # Test the helo restrictions
25 helo_restrictions hash:./smtpd_check_access
26 helo 4.1.1_dsn
27 helo 4.1.2_dsn
28 helo 4.1.3_dsn
29 helo 4.1.4_dsn
30 helo 4.1.5_dsn
31 helo 4.1.6_dsn
32 helo 4.1.7_dsn
33 helo 4.1.8_dsn
34 helo 4.4.0_dsn
36 # Test the sender restrictions
38 sender_restrictions hash:./smtpd_check_access
39 mail user@4.1.1_dsn
40 mail user@4.1.2_dsn
41 mail user@4.1.3_dsn
42 mail user@4.1.4_dsn
43 mail user@4.1.5_dsn
44 mail user@4.1.6_dsn
45 mail user@4.1.7_dsn
46 mail user@4.1.8_dsn
47 mail user@4.4.0_dsn
49 # Test the recipient restrictions
51 recipient_restrictions hash:./smtpd_check_access
52 rcpt user@4.1.1_dsn
53 rcpt user@4.1.2_dsn
54 rcpt user@4.1.3_dsn
55 rcpt user@4.1.4_dsn
56 rcpt user@4.1.5_dsn
57 rcpt user@4.1.6_dsn
58 rcpt user@4.1.7_dsn
59 rcpt user@4.1.8_dsn
60 rcpt user@4.4.0_dsn