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

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-06 Thread Warren Block
On Thu, 5 Jun 2003, Dr. Tim wrote: 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 [EMAIL PROTECTED] and refused

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-06 Thread Warren Block
On Thu, 5 Jun 2003, Micheal Patterson wrote: Specifically, look for your .mc file and see if this entry is in there: FEATURE(access_db, `hash -o -TTMPF /etc/mail/access') If you're using the stock sendmail, if I remember correctly, access_db isn't included by default. It is in the

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-06 Thread Micheal Patterson
[EMAIL PROTECTED] To: Micheal Patterson [EMAIL PROTECTED] Cc: Dr. Tim [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, June 06, 2003 7:25 AM Subject: Re: HELP ON ACCESS FOR SENDMAIL On Thu, 5 Jun 2003, Micheal Patterson wrote: Specifically, look for your .mc file and see if this entry

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

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Micheal Patterson
- Original Message - From: Dr. Tim [EMAIL PROTECTED] To: [EMAIL PROTECTED] 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

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Micheal Patterson
- Original Message - From: Dr. Tim [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 10:38 PM Subject: Re: HELP ON ACCESS FOR SENDMAIL if you do a make in the etc/mail dir it uses the Makefile so yea it is equivalent

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

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

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Kirk Strauser
At 2003-06-06T04:06:54Z, Dr. Tim [EMAIL PROTECTED] writes: 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? Not off the top of my head, but you could compile the freebsd.mc file, remove the access.db lines, re-compile it,