Date: Sat, 10 Apr 2004 17:22:56 -0400 From: "Rob" <freebsd@computersthatrock.com> To: <freebsd-questions@freebsd.org> Subject: RE: Off topic but sendmail help needed Message-ID: <BAEBLFBDHLPPOEBEAELCEECCHMAA.freebsd@computersthatrock.com> In-Reply-To: <20040410151144.N19376@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for the help, I have got my mc file all ready to go with the dnsbl lines I need, but when I try to make I get this error: make: don't know how to make install. Stop I've been going around in circles with this all day and it's making me nuts. :-) -----Original Message----- From: Warren Block [mailto:wblock@wonkity.com] Sent: Saturday, April 10, 2004 5:17 PM To: Rob Cc: freebsd-questions@freebsd.org Subject: Re: Off topic but sendmail help needed On Sat, 10 Apr 2004, Rob wrote: > I have a freebsd box that was configured by Interland. They offer no support > on sendmail configuration and I would like to add some of the dnsbl lists to > stop some of the spam received by the server. The FreeBSD /etc/mail/Makefile makes this pretty easy. Edit the /etc/mail/hostname.mc file. If you don't have one, I think the first make will create it. Add this type of line for the DNSBLs you want to use (warning: one long line): FEATURE(`dnsbl', `list.dsbl.org', `"554 Mail from " $&{client_addr} " rejected, site listed on http://www.dsbl.org"') Important note: please don't use any DNSBL without at least reading their policies. Misunderstanding are way too easy to make. Then do a 'make all install restart' and it's done. -Warren Block * Rapid City, South Dakota USA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAEBLFBDHLPPOEBEAELCEECCHMAA.freebsd>