tons of spam?

truenegative

Verified User
Joined
Feb 16, 2006
Messages
152
Lately I've been receiving in one of my accounts TONS of spam. Then all of a sudden I start receiving spam with the header changed in my inbox. It doesn't go to the spam folder. I tried restarting exim, but it didn't seem to help. I need to try and solve my spam issue as I don't want other servers to whitelist mine.

Anything I can check? Or any good 3rd party apps to help get rid of spam?
 
Make sure you are not using a catchall and make sure you are using the RBL's.

I don't want other servers to whitelist mine.

What?
 
oops i meant blacklist...

I had to send an email recently to verizon because my server was on the list with them.

Anyways, I think I've figured it out somewhat. I have an email info at tmautofest.com and that forwards to my personal email. I'm getting tons of message rejected emails.

I think some spammers are using that email as a reply-to, so I get the rejection message. It's just as bad as spam. I had 30 of them in my inbox this morning. I think one way to do it is to delete the email account since that site is no longer being used.

Are there any other options?
 
So you have an email at tmautofest.com that is forwarding to your personal email, and this "personal email" is the one that's getting lots of spam, right?

You've narrowed down the cause of the spam to be the email at tmautofest.com.

So it seems to me you need to make sure anti-spam measures are set up for the email at tmautofest.com. Is this a domain you host on your DA server? Do you have spamassassin set up and turned on? Are you using RBL's?

Or if you really can't stand a whole 30 messages, why not stop forwarding and only check the email at tmautofest.com from time to time, keeping your personal inbox nice and clean?
 
hi,

i receive a lot of spam too and i would like to know some info:

- how disable for whole server and all customers catch-all
- how make eim delete frozen email automatically
- why exim put on frozen email directed to domain that i dont host and dont reject that?
- how they send email to yahoo.net and why my exim work on that O_O

Thanks a lot for help
 
- how disable for whole server and all customers catch-all
For some time now you've been able to turn of ability use catchall, but first you have to turn off catchall for each domain for which it's turned on.
- how make eim delete frozen email automatically
Exim does delete frozen email, but it takes a while. If you update to the latest beta version of SpamBlocker, version 3.1-beta, then you'll be able to see comments to help you figure it out; search the file for queue.
- why exim put on frozen email directed to domain that i dont host and dont reject that?
RFCs require you to accept email from null senders. You can find more information on other posts in these threads.
- how they send email to yahoo.net and why my exim work on that O_O
I'm not sure what you mean.

Jeff
 
Hi Jeff,

thanks a lot for your replyes.

Fo yahoo.net i mean this.

Im hosting domainA.com and no other domain.
On exim i see an email that have domainB.com as sender and yahoo.net as receiver...

I just dont understand why this happen if i dont host domainB.com and yahoo.net

Thanks
 
Sorry,

RFCs require you to accept email from null senders. You can find more information on other posts in these threads.

where in this thread? I didnt found any information about file to edit or command line ^^

Thanks again
 
I'm sorry if I wasn't clear; I didn't mean in this thread, but rather in other threads on these forums.

Can you post all the headers and log entries from one of those emails that doesn't appear to have anything to do with domains on your server?

Jeff
 
ive no more that email sorry, but i saw that one of my customers has a bug in him cms (PHP-Nuke on Search module).

Now i blocked him and that kind of emails are not arriving...

but.. example:

1JokAQ-0004Dd-Ns-H
mail 8 8
<>
1208977086 0
-ident mail
-received_protocol local
-body_linecount 133
-allow_unqualified_recipient
-allow_unqualified_sender
-frozen 1208977087
-localerror
XX
1
[email protected]

157P Received: from mail by Psycho.CrazyNetwork.it with local (Exim 4.63)
id 1JokAQ-0004Dd-Ns
for [email protected]; Wed, 23 Apr 2008 20:58:06 +0200
092 X-Failed-Recipients: [email protected],
[email protected]
029 Auto-Submitted: auto-replied
066F From: Mail Delivery System <[email protected]>
033T To: [email protected]
059 Subject: Mail delivery failed: returning message to sender
055I Message-Id: <[email protected]>
038 Date: Wed, 23 Apr 2008 20:58:06 +0200


This E-Mail result frozen and i think that if i dont delete it manually that will rest there forever... right?

Thanks for your support and sorry if my english is not so good
 
Frozen emails are deleted after a settable number of hours/days/minutes.

Search for the comments with the word queue in them in SpamBlocker version 3.1-beta to see the code.

Jeff
 
mmh but i dont use spamblocker, just spamassasin...

ive checked the exim.conf file and turnet the frozen email on delete after 2h but seem that dont work that option... any idea?
 
Back
Top