comparison xml/dnsbl.in @ 44:6b79046b18c2

changes for 3.2
author carl
date Fri, 09 Jul 2004 07:53:02 -0700
parents fc7f8f3ea90f
children 05957b18b2e6
comparison
equal deleted inserted replaced
43:acbe44bbba22 44:6b79046b18c2
169 run it. It may not be suitable for your system. Modify your 169 run it. It may not be suitable for your system. Modify your
170 sendmail.mc by removing all the "FEATURE(dnsbl" lines, add the following 170 sendmail.mc by removing all the "FEATURE(dnsbl" lines, add the following
171 line in your sendmail.mc and rebuild the .cf file 171 line in your sendmail.mc and rebuild the .cf file
172 172
173 <pre> 173 <pre>
174 INPUT_MAIL_FILTER(`dnsbl', `S=local:/var/run/dnsbl.sock, F=T, T=C:30s;S:2m;R:2m;E:5m') 174 INPUT_MAIL_FILTER(`dnsbl', `S=local:/var/run/dnsbl/dnsbl.sock, F=T, T=C:30s;S:2m;R:2m;E:5m')
175 </pre> 175 </pre>
176 176
177 Read the sample <a 177 Read the sample <a
178 href="http://www.five-ten-sg.com/dnsbl.conf">var/dnsbl/dnsbl.conf</a> 178 href="http://www.five-ten-sg.com/dnsbl.conf">/etc/dnsbl/dnsbl.conf</a>
179 file and modify it to fit your configuration. You can test your 179 file and modify it to fit your configuration. You can test your
180 configuration files, and see a readable internal dump of them on stdout 180 configuration files, and see a readable internal dump of them on stdout
181 with 181 with
182 182
183 <pre> 183 <pre>
184 cd /var/dnsbl 184 cd /etc/dnsbl
185 ./dnsbl -c 185 /usr/sbin/dnsbl -c
186 </pre> 186 </pre>
187 187
188 <pre> 188 <pre>
189 189
190 190