Re: Help with hijacked sendmail
From: John S. Jacob (jsjacob@iamnota.com)Date: 09/26/01
- Previous message: David Ford: "Re: Help with hijacked sendmail"
- In reply to: Mogens Valentin: "Re: Help with hijacked sendmail"
- Next in thread: Mogens Valentin: "Re: Help with hijacked sendmail"
- Next in thread: info@perimeterdefence.com: "Re: Help with hijacked sendmail"
- Reply: Mogens Valentin: "Re: Help with hijacked sendmail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 Sep 2001 14:55:46 -0700 From: "John S. Jacob" <jsjacob@iamnota.com> To: Mogens Valentin <monz@danbbs.dk> Subject: Re: Help with hijacked sendmail Message-ID: <20010926145546.E2794@iamnota.com>
On Wed, Sep 26, 2001 at 10:34:21PM +0200, Mogens Valentin wrote:
> Sure, but all it takes to make sendmail resonably secure is update to
> latest version and do somthing like:
Sendmail 8.11.6 is the current recommendation from Sendmail.org.
To rid myself of most SPAM I also like to use the RBL. In sendmail.mc I
added:
FEATURE(dnsbl,blackholes.mail-abuse.org', Mail from $&{client_addr} rejected, see http://mail-abuse.org/cgi-bin/lookup?$&{client_addr}')dnl
FEATURE(dnsbl,relays.mail-abuse.org', Mail from $&{client_addr} rejected; see http://mail-abuse.org/cgi-bin/nph-rss?$&{client_addr}')dnl
FEATURE(dnsbl,dialups.mail-abuse.org', Mail from dial-up rejected; see http://mail-abuse.org/dul/enduser.htm')
I was worried when I first put these in -- now it's been over a year and I
have yet to see a message wrongly rejected.
My outside SMTP receiver is now exim and it can also use the RBL:
rbl_domains = blackholes.mail-abuse.org/reject : dialups.mail-abuse.org/reject : relays.mail-abuse.org/reject
rbl_reject_recipients = true
-- John S. Jacob * mailto:jsjacob@iamnota.com * http://www.iamnota.com/ PGP public key: http://jsjacob.iamnota.com/public_key.txt Fingerprint: D410 0485 D86C B387 4909 C811 48B6 29CE AC6A CE17
- application/pgp-signature attachment: stored
- Previous message: David Ford: "Re: Help with hijacked sendmail"
- In reply to: Mogens Valentin: "Re: Help with hijacked sendmail"
- Next in thread: Mogens Valentin: "Re: Help with hijacked sendmail"
- Next in thread: info@perimeterdefence.com: "Re: Help with hijacked sendmail"
- Reply: Mogens Valentin: "Re: Help with hijacked sendmail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|