Results 1 to 6 of 6
Hey sendmail admins. I need a suggestion on what to do with the root account. I am getting spammed hard on the root account. It is hard to defend this ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-21-2006 #1
Root on Sendmail
Hey sendmail admins. I need a suggestion on what to do with the root account. I am getting spammed hard on the root account. It is hard to defend this because once they figure out it is a Linux server then they know there is a root account. I get so many spams it is hard to pick out the logwatch mails.
What do you do?
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 08-21-2006 #2
Install a spam filter
I use Spambayes
but theres also the other favorite
Spamassassin
then dont forget you'll need a mail sorter I use procmail
Hope that help.
Or make alias then your root won't be getting the mail
- 08-22-2006 #3
I do use spamassassin, but it isn't enough. How would the alias work the same mail would now come to an alias account right?
I was hoping I could filter by subject to the root account that would only accept email with a certain subject line. Is there any way to do that in sendmail?
Then have all other email /nullSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 08-23-2006 #4
The way I do it is to use real time black lists - this is a bit severe though. You could always remove (or rename) the root account and let em all bounce.
Linux user #126863 - see http://linuxcounter.net/
- 08-24-2006 #5Can you explain more on this? How do I set this up?
Originally Posted by Roxoff Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 08-25-2006 #6
Yeah, I added these lines to my M4 config file for sendmail:
There are other real-time black hole references you could use, too.Code:FEATURE(`blacklist_recipients')dnl FEATURE(dnsbl,`cbl.abuseat.org',` Mail from $&(client_addr) rejected: see http://cbl.abuseat.org')dnl FEATURE(dnsbl,`relays.mail-abuse.org',` Mail from $&(client_addr) rejected; see http://www.mail-abuse.org/rss/')dnl
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
