- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- spam control
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 09:20 PM
04-17-2006 09:20 PM
spam control
Thanx
best regards RavI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 10:03 PM
04-17-2006 10:03 PM
Re: spam control
chkconfig spamassassin on
service spamassassin on
There are a number of ways of hardening sendmail spam protection at http://www.sendmail.org
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 01:05 AM
04-18-2006 01:05 AM
Re: spam control
http://www-128.ibm.com/developerworks/linux/library/l-spamf.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 07:15 AM
04-18-2006 07:15 AM
Re: spam control
Greylisting works by putting the triplet
of sending IP, sending user, and destination
user on a list. Email won't be accepted
from the triplet until a timeout has expired
(say for the first hour). After that email
will be accepted if it is retried withing
a second timeout (say 8 hours). Once email
is accepted the address remains on a white
list for a certain number of days after the
last triplet was last seen (say two months).
Proper email servers will retry and the mail should be delivered with the two timeouts.
Once the triplet is whitelisted there is
no delay.
If the spam is coming from a spambot, then
the spambot will fail on the first attempt.
As they never retry you will have knocked
off a large (I get 90%+) of your spam.
The greylist delay also gives the various
spam traps time to identify the spammers
so you can identify them quicker.
There are a number of services which run
spam traps publish lists of IP addresses
from which spam is originating. Policies
vary so you will want to choose carefully.
Another check is sender policy framework.
This is based on a DNS txt record which
identifies valid sending servers for a
domain. Any e-mail which fails this is
most likely spam. However, some spammers
follow correct SPF policy. Unfortuneately
for them this makes them much easier to
track down.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 02:56 PM
04-18-2006 02:56 PM