Box Trapper Icon Disappered

Sergejvo

Registered
Sep 13, 2006
1
0
151
Box Trapper Icon Disappeared-How do I get it back?

Learner Needs Help!!

cPanel Build: 10.9.0-STABLE 96

I was using the boxtrapper feature to see how it would work on stopping spam on a few of our user email accounts, (they were getting hit hard with spam even with spamassassin set at 4.9)

The next day the boxtrapper icon is gone...read the forums but I can't figure out how to get the icon back on the menu...looked eveyrwhere.

need help!
Thanks

:confused:
 
Last edited:

davemehta

Member
Jul 13, 2005
8
0
151
:confused: This happened to me as well. I think it is because I might have had the most current version (11.0.1) and then the techs changed it to the most stable version which I have now (10.9) but I am not sure. What version did boxtrapper start appearing in cPanel?

More importantly, now that the icon is gone I can't turn box trapper off! So I am losing many important emails... please help!!!
 

jsnape

Well-Known Member
Mar 11, 2002
174
0
316
Anyone find a fix for this? I have tried x skin and x2 skin and boxtrapper is gone from there.
Bout time boxtrapper was deleted... or was it?? Check tomorrow, the boxtrapper virii will be back on its own.

Boxtrapper needs to be removed from cpanel and made to not come back. It WILL get your mail server blacklisted AND might even generate a fine to be paid before getting delisted by this prick: .

http://www.google.com/search?sourceid=navclient&ie=UTF-8&rlz=1T4ADBR_enUS212US212&q=sorbs+fine

More information that took 2 seconds to find:

http://www.politechbot.com/p-04746.html
No, it's worse than that. The collateral damage from widely used C/R
systems, even with implementations that avoid the stupid bugs, will
destroy usable e-mail.

Challenge systems have effects a lot like spam. In both cases, if only a
few people use them they're annoying because they unfairly offload the
perpetrator's costs on other people, but in small quantities it's not a
big hassle to deal with. As the amount of each goes up, the hassle factor
rapidly escalates and it becomes harder and harder for everyone else to
use e-mail at all.

----------------
http://linuxmafia.com/faq/Mail/challenge-response.html

Challenge-Response Anti-Spam Systems Considered Harmful
You're probably receiving this because I've received a challenge-response (C-R) message from your mail system. If you're receiving this, that is....

Spam is a growing, heck, exploding problem. No doubt. Regardless, C-R is a flawed tactic, for the following reasons.

0. Weak, and trivially abused, verification basis.
Even where used, C-R systems are readily bypassed by spammers.

The 'FROM:' header of e-mail can be, and routinely is, spoofed. It offers no degree of authentication or evidence of identity.

C-R uses the "From:" header (with implementation-specific variations) as an authentication key. While a given key is going to have a relatively low likelihood of being cleared by a given user, there are keys that will have a high likelihood of being cleared. Off the top of my head, @microsoft.com, @aol.com, @ebay.com, @*.gov, and other major commercial, financial, and governmental institutions, would be likely to be cleared by a large number of users. Similar "social engineering" tactics are already used by spammers.

C-R moves you back to square one of the fact that SMTP can't provide authentication of e-mail headers. At the very least, contextual analysis of headers (as Alan admits) is necessary. If you're already taking this step, heuristic and Bayesian methods are a low-overhead next step, which have proven to be highly effective and accurate.

----------------------------