From owner-freebsd-isp@FreeBSD.ORG Tue Mar 2 10:26:20 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0C016A4CE for ; Tue, 2 Mar 2004 10:26:20 -0800 (PST) Received: from Sixty.hatvany.com (sixty.hatvany.com [67.100.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5373443D46 for ; Tue, 2 Mar 2004 10:26:19 -0800 (PST) (envelope-from Charles@hatvany.com) Received: from hatvany.com (forty.hatvany.com [66.203.80.230]) by Sixty.hatvany.com (8.9.3/8.9.3) with SMTP id NAA68723 for ; Tue, 2 Mar 2004 13:26:17 -0500 (EST) (envelope-from Charles@hatvany.com) Received: from HatvanyDomain-Message_Server by hatvany.com with Novell_GroupWise; Tue, 02 Mar 2004 13:26:18 -0500 Message-Id: X-Mailer: Novell GroupWise 5.2 Date: Tue, 02 Mar 2004 13:25:53 -0500 From: "Charles Hatvany" To: freebsd-isp@freebsd.org, readbsd@mind.net Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: DNSBL - including descriptive text in sendmail error message X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 18:26:20 -0000 John, Use the following syntax in the sendmail.mc file: FEATURE(rbl,`dnsbl.njabl.org',`Message from $&{client_addr} rejected - see = http://njabl.org/')dnl That line is our compliance with the similar request from njabl.org. Then run m4 to regenerate the sendmail.cf file. Charles Hatvany >>> John Fox 3/2/04 1:14:57 PM >>> I am configuring a mail server to make use of the DNS-based black lists supplied by spamhaus.org, and have run into a bit of a snag. I'm running sendmail 8.12.11, and have successfully configured the 'dnsbl' feature to reject mail from hosts in the black lists, but spamhaus.org has requested that MTA error messages contain the descriptive text corresponding to the blacklisted host (e.g. "http://www.spamhaus.org/SBL/sbl.lasso?query=3DSBL14030"). I've checked sendmail docs for information on how to do this, and come up with nothing. I've also looked for the information on the spamhaus site itself, but to no avail. Likewise for Google searches. The black lists themselves are quite helpful, and so I would like to be in compliance with spamhaus' request. Any clues would be much appreciated. BTW, I hope it's not inappropriate to have posted this to both -isp and -questions. Please let me know if I should not have done so. Thank you much, -John -- +--------------------------------------------------------------------------= -+ | John Fox | System Administrator | InfoStructure = | +--------------------------------------------------------------------------= -+ | I used to trust the media to tell me the truth, tell us the truth = | | But now I've seen the payoffs everywhere I look = | | Who can you trust when everyone's a crook? = | | -- Queensryche, "Revolution Calling" = | +--------------------------------------------------------------------------= -+ _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp=20 To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"