Re: ANTI-SPAM & ANTI-VIRUS provisions

2002-12-01 Thread Joshua Schmidlkofer
First off - junk sendmail, use Postfix, or QMail, or a mailer that is widely respected. Postfix has lots of options, and can be acquired for Redhat 8 from psyche.freshrpms.net. It has a great interface called 'filter', and that is where you can do all manner of things to messages in transit. I

Re: ANTI-SPAM & ANTI-VIRUS provisions

2002-11-28 Thread Jonathan Gaudette
I use MailScanner on my website e-mail server, it works beautifully. -Jon On Thu, 2002-11-28 at 07:20, Hugo Tavares wrote: > Greetings > > I'm starting to implement an ANTI-SPAM and ANTI-VIRUS system with sendmail. > I've searched for documentation and I found some but I would like to hear > som

Re: Anti-Spam

2002-07-04 Thread Jay Daniels
my qmail sends all messages to the postmaster or whoever you specify on my box, but only if the user does not exist on my domain. Then I check that box ever so often to see who's sending to the wrong address. You will be surprised how many ISPs have a catchall mailbox! One ISP I did work for se

Re: Anti-Spam

2002-07-04 Thread Mike Burger
Are you looking to have everyone's potential spam sent to you/a generic mailbox? While this might seem like a good idea, in theory, false positives do wind up in there, and you might wind up viewing messages that you might not otherwise see or want to. On Thu, 4 Jul 2002, Anthony Hologounis w

Re: Anti-Spam

2002-07-04 Thread Anthony Hologounis
I think I tried that but Procmail runs as the user so that wouldnt work unless I use 666 permissions or like a previous poster mentioned , put all users in the same group anddo 660 permissions On Thursday 04 July 2002 01:22, Mike Burger wrote: > You definitely don't need 666 permissions on the

Re: Anti-Spam

2002-07-04 Thread Mike Burger
You definitely don't need 666 permissions on the folder. If you're testing it, you could just redirect it to a folder/file in your own home directory...like /home/anthony/mail/SPAM. On Wed, 3 Jul 2002, Anthony Hologounis wrote: > Let me ask, so this is the best way to handle spam? > > Righ t

Re: Anti-Spam

2002-07-03 Thread Wesley Murphy
As I understand it, permissions are like RWX , RWX , RWX Owner, GroupOfOwner, RestofWorld So if all users are in the same group, say 'users', then you could do : chmod 660 /var/spool/mail/SPAM to change the permisions on the folder so only group members and the owner can r

Re: Anti-Spam

2002-07-03 Thread Anthony Hologounis
Let me ask, so this is the best way to handle spam? Righ tnow I have a folder called /var/spool/mail/SPAM that has 666 permissions. I think this is dangerous but I want to be able to collect all of the spam in one folder. So I can see how well my procmail/spamassassin settigns are working.

Re: Anti-Spam

2002-06-26 Thread Mike Burger
Yes, actually, I do. The problem, I think, is that you're trying to have each user's account write the spam to /var/spool/mail/caughtspam. Only one user can own that file, and if it's not been set with permissions to allow world to write to it, they won't be able to. Hence the reason I filter

Re: Anti-Spam

2002-06-25 Thread Harry Putnam
"K.Deepak" <[EMAIL PROTECTED]> writes: > Dear Harry, > > I tried for the past two days , but all in vain. i am not >able > to deliver the spammed messages into the folder caughtspam. I gave in the addtional > entries given by you . the procmail log says "No match found f

Re: Anti-Spam

2002-06-25 Thread Mike Burger
Look in ~/caughtspam Personally, I use the example put forth in the SpamAssassin docs: :0: * ^Subject:.*\*\*\*\*SPAM\*\*\*\* $HOME/mail/caughtspam Since SA usually puts *SPAM* into the subject line, as well as the X-Spam-Flag, this usually catches it with no problem. On Tue, 25 Jun 20

Re: Anti-Spam

2002-06-25 Thread K.Deepak
Dear Harry, I tried for the past two days , but all in vain. i am not able to deliver the spammed messages into the folder caughtspam. I gave in the addtional entries given by you . the procmail log says "No match found for ^X-Spam-Flag: Yes " . I even tried replacing thi

