summaryrefslogtreecommitdiffstats
path: root/src/smtpd/smtpd_check_dsn.ref
blob: 168676d873c03d5548fe302b3ee7cf26ba137b2e (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
>>> #
>>> # Initialize.
>>> #
>>> #! ../bin/postmap smtpd_check_access
>>> #msg_verbose 1
>>> smtpd_delay_reject 0
OK
>>> mynetworks 127.0.0.0/8,168.100.3.0/28
OK
>>> #
>>> # Test the client restrictions.
>>> #
>>> client_restrictions hash:./smtpd_check_access
OK
>>> client 4.1.1_dsn 1.2.3.4
./smtpd_check: mapping DSN status 4.1.1 into Client host status 4.0.0
./smtpd_check: <queue id>: reject: CONNECT from 4.1.1_dsn[1.2.3.4]: 554 5.0.0 <4.1.1_dsn[1.2.3.4]>: Client host rejected: reject; proto=SMTP
554 5.0.0 <4.1.1_dsn[1.2.3.4]>: Client host rejected: reject
>>> client 4.1.2_dsn 1.2.3.4
./smtpd_check: mapping DSN status 4.1.2 into Client host status 4.0.0
./smtpd_check: <queue id>: reject: CONNECT from 4.1.2_dsn[1.2.3.4]: 554 5.0.0 <4.1.2_dsn[1.2.3.4]>: Client host rejected: reject; proto=SMTP
554 5.0.0 <4.1.2_dsn[1.2.3.4]>: Client host rejected: reject
>>> client 4.1.3_dsn 1.2.3.4
./smtpd_check: mapping DSN status 4.1.3 into Client host status 4.0.0
./smtpd_check: <queue id>: reject: CONNECT from 4.1.3_dsn[1.2.3.4]: 554 5.0.0 <4.1.3_dsn[1.2.3.4]>: Client host rejected: reject; proto=SMTP
554 5.0.0 <4.1.3_dsn[1.2.3.4]>: Client host rejected: reject
>>> client 4.1.4_dsn 1.2.3.4
./smtpd_check: mapping DSN status 4.1.4 into Client host status 4.0.0
./smtpd_check: <queue id>: reject: CONNECT from 4.1.4_dsn[1.2.3.4]: 554 5.0.0 <4.1.4_dsn[1.2.3.4]>: Client host rejected: reject; proto=SMTP
554 5.0.0 <4.1.4_dsn[1.2.3.4]>: Client host rejected: reject
>>> client 4.1.5_dsn 1.2.3.4
./smtpd_check: mapping DSN status 4.1.5 into Client host status 4.0.0
./smtpd_check: <queue id>: reject: CONNECT from 4.1.5_dsn[1.2.3.4]: 554 5.0.0 <4.1.5_dsn[1.2.3.4]>: Client host rejected: reject; proto=SMTP
554 5.0.0 <4.1.5_dsn[1.2.3.4]>: Client host rejected: reject
>>> client 4.1.6_dsn 1.2.3.4
./smtpd_check: mapping DSN status 4.1.6 into Client host status 4.0.0
./smtpd_check: <queue id>: reject: CONNECT from 4.1.6_dsn[1.2.3.4]: 554 5.0.0 <4.1.6_dsn[1.2.3.4]>: Client host rejected: reject; proto=SMTP
554 5.0.0 <4.1.6_dsn[1.2.3.4]>: Client host rejected: reject
>>> client 4.1.7_dsn 1.2.3.4
./smtpd_check: mapping DSN status 4.1.7 into Client host status 4.0.0
./smtpd_check: <queue id>: reject: CONNECT from 4.1.7_dsn[1.2.3.4]: 554 5.0.0 <4.1.7_dsn[1.2.3.4]>: Client host rejected: reject; proto=SMTP
554 5.0.0 <4.1.7_dsn[1.2.3.4]>: Client host rejected: reject
>>> client 4.1.8_dsn 1.2.3.4
./smtpd_check: mapping DSN status 4.1.8 into Client host status 4.0.0
./smtpd_check: <queue id>: reject: CONNECT from 4.1.8_dsn[1.2.3.4]: 554 5.0.0 <4.1.8_dsn[1.2.3.4]>: Client host rejected: reject; proto=SMTP
554 5.0.0 <4.1.8_dsn[1.2.3.4]>: Client host rejected: reject
>>> client 4.4.0_dsn 1.2.3.4
./smtpd_check: <queue id>: reject: CONNECT from 4.4.0_dsn[1.2.3.4]: 554 5.4.0 <4.4.0_dsn[1.2.3.4]>: Client host rejected: reject; proto=SMTP
554 5.4.0 <4.4.0_dsn[1.2.3.4]>: Client host rejected: reject
>>> client dummy dummy
OK
>>> #
>>> # Test the helo restrictions
>>> #
>>> helo_restrictions hash:./smtpd_check_access
OK
>>> helo 4.1.1_dsn
./smtpd_check: mapping DSN status 4.1.1 into Helo command status 4.0.0
./smtpd_check: <queue id>: reject: HELO from dummy[dummy]: 554 5.0.0 <4.1.1_dsn>: Helo command rejected: reject; proto=SMTP helo=<4.1.1_dsn>
554 5.0.0 <4.1.1_dsn>: Helo command rejected: reject
>>> helo 4.1.2_dsn
./smtpd_check: mapping DSN status 4.1.2 into Helo command status 4.0.0
./smtpd_check: <queue id>: reject: HELO from dummy[dummy]: 554 5.0.0 <4.1.2_dsn>: Helo command rejected: reject; proto=SMTP helo=<4.1.2_dsn>
554 5.0.0 <4.1.2_dsn>: Helo command rejected: reject
>>> helo 4.1.3_dsn
./smtpd_check: mapping DSN status 4.1.3 into Helo command status 4.0.0
./smtpd_check: <queue id>: reject: HELO from dummy[dummy]: 554 5.0.0 <4.1.3_dsn>: Helo command rejected: reject; proto=SMTP helo=<4.1.3_dsn>
554 5.0.0 <4.1.3_dsn>: Helo command rejected: reject
>>> helo 4.1.4_dsn
./smtpd_check: mapping DSN status 4.1.4 into Helo command status 4.0.0
./smtpd_check: <queue id>: reject: HELO from dummy[dummy]: 554 5.0.0 <4.1.4_dsn>: Helo command rejected: reject; proto=SMTP helo=<4.1.4_dsn>
554 5.0.0 <4.1.4_dsn>: Helo command rejected: reject
>>> helo 4.1.5_dsn
./smtpd_check: mapping DSN status 4.1.5 into Helo command status 4.0.0
./smtpd_check: <queue id>: reject: HELO from dummy[dummy]: 554 5.0.0 <4.1.5_dsn>: Helo command rejected: reject; proto=SMTP helo=<4.1.5_dsn>
554 5.0.0 <4.1.5_dsn>: Helo command rejected: reject
>>> helo 4.1.6_dsn
./smtpd_check: mapping DSN status 4.1.6 into Helo command status 4.0.0
./smtpd_check: <queue id>: reject: HELO from dummy[dummy]: 554 5.0.0 <4.1.6_dsn>: Helo command rejected: reject; proto=SMTP helo=<4.1.6_dsn>
554 5.0.0 <4.1.6_dsn>: Helo command rejected: reject
>>> helo 4.1.7_dsn
./smtpd_check: mapping DSN status 4.1.7 into Helo command status 4.0.0
./smtpd_check: <queue id>: reject: HELO from dummy[dummy]: 554 5.0.0 <4.1.7_dsn>: Helo command rejected: reject; proto=SMTP helo=<4.1.7_dsn>
554 5.0.0 <4.1.7_dsn>: Helo command rejected: reject
>>> helo 4.1.8_dsn
./smtpd_check: mapping DSN status 4.1.8 into Helo command status 4.0.0
./smtpd_check: <queue id>: reject: HELO from dummy[dummy]: 554 5.0.0 <4.1.8_dsn>: Helo command rejected: reject; proto=SMTP helo=<4.1.8_dsn>
554 5.0.0 <4.1.8_dsn>: Helo command rejected: reject
>>> helo 4.4.0_dsn
./smtpd_check: <queue id>: reject: HELO from dummy[dummy]: 554 5.4.0 <4.4.0_dsn>: Helo command rejected: reject; proto=SMTP helo=<4.4.0_dsn>
554 5.4.0 <4.4.0_dsn>: Helo command rejected: reject
>>> #
>>> # Test the sender restrictions
>>> #
>>> sender_restrictions hash:./smtpd_check_access
OK
>>> mail user@4.1.1_dsn
./smtpd_check: mapping DSN status 4.1.1 into Sender address status 4.1.7
./smtpd_check: <queue id>: reject: MAIL from dummy[dummy]: 554 5.1.7 <user@4.1.1_dsn>: Sender address rejected: reject; from=<user@4.1.1_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.7 <user@4.1.1_dsn>: Sender address rejected: reject
>>> mail user@4.1.2_dsn
./smtpd_check: mapping DSN status 4.1.2 into Sender address status 4.1.8
./smtpd_check: <queue id>: reject: MAIL from dummy[dummy]: 554 5.1.8 <user@4.1.2_dsn>: Sender address rejected: reject; from=<user@4.1.2_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.8 <user@4.1.2_dsn>: Sender address rejected: reject
>>> mail user@4.1.3_dsn
./smtpd_check: mapping DSN status 4.1.3 into Sender address status 4.1.7
./smtpd_check: <queue id>: reject: MAIL from dummy[dummy]: 554 5.1.7 <user@4.1.3_dsn>: Sender address rejected: reject; from=<user@4.1.3_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.7 <user@4.1.3_dsn>: Sender address rejected: reject
>>> mail user@4.1.4_dsn
./smtpd_check: mapping DSN status 4.1.4 into Sender address status 4.1.7
./smtpd_check: <queue id>: reject: MAIL from dummy[dummy]: 554 5.1.7 <user@4.1.4_dsn>: Sender address rejected: reject; from=<user@4.1.4_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.7 <user@4.1.4_dsn>: Sender address rejected: reject
>>> mail user@4.1.5_dsn
./smtpd_check: mapping DSN status 4.1.5 into Sender address status 4.1.0
./smtpd_check: <queue id>: reject: MAIL from dummy[dummy]: 554 5.1.0 <user@4.1.5_dsn>: Sender address rejected: reject; from=<user@4.1.5_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.0 <user@4.1.5_dsn>: Sender address rejected: reject
>>> mail user@4.1.6_dsn
./smtpd_check: mapping DSN status 4.1.6 into Sender address status 4.1.7
./smtpd_check: <queue id>: reject: MAIL from dummy[dummy]: 554 5.1.7 <user@4.1.6_dsn>: Sender address rejected: reject; from=<user@4.1.6_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.7 <user@4.1.6_dsn>: Sender address rejected: reject
>>> mail user@4.1.7_dsn
./smtpd_check: <queue id>: reject: MAIL from dummy[dummy]: 554 5.1.7 <user@4.1.7_dsn>: Sender address rejected: reject; from=<user@4.1.7_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.7 <user@4.1.7_dsn>: Sender address rejected: reject
>>> mail user@4.1.8_dsn
./smtpd_check: <queue id>: reject: MAIL from dummy[dummy]: 554 5.1.8 <user@4.1.8_dsn>: Sender address rejected: reject; from=<user@4.1.8_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.8 <user@4.1.8_dsn>: Sender address rejected: reject
>>> mail user@4.4.0_dsn
./smtpd_check: <queue id>: reject: MAIL from dummy[dummy]: 554 5.4.0 <user@4.4.0_dsn>: Sender address rejected: reject; from=<user@4.4.0_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.4.0 <user@4.4.0_dsn>: Sender address rejected: reject
>>> #
>>> # Test the recipient restrictions
>>> #
>>> recipient_restrictions hash:./smtpd_check_access
OK
>>> rcpt user@4.1.1_dsn
./smtpd_check: <queue id>: reject: RCPT from dummy[dummy]: 554 5.1.1 <user@4.1.1_dsn>: Recipient address rejected: reject; from=<user@4.4.0_dsn> to=<user@4.1.1_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.1 <user@4.1.1_dsn>: Recipient address rejected: reject
>>> rcpt user@4.1.2_dsn
./smtpd_check: <queue id>: reject: RCPT from dummy[dummy]: 554 5.1.2 <user@4.1.2_dsn>: Recipient address rejected: reject; from=<user@4.4.0_dsn> to=<user@4.1.2_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.2 <user@4.1.2_dsn>: Recipient address rejected: reject
>>> rcpt user@4.1.3_dsn
./smtpd_check: <queue id>: reject: RCPT from dummy[dummy]: 554 5.1.3 <user@4.1.3_dsn>: Recipient address rejected: reject; from=<user@4.4.0_dsn> to=<user@4.1.3_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.3 <user@4.1.3_dsn>: Recipient address rejected: reject
>>> rcpt user@4.1.4_dsn
./smtpd_check: <queue id>: reject: RCPT from dummy[dummy]: 554 5.1.4 <user@4.1.4_dsn>: Recipient address rejected: reject; from=<user@4.4.0_dsn> to=<user@4.1.4_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.4 <user@4.1.4_dsn>: Recipient address rejected: reject
>>> rcpt user@4.1.5_dsn
./smtpd_check: <queue id>: reject: RCPT from dummy[dummy]: 554 5.1.5 <user@4.1.5_dsn>: Recipient address rejected: reject; from=<user@4.4.0_dsn> to=<user@4.1.5_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.5 <user@4.1.5_dsn>: Recipient address rejected: reject
>>> rcpt user@4.1.6_dsn
./smtpd_check: <queue id>: reject: RCPT from dummy[dummy]: 554 5.1.6 <user@4.1.6_dsn>: Recipient address rejected: reject; from=<user@4.4.0_dsn> to=<user@4.1.6_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.6 <user@4.1.6_dsn>: Recipient address rejected: reject
>>> rcpt user@4.1.7_dsn
./smtpd_check: mapping DSN status 4.1.7 into Recipient address status 4.1.3
./smtpd_check: <queue id>: reject: RCPT from dummy[dummy]: 554 5.1.3 <user@4.1.7_dsn>: Recipient address rejected: reject; from=<user@4.4.0_dsn> to=<user@4.1.7_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.3 <user@4.1.7_dsn>: Recipient address rejected: reject
>>> rcpt user@4.1.8_dsn
./smtpd_check: mapping DSN status 4.1.8 into Recipient address status 4.1.2
./smtpd_check: <queue id>: reject: RCPT from dummy[dummy]: 554 5.1.2 <user@4.1.8_dsn>: Recipient address rejected: reject; from=<user@4.4.0_dsn> to=<user@4.1.8_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.1.2 <user@4.1.8_dsn>: Recipient address rejected: reject
>>> rcpt user@4.4.0_dsn
./smtpd_check: <queue id>: reject: RCPT from dummy[dummy]: 554 5.4.0 <user@4.4.0_dsn>: Recipient address rejected: reject; from=<user@4.4.0_dsn> to=<user@4.4.0_dsn> proto=SMTP helo=<4.4.0_dsn>
554 5.4.0 <user@4.4.0_dsn>: Recipient address rejected: reject