Date: Tue, 7 Sep 2004 17:14:08 -0700 From: Karl Swartz <karl@kls2.com> To: freebsd-questions@freebsd.org Subject: Re: Sendmail 8.12.11 from FreeBSD 4.10-RELEASE ignores many config directives Message-ID: <20040908001408.GG1526@orion.kls2.com> In-Reply-To: <20040907213239.GB27621@gothmog.gr> References: <20040907202021.GC1526@orion.kls2.com> <20040907213239.GB27621@gothmog.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
> > FEATURE(dnsbl, `rbl-plus.mail-abuse.org') > > FEATURE(dnsbl, `sbl-xbl.spamhaus.org') > > The dnsbl macro now takes 3 arguments IIRC (wrapping inserted by me to > avoid posting one huge line): > > % grep dnsbl /etc/mail/freebsd.mc > dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', > `"550 Mail from " $&{client_addr} " rejected, \ > see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}') It did before. The third argument defaults to a suitable message, the text of which changed slightly from 8.12.3 to 8.12.11 though sendmail doesn't care about that. > Hmmm, this works perfectly here. Are you sure there isn't something > else that is wrong, i.e. your /etc/mail/sendmail.cf being generated from > the wrong .mc file or something? Aaaaargh! My old makefile was doing the install for me; the new one is not. I did a "make install" then "make restart" and now it seems to be happier. Sigh. -- Karl Swartz |Home karl@kls2.com http://www.kls2.com/~karl/ "The average dog is a nicer person than the average person." - Andrew A. Rooney
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040908001408.GG1526>