Re: Anti-Spam

2002-06-25 Thread K.Deepak
Dear Harry, Oops. forgot to mention an info. i tried the following procmail rule :0fw | spamassassin * ^X-Spam-Flag: Yes caughtspam Regards K.Deepak "K.Deepak" wrote: > Dear Harry, > > I tried for the past two days , but all in vain. i am

Re: Anti-Spam

2002-06-23 Thread Harry Putnam
"K.Deepak" <[EMAIL PROTECTED]> writes: > Please help me out by telling the exact rules which will make the spamassassing to > deliver the spammed messsages to the folder > /var/spool/mail/caughtspam Sounds like something else is wrong here. If you have the rule you posted: :0fw | spamassass

Re: Anti-Spam

2002-06-23 Thread K.Deepak
Dear Harry, Thanks for your response. but , i tried the option given in the site http://spamassassin.taint.org/ and wrote the procmail rule something like this ( the procmail rule was written in /etc/procmailrc file ) :0fw | spamassassin * ^X-Spam-Flag: Yes caughtspam (n

Re: Anti-Spam

2002-06-23 Thread Harry Putnam
"K.Deepak" <[EMAIL PROTECTED]> writes: > Dear Brain, > > I have setup spamassassin in a RedHat 7.2 with sendmail > 8.12.3. Please let me know as to how filter all the spammed messages to a > single folder called as spam using procmail. > > It would be also great if you ca

Re: Anti-Spam

2002-06-23 Thread Mike Burger
On Sun, 23 Jun 2002, K.Deepak wrote: > Dear Brain, > > I have setup spamassassin in a RedHat 7.2 with sendmail > 8.12.3. Please let me know as to how filter all the spammed messages to a > single folder called as spam using procmail. > > It would be also great if you ca

Re: Anti-Spam

2002-06-23 Thread K.Deepak
Dear Brain, I have setup spamassassin in a RedHat 7.2 with sendmail 8.12.3. Please let me know as to how filter all the spammed messages to a single folder called as spam using procmail. It would be also great if you can give links/documents for installation, configurat

Re: Anti-Spam

2002-06-22 Thread Cameron Simpson
On 15:58 21 Jun 2002, daniel <[EMAIL PROTECTED]> wrote: | i've heard that "spamassassin" is great | it's serversoftware though No, you can run it on a personal basis - I do at home and work. But it _may_ also be applied systemwide. -- Cameron Simpson, DoD#743[EMAIL PROTECTED]http://w

Re: Anti-Spam

2002-06-22 Thread Mike Burger
http://www.spamassassin.org On Fri, 21 Jun 2002, Schmeits, Roger wrote: > Is there any Antispam software based on Linux out there? > > Thanks. > > Roger > > > > ___ > Redhat-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailma

Re: Anti-Spam

2002-06-21 Thread Chris Mason
On Friday 21 Jun 2002 06:58 pm, daniel wrote: > i've heard that "spamassassin" is great > it's serversoftware though No, you can run it on your mail from procmail. Install procmail and add the rules as per the documentation. Chris Mason ___ Redhat-

Re: Anti-Spam

2002-06-21 Thread Hal Burgiss
On Fri, Jun 21, 2002 at 08:28:16AM -0500, Schmeits, Roger wrote: > Is there any Antispam software based on Linux out there? > "Based on linux"? Or runs on Linux? Google has plenty of info on this. man procmail, procmail.org (IIRC), among many, many other options. -- Hal Burgiss __

Re: Anti-Spam

2002-06-21 Thread daniel
i've heard that "spamassassin" is great it's serversoftware though _ daniel a. g. quinn starving programmer men fear thought as they fear nothing else on earth--more than ruin--more even than death. thought is subversive and revolutionary, destructive and terribl

Re: Anti-Spam

2002-06-21 Thread Brian Ashe
Hello Roger, Friday, June 21, 2002, 9:28:16 AM, you textually orated: SR> Is there any Antispam software based on Linux out there? This works wonderfully. http://www.spamassassin.org/ Have fun, -- _ Brian Ashe