HELP ON ACCESS FOR SENDMAIL

2003-06-06 Thread Dr. Tim
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.14RELAY

do a make
(*even tried init 6ing)

sendmail happily accepts mail from [EMAIL PROTECTED]
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 
[EMAIL PROTECTED]
thanks in advance
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Dr. Tim
if you do a make in the etc/mail dir it uses the
Makefile so yea it is equivalent to
makemap access  access
and yes the access.db file gets update
and NO it still does not work!
the file is so simple I can't believe it is not working.
actually the equivalent command in the Makefile is
makemap hash access  access for making the access.db file
I have even remove the access db file and watch the new file
get creeated.

I can edit the sendmail.cf file and affect sendmails performance
(after starting and stopping sendmail) but no effect with the 
access ability.

the access file is LITERALLY
[EMAIL PROTECTED]   550 goway
12.223.81   RELAY
and it completely 
accepts the knitu stuff (opps typo the testuser@) is not in the access
and it refuses to relay the 12.223.81 
oops other typo it is 199.223.81
and they all resolve! also
tim
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Dr. Tim
nope it does not, it seems that I now have to learn the m4 compiler
which I have never done before, I have tweaked by sendmail.cf
substantially to get queues, timeouts lots of stuff working well
and just like this I now have to do something like
m4 m4.cf.stuff usethis.mc  newsendmail.cf | diff presentsendmail.cf
and find out what I have to add to my mc file so that in the future
I can just run the m4 compiler to my mc file and twic
tweak the mc file when I need to change stuff but to be able to find ALL
the associated m4
c 
sorry mc commands that will result in the sendmail.cf file I have now
is going to be a pain.  I just wiSH!  I could have the lines in the
cf file I need to add to get this access.db working and hashed without
this m4 compiler  it seems to be just a big overhead for those few
people who have to tweak rulesets but...that's life.

You wouldn;t happen to know if there are a just a few lines I can add
to my sendmail.cf file that will enable access.db?

Thanks
tim
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Dr. Tim
I have found the stock mc file and generic bsd and have run m4 a couple
of times to see the difference,  since it IS substantial IGNORE MY LAST RAMBLING!

I will also have to investigate using spews, rbl etc...
thanks so very much for you info.  I just wonder WHY!  at sendmail.org 
they have all this good stuff and sections dedicated souly to access.db
and it is about 10 sections earlier they mention using the feature access.db
in the mc file but they also say one DOESNT hv
have to use them4 compiler but in this case it looks like a MUST.

Tim
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]