Constant Spam Mail

lunders

Verified User
Joined
Mar 19, 2006
Messages
17
Heya guys, I keep getting alot of spam mail about 15 / 20 a day on my private box, This is starting to bug me now.

What are the commands for Linux to check and see if my spam blocker is setup and running correctly?
 
What does the top of your /etc/exim.conf say?

This will tell you what's being rejected:

Code:
tail -f /var/log/exim/rejectlog
 
Heya guys, I keep getting alot of spam mail about 15 / 20 a day on my private box, This is starting to bug me now.

What are the commands for Linux to check and see if my spam blocker is setup and running correctly?
Did you activate SpamAssassin on your server? If yes, make sure spamd is up and running.
 
SpamBlocker.exim.conf.2.1.1-release

I am not sure if the spam blocker is working though, some things are getting blocked but alot of other things are not... keep getting them in Outlook in my Junk Mail folder........ the server sound block them and outlook shouldnt need to download them
 
Did you activate SpamAssassin on your server? If yes, make sure spamd is up and running.
My recollection is that if SpamAssassin is activated in the exim.conf file and spamd isn't running all incoming email will be refused and exim will fault on delivery; no mail will be delivered.

Jeff
 
I updated it to number 3 but then I never got any mail so had to go back to number 2
 
Configure spamassassin to send all junk mails to "spam" folder. That way it wont get downloaded through outlook...and if any mistake is there, you can access webmail and bring back the legit ones to inbox.

It's configured on my box that way and yes, I get 15-20 mails sent to spam folder everyday automatically.
 
lunders, are you runnning Maildir (Dovecot) or mbox? SpamBlocker 3.1-beta will NOT deliver email if the server runs mbox. You can check your /var/log/exim/mainlog to see what's happening to the undelivered email.

Jeff
 
Back
Top