View Single Post
Old 04-11-2004, 11:29 PM   #15 (permalink)
Dragonlich
42, baby!
 
Dragonlich's Avatar
 
Location: The Netherlands
is spamassassin running at all?

what you could try is run "/etc/init.d/amavis debug" - that shows you what goes wrong with amavis. I think spamassassin also has such a feature. If it isn't running, it isn't filtering...

I had a similar problem before, where amavis wouldn't run, and my e-mails would be stuck in postfix' queue. I managed to solve it - it had something to do with a directory not being writable.

Something you also have to remember: every time you change amavis.conf, you have to run "/etc/init.d/amavis reload" to get the thing to see those changes. Sometimes you actually need to stop and start it again (similar command).

some tools to really simplify the testing process:
- <b>webmin</b> --- a web-based admin program for linux. Either apt-get it, or download the latest gzipped version. (Try google)
- <b>mailwasher</b> --- a windows anti-spam program, with useful feature that it shows you the messages on the server *without* downloading them, allowing you to see what's happening. Or try webmin's "read user mail"...

================

update for my own server: managed to set-up my first personal rules in spam-assassin, which should cut my spam levels a lot.
Dragonlich is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76