Re: sendmail anti-spam feature...

2003-02-15 Thread João Borsoi Soares
Em Sex, 2003-02-14 às 18:05, Gordon Messmer escreveu: On Fri, 2003-02-14 at 11:06, João Borsoi Soares wrote: Em Sex, 2003-02-14 às 14:29, Gordon Messmer escreveu: Email addresses don't belong in /etc/mail/access. You need to put his IP address there with the RELAY option, and run

RE: sendmail anti-spam feature...

2003-02-15 Thread Cowles, Steve
-Original Message- From: João Borsoi Soares Sent: Saturday, February 15, 2003 5:38 AM Subject: Re: sendmail anti-spam feature... From:[EMAIL PROTECTED] RELAY You still have FEATURE(`relay_mail_from') defined, right? Right. Here is my

sendmail anti-spam feature...

2003-02-14 Thread João Borsoi Soares
Hello list. I want to use an anti-spam feature in my sendmail. I tried: FEATURE(dnsbl,`relays.osirusoft.com')dnl and it works fine. The problem is that one of my clients are in the blackhole list, but he is not a spammer. Actually it is a problem with his ISP. He uses dynamic IP. I wonder if

Re: sendmail anti-spam feature...

2003-02-14 Thread Ed Wilts
On Fri, Feb 14, 2003 at 12:13:59PM -0200, João Borsoi Soares wrote: I want to use an anti-spam feature in my sendmail. I tried: FEATURE(dnsbl,`relays.osirusoft.com')dnl and it works fine. The problem is that one of my clients are in the blackhole list, but he is not a spammer. Actually it

Re: sendmail anti-spam feature...

2003-02-14 Thread Gordon Messmer
On Fri, 2003-02-14 at 06:13, João Borsoi Soares wrote: I want to use an anti-spam feature in my sendmail. I tried: FEATURE(dnsbl,`relays.osirusoft.com')dnl and it works fine. The problem is that one of my clients are in the blackhole list, but he is not a spammer. ... I already have his

Re: sendmail anti-spam feature...

2003-02-14 Thread Nick Lindsell
At 08:29 14/02/2003 -0800, you wrote: On Fri, 2003-02-14 at 06:13, João Borsoi Soares wrote: I want to use an anti-spam feature in my sendmail. I tried: FEATURE(dnsbl,`relays.osirusoft.com')dnl and it works fine. The problem is that one of my clients are in the blackhole list, but he is not

Re: sendmail anti-spam feature...

2003-02-14 Thread João Borsoi Soares
Em Sex, 2003-02-14 às 14:29, Gordon Messmer escreveu: On Fri, 2003-02-14 at 06:13, João Borsoi Soares wrote: I want to use an anti-spam feature in my sendmail. I tried: FEATURE(dnsbl,`relays.osirusoft.com')dnl and it works fine. The problem is that one of my clients are in the

Re: sendmail anti-spam feature...

2003-02-14 Thread João Borsoi Soares
Email addresses don't belong in /etc/mail/access. You need to put his IP address there with the RELAY option, and run 'make' in /etc/mail. The client is on dynamic IP - he'll need to relay the netblock of the ISPs dialup lines, which as there is a (supposedly) active spammer in that

Re: sendmail anti-spam feature...

2003-02-14 Thread Gordon Messmer
On Fri, 2003-02-14 at 11:06, João Borsoi Soares wrote: Em Sex, 2003-02-14 às 14:29, Gordon Messmer escreveu: Email addresses don't belong in /etc/mail/access. You need to put his IP address there with the RELAY option, and run 'make' in /etc/mail. Sorry, but I think it's possible to

RE: Sendmail anti-spam feature?

2003-01-30 Thread Burke, Thomas G.
Title: RE: Sendmail anti-spam feature? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Be sure to change the osirusoft.com entry. It is incorrect, and will cause everything sent to your machine to be rejected. This is stated on their website. I think is should be osirusoft.net, but I wouldn't

Re: Sendmail anti-spam feature?

2003-01-30 Thread Sander Steffann
RE: Sendmail anti-spam feature?Hi, Be sure to change the osirusoft.com entry. It is incorrect, and will cause everything sent to your machine to be rejected. This is stated on their website. I think is should be osirusoft.net, but I wouldn't swear to it. I don't know where you heard

RE: Sendmail anti-spam feature?

2003-01-30 Thread Burke, Thomas G.
. Maybe it wasn't the osirusoft, but it was one of the 4 that everyone seems to use. - -Original Message- From: Sander Steffann [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:19 AM To: [EMAIL PROTECTED] Subject: Re: Sendmail anti-spam feature? RE: Sendmail anti-spam feature

Re: Sendmail anti-spam feature?

2003-01-30 Thread Tibbetts, Ric
:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:19 AM To: [EMAIL PROTECTED] Subject: Re: Sendmail anti-spam feature? RE: Sendmail anti-spam feature?Hi, Be sure to change the osirusoft.com entry. It is incorrect, and will cause everything sent to your machine to be rejected. This is stated

Sendmail anti-spam feature?

2003-01-29 Thread Toto Gamez
I tried to activate the sendmail anti spam. My sendamil.mc is at /etc/mail and my senmail.cf file is at /etc. whn i issued "m4 /etc/sendmail.mc /etc/sendmail.cf" i got an error "m4: /etc/sendmail.mc: No such file or directory". I chang my command to "m4 /etc/mail/sendmail.mc

Re: Sendmail anti-spam feature?

2003-01-29 Thread Gerry Doris
On Thu, 30 Jan 2003, Toto Gamez wrote: I tried to activate the sendmail anti spam. My sendamil.mc is at /etc/mail and my senmail.cf file is at /etc. whn i issued m4 /etc/sendmail.mc /etc/sendmail.cf i got an error m4: /etc/sendmail.mc: No such file or directory. I chang my command to m4

RE: Sendmail anti-spam feature?

2003-01-29 Thread Cowles, Steve
-Original Message- From: Toto Gamez Sent: Wednesday, January 29, 2003 8:07 PM Subject: Sendmail anti-spam feature? I tried to activate the sendmail anti spam. My sendamil.mc is at /etc/mail and my senmail.cf file is at /etc. whn i issued m4 /etc/sendmail.mc /etc/sendmail.cf i got

Re: Sendmail anti-spam feature?

2003-01-29 Thread Toto Gamez
) or do i really need to get the same version as with sendmail that i use regards, Toto - Original Message - From: Cowles, Steve To: '[EMAIL PROTECTED]' Sent: Thursday, January 30, 2003 10:39 AM Subject: RE: Sendmail anti-spam feature? -Original Message

Re: Sendmail anti-spam feature?

2003-01-29 Thread Steve Garcia
Toto Gamez said: thanks all for the reply, i cheked and there's no sendmail-cf installed, Im using RH7.0 my sendmail version is sendmail-8.11.0-8 that comes with the cd. but i dont have the rh7.0 installation cd, is it okey to use the sendmail-cf that comes from rh7.2 installation

RE: Sendmail anti-spam feature?

2003-01-29 Thread Cowles, Steve
-Original Message- From: Toto Gamez Sent: Wednesday, January 29, 2003 9:25 PM Subject: Re: Sendmail anti-spam feature? thanks all for the reply, i cheked and there's no sendmail-cf installed, Im using RH7.0 my sendmail version is sendmail-8.11.0-8 that comes with the cd. but i

RE: Sendmail anti-spam feature?

2003-01-13 Thread Burke, Thomas G.
[mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 4:28 PM To: '[EMAIL PROTECTED]' Subject: Re: Sendmail anti-spam feature? On Fri, Jan 10, 2003 at 11:51:28AM -0800, Burke, Thomas G. wrote: How can I disable the anti-spam for certain domains? For some reason, my work is in at least 2

RE: Sendmail anti-spam feature?

2003-01-13 Thread Cowles, Steve
-Original Message- From: Burke, Thomas G. Sent: Monday, January 13, 2003 7:11 AM Subject: RE: Sendmail anti-spam feature? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahh, well. I added the northgrum e-mail server to my access.db, now it lets mail in... Anyone know how I

RE: Sendmail anti-spam feature?

2003-01-13 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ya know, I read that, It just now dawned on me that yes you can... - -Original Message- From: Cowles, Steve [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 12:35 PM To: '[EMAIL PROTECTED]' Subject: RE: Sendmail anti-spam feature

Re: Sendmail anti-spam feature?

2003-01-10 Thread Nick Lindsell
At 06:44 10/01/2003 -0800, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey gang, I'm trying to figure out how to set up anti-spam with sendmail... I know I need to add a feature, but I'm not sure I understand correctly. From sendmail's site, I see I need to add

Re: Sendmail anti-spam feature?

2003-01-10 Thread Rupendra Singh
Hey gang, I'm trying to figure out how to set up anti-spam with sendmail... I know I need to add a feature, but I'm not sure I understand correctly. From sendmail's site, I see I need to add FEATURE(`dnsbl') , which defaults to MAPS, which is a subscription-based

Sendmail anti-spam feature?

2003-01-10 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey gang, I'm trying to figure out how to set up anti-spam with sendmail... I know I need to add a feature, but I'm not sure I understand correctly. From sendmail's site, I see I need to add FEATURE(`dnsbl') , which defaults to

RE: Sendmail anti-spam feature?

2003-01-10 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Once you put these in, what do you need to do to update the configuration? - -Original Message- From: Rupendra Singh [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 11:22 AM To: [EMAIL PROTECTED] Subject: Re: Sendmail anti-spam

Re: Sendmail anti-spam feature?

2003-01-10 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Burke, Thomas G. wrote: | Once you put these in, what do you need to do to update the | configuration? Run the m4 sendmail.mc sendmail.cf command listed at the top of sendmail.mc, then restart sendmail with service sendmail restart. - -Rick - --

Re: Sendmail anti-spam feature?

2003-01-10 Thread Ed Wilts
On Fri, Jan 10, 2003 at 06:44:38AM -0800, Burke, Thomas G. wrote: From sendmail's site, I see I need to add FEATURE(`dnsbl') , which defaults to MAPS, which is a subscription-based service. Is there a way to set this up to use a database from someone who is not subscription-based?

RE: Sendmail anti-spam feature?

2003-01-10 Thread Burke, Thomas G.
: Sendmail anti-spam feature? *** PGP Signature Status: good *** Signer: Tom Burke [EMAIL PROTECTED] *** Signed: 01/10/2003 11:30:29 AM *** Verified: 01/10/2003 1:52:51 PM *** BEGIN PGP VERIFIED MESSAGE *** Once you put these in, what do you need to do to update the configuration? - -Original

RE: Sendmail anti-spam feature?

2003-01-10 Thread Burke, Thomas G.
PROTECTED]' Subject: RE: Sendmail anti-spam feature? *** PGP Signature Status: good *** Signer: Tom Burke [EMAIL PROTECTED] *** Signed: 01/10/2003 2:04:06 PM *** Verified: 01/10/2003 2:50:32 PM *** BEGIN PGP VERIFIED MESSAGE *** won't 'delay_checks' bypass the anti-spam? (I am apparently

Re: Sendmail anti-spam feature?

2003-01-10 Thread T. Ribbrock
On Fri, Jan 10, 2003 at 11:51:28AM -0800, Burke, Thomas G. wrote: How can I disable the anti-spam for certain domains? For some reason, my work is in at least 2 of the black-hole lists - That seems odd to me... Maybe they have (or had at some point) open relays? Wouldn't be the first time -