Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2003 22:52:13 -0500
From:      "Micheal Patterson" <micheal@cancercare.net>
To:        "Dr. Tim" <timothy@xrx-inc.com>, <freebsd-questions@freebsd.org>
Subject:   Re: HELP ON ACCESS FOR SENDMAIL
Message-ID:  <016601c32bdf$1c4dada0$0201a8c0@dredster>
References:  <200306052200.h55M0ZlS000502@xrx-inc.com>

next in thread | previous in thread | raw e-mail | index | archive | help

----- Original Message ----- 
From: "Dr. Tim" <timothy@xrx-inc.com>
To: <freebsd-questions@freebsd.org>
Sent: Thursday, June 05, 2003 5:00 PM
Subject: HELP ON ACCESS FOR SENDMAIL


> I have freebsd 4.4 sendmail 8.12.6
>
> when I modify access in etc/mail
> to two simple lines
>
> spammer.com 550 goaway
> 12.13.14 RELAY
>
> do a make
> (*even tried init 6ing)
>
> sendmail happily accepts mail from user@spammer.com
> and refused to relay from 12.13.14.*
>
> it is like it won't 'take' the new access.
>
> WHAT is going on?  any ideas
>
> Please email me back at
> timothy@xrx-inc.com
> thanks in advance

Just out of curiosity, is your sendmail compiled with the access option?
Does your sendmail.cf have any of the following lines (or similar):

#####  $Id: access_db.m4,v 8.15 1999/07/22 17:55:34 gshapiro Exp $  #####
...

# access_db acceptance class
C{Accept}OK RELAY
...

# Access list database (for spam stomping)
Kaccess hash -o /etc/mail/access

If not, then you're probably not compiled to use the access.db file.

--

Micheal Patterson
Network Administration
Cancer Care Network
405-733-2230





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?016601c32bdf$1c4dada0$0201a8c0>