View Full Version : Spamassassin
Peter
02-23-2004, 12:24 AM
Can i make it so that it just puts the spammail in a differrent mailbox instead of still sending it to me with subject "**spam**" ?
That would be quite useful.
Thanks
Peter
02-23-2004, 10:43 AM
**kick**
existenz
02-23-2004, 05:48 PM
You can configure Spamassassin to delete the messages after so many points have been reached. You can read more about how to change as the Spamassissin website http://spamassassin.org/ (http://spamassassin.org).
Peter
02-24-2004, 12:27 AM
I looked there but i don't get any of it....
existenz
02-24-2004, 09:00 AM
I don't mean to be vague but their are a number of possibilities for this. I would suggest reading the wiki at the spamassassin website then searching google for this. I found about 4 sites that had different approaches to the idea.
I have not had Spamassassin delete messages automatically in years but when I did I used Qmail and a Qmail plugin so if it hit a higher point level it would just delete the message. I would suggest looking into something like this...
ProWebUK (Chris) might know of a good tutorial or a better idea :)
Peter
02-24-2004, 09:05 AM
Someone help!!!
Peter
02-25-2004, 10:08 AM
**kick**
DirectAdmin Support
02-25-2004, 10:24 AM
Hello,
Some changes might be needed in the /etc/exim.conf file... I'm not sure what ... found this tutorial, not sure if it's even close to whats needed or how it would fit in with whats there, but it mentions the setup of a spambox, which is probably what you are looking for.
http://www.arise.demon.co.uk/exim_spamassassin.html
John
Peter
02-25-2004, 10:28 AM
I tried to get what was told about there... but quite a bit to difficult for me, i rather have someone who tell me what to do...
I did the mailscanner/spamassassin tutorial... but i hope someone knows what i did.
existenz
02-25-2004, 12:17 PM
I am not tring to be a jerk but if you have a server it is up to you to administer it. :) Matt and Chris and many other have taken the time to write up wonderful How-To's but if you can't read the documentation on SpamAssassin website you should get out of this business or have someone else manage the server for you. What you want it out of the realm of DirectAdmin.
http://eu.spamassassin.org/doc.html
You can read more about Exim and SpamAssassing here.
http://www.mail-archive.com/spamassassin-talk@lists.sourceforge.net/msg30042.html
You are going to have to do some reasearch and figure out how to make it work.
Peter
02-25-2004, 12:20 PM
You tell me things like "bla bla several options bla bla"
What can i do with that... i got an URL with some blabla on it, so i just want to get on with it and make it work.
I think this is a support forum?
I can ask for support here?
So if you have nothing useful to tell me then go somewhere else saying useless things, thank you.
existenz
02-25-2004, 02:28 PM
Look I am not tring to piss you off. You are asking for support and people are trying to help you. The support is above and beyond the nature of this forum. You want someone to type each command for you and I would love to but you need to figure out which of the solutions works for you!
Their are many ways to make this work and if you read the Spamassassin documents it will give you idea on how you might want to setup your server. Their is NOT one way to do this, you may wish to install some plug-in, move the mail to a special IMAP mailbox and have that deleted every few days, or possibly have it bounce. The bounce method is EXACTLY how we setup the XServes running OS X Server.
You should be able to follow this with little modification. What happens is if SpamAssassin tags the email as spam it bounces it back to the sender.
http://www.afp548.com/Articles/mail/exim4-2.html
SpamAssassin is not able to delete spam it just checks the message's and tags it. You mileage will vary with that tutorial...
ProWebUK
02-25-2004, 03:23 PM
If you are using mailscanner just modify your mailscanner.conf - The options are there **commented** - there are options to:
drop, bounce or allow (with custom subject note)
I would advise you not to use the bounce option as with spam, the from field is often forged.
Chris
ProWebUK
02-25-2004, 03:35 PM
A quick check of the config file finds me:
#
# What to do with spam
# --------------------
#
# This is a list of actions to take when a message is spam.
# It can be any combination of the following:
# deliver - deliver the message as normal
# delete - delete the message
# store - store the message in the quarantine
# forward user@domain.com - forward a copy of the message to user@domain.com
# striphtml - convert all in-line HTML content to plain text.
# You need to specify "deliver" as well for the
# message to reach the original recipient.
# attachment - Convert the original message into an attachment
# of the message. This means the user has to take
# an extra step to open the spam, and stops "web
# bugs" very effectively.
# notify - Send the recipients a short notification that
# spam addressed to them was not delivered. They
# can then take action to request retrieval of
# the original message if they think it was not
# spam.
#
# This can also be the filename of a ruleset.
#Spam Actions = store forward anonymous@ecs.soton.ac.uk
Spam Actions = deliver
Peter
02-25-2004, 10:45 PM
That's what i tried to edit, but it seems to do nothing, i also have the local.cf which may seem to work, but i don't know what to put there.
ProWebUK
02-26-2004, 12:21 AM
Originally posted by Peter
That's what i tried to edit, but it seems to do nothing.
Restarted MailScanner?
Chris
Peter
02-26-2004, 03:23 AM
Yup, looks like it does recognize spam, but the spam limit is not good, how can i set that?
Reyner
02-26-2004, 06:24 AM
Originally posted by ProWebUK
If you are using mailscanner just modify your mailscanner.conf - The options are there **commented** - there are options to:
drop, bounce or allow (with custom subject note)
I would advise you not to use the bounce option as with spam, the from field is often forged.
Chris Hello Chris,
I tried locating mailscanner.conf but I could not find where it is. Would you direct me to the path please?
Best regards,
Reyner
Peter
02-26-2004, 06:33 AM
/etc/MailScanner/MailScanner.conf
by the way, it works now... (spamd was running)...
I just like to know now how i can set the "this-is-spam" rate...
Reyner
02-26-2004, 06:37 AM
Thank you Peter. And I am glad that it finally works for you :)
Reyner
02-26-2004, 06:42 AM
Just if you guys know, how do you disable spamassassin to a particular domain name? I've tried whitelisting the domain name but customers still complaining about their email gets tagged.
Thank you,
Reyner
Peter
02-26-2004, 06:42 AM
Thanks.
ProWebUK
02-26-2004, 07:20 AM
Peter: The default is 5, do a search with your text editor for "5"
Reyner: If you are unsure of a files location in the future run:
updatedb
locate FILENAME
where FILENAME is whatever file you are searching for.
Chris
Reyner
02-26-2004, 07:31 AM
Originally posted by ProWebUK
Peter: The default is 5, do a search with your text editor for "5"
Reyner: If you are unsure of a files location in the future run:
updatedb
locate FILENAME
where FILENAME is whatever file you are searching for.
Chris Hello Chris,
Thank you for the tip. I did run the locate -u (which is similar to updatedb), but my weak brain forgot that mailscanner is spelled MailScanner.
So, is there a way to bypass a domain name from spamassassin?
Thank you,
Reyner
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.