- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Skatter load email spam
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
02-11-2004 04:53 PM
02-11-2004 04:53 PM
Now I'm starting to get "email rejected" emails from upstream email servers indicating that emails from these non-existant users was rejected due to various things, among them "file size overflow" etc.
So now the puzzle is:
How does a none user get email relayed when I have relay turned off for anybody who is not a valid user from the local net.
I have set up a virual user named Trash; I have made aliases for each of the email attempts I see coming in directing them to the valid user "trash". Question: Is it better to collect the trash this way or is it better to simply let the "User Unknown" reject happen ???
Thanks for any thoughts or experience !!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 05:14 PM
02-11-2004 05:14 PM
SolutionTo do this you cut down aliases to the bare minimum you need to run your system/domain whatever it is you are doing.
I still get rejects on steven.protter@investmenttool.com in my logs a year after turning it off. It gives me warm feeling inside.
I have an account called spam.
I forward all spam to it and use the scripts I gave you in your other thread to process every IP address in the spam account into access database so they can't email any more.
I'm attaching a copy of the script again.
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
02-12-2004 01:33 AM
02-12-2004 01:33 AM
Re: Skatter load email spam
Now I'm pondering whether I should collect the spam addressed to non users or reject it as user unknown. If someone were fishing for valid users they could use the user-unknown rejects to polish their list until it contained only valid users.
But after rejecting unknown users for about a week, I didn't see any change in the user-names they tried. Same names; same sequence.
I'll keep working on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 01:42 AM
02-12-2004 01:42 AM
Re: Skatter load email spam
But next time ? The less information you give back, the better.
AFAIK
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 04:34 AM
02-12-2004 04:34 AM
Re: Skatter load email spam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 04:49 AM
02-12-2004 04:49 AM
Re: Skatter load email spam
with proper entries in:
/etc/aliases
/etc/mail/genericstable # no @domainname
/etc/mail/virtusertable # no @domainname
This should be automatic.
Still btw working on the aol problem. I have a whitelist script that detects port 25 violations and puts the user on temporary hold while I research whether or not they should go on the permanent hold list.
I'll post that system up when its ready, though it requires enhanced iptables firewall logging.
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
02-13-2004 02:50 PM
02-13-2004 02:50 PM
Re: Skatter load email spam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:49 PM
02-13-2004 03:49 PM
Re: Skatter load email spam
So far the make went well.
Thanks !!