Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Member
    Join Date
    Apr 2005
    Posts
    246

    Default Too many phishing emails with MY email address: Exim question

    Hi. I am getting a lot of emails from my own email address. If I look at the headers, it's clear it's not being sent from my server, but the "From" is fakely specified as mine.

    Which rule in Exim's given cpanel config should I use to block this junk? I remember having an ACL in my older Exim file, but had to recently reset all the config to default after an update. Ideally I'd like to leave the ACL as it is, but i am hoping that there is some rule I can enable.

    I tried "Sender Verification Callout" but that doesn't help, because it would connect to my server and find the right email address, because the fake "from" is in fact a valid sender on my server.

    I also thought about "Require incoming SMTP connections to send a HELO that does not match this server's local domains." but this wouldn't work either, because the SMTP connection to this phisher's actual server would return a HELO that is different from mine.

    Anything I'm missing?

    Thanks!

  2. #2
    BANNED
    Join Date
    Jun 2005
    Location
    Wild Wild West
    Posts
    2,025

    Default

    Setting up SPF verification should help with that

  3. #3
    Member
    Join Date
    Apr 2005
    Posts
    246

    Default

    Thanks, but isn't SPF checking a bit dicey given that many domains may not have set SPFs yet?

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge AndyReed's Avatar
    Join Date
    May 2004
    Location
    Minneapolis, MN
    Posts
    2,223

    Default

    Quote Originally Posted by erick_paper View Post
    Hi. I am getting a lot of emails from my own email address. If I look at the headers, it's clear it's not being sent from my server, but the "From" is fakely specified as mine.
    This is Backscatter: http://en.wikipedia.org/wiki/Backscatter_(e-mail)
    Andy Reed
    RHCE and CCNA
    ServerTune.com

  5. #5
    Member
    Join Date
    Nov 2008
    Posts
    13

    Default Spf

    Unfortunately, if your not using SPF checking your going to have this type of open relay. Utilize SPF checking, otherwise eventually you will be blacklisted too, so either way your mail won't go through. Been there done that, add SPF and Domain Keys to each domain. It's simple and you can add it in right through your user level CPANEL. Under Mail->Email Authentication

    I'd also suggest firewalling up, that way you can take care of these nasty mail relayers.

  6. #6
    Member
    Join Date
    Apr 2005
    Posts
    246

    Default

    SPF is already enabled for all my domains.

    I have now enabled SPF checking in WHM as well.

    Still no help. Still getting crap emails with fake headers.

    I used to have some ACL rule from years ago which took care of this, I think. Recently I had to "Reset all ACLs" in Exim in WHM before Cpanel's update could go through. So of course I have lost my older ACL. So what's the improvement from Cpanel? Where can I enable the blocking of fake FROM headers?

  7. #7
    Member
    Join Date
    Apr 2005
    Posts
    246

    Default

    Quote Originally Posted by erick_paper View Post
    SPF is already enabled for all my domains.

    I have now enabled SPF checking in WHM as well.

    Still no help. Still getting crap emails with fake headers.

    I used to have some ACL rule from years ago which took care of this, I think. Recently I had to "Reset all ACLs" in Exim in WHM before Cpanel's update could go through. So of course I have lost my older ACL. So what's the improvement from Cpanel? Where can I enable the blocking of fake FROM headers?
    More specifically, I would like to enable some of the ACL rules from this old Chirpy thread:

    http://forums.cpanel.net/f21/how-spa...sin-31530.html

    But I'm worried that the new Exim 4 won't croak under these rules? The section in the config file now does say something like:

    Code:
    ########################################################################################
    # DO NOT ALTER THIS BLOCK
    ########################################################################################
    #
    # cPanel Default ACL Template Version: 5.9
    # Template: mailman2.exiscan.dist
    #
    ########################################################################################
    # DO NOT ALTER THIS BLOCK
    ########################################################################################
    Thanks for any thoughts!

  8. #8
    Member
    Join Date
    Apr 2005
    Posts
    246

    Default

    Anyone? Any thoughts?

    Could I put this block in Exim 4's ACL rules:

    Code:
      #---------------------------------------------------------------------
      # BE POLITE AND SAY HELO. REJECT ANYTHING FROM HOSTS THAT HAVN'T GIVEN
      # A VALID HELO/EHLO TO US.
      #---------------------------------------------------------------------
      deny 
        message = Bad HELO: Empty HELO, Polite hosts say HELO first. Please see RFC 2821 section 4.1.1.1.
        condition = ${if eq{$sender_helo_name}{}{yes}{no}}
      
      #---------------------------------------------------------------------
      # FORGED HOSTNAME -HELOS AS ONE OF MY OWN IPS
      # FORGED HELO (OUR IP/HOSTNAME)
      #---------------------------------------------------------------------
      deny message = Forged HELO: You are not $sender_helo_name as you claim. You are not allowed to use it in HELO/EHLO as per RFC Standards.
       !hosts = @[]
       !hosts = +relay_domains
       !authenticated = *
       condition = ${if eq{$sender_helo_name}{$interface_address}{yes}{no}}

Similar Threads & Tags
Similar threads

  1. How do you discard emails sent to other email address's please ?
    By _Chris_ in forum cPanel and WHM Discussions
    Replies: 12
    Last Post: 04-24-2008, 02:47 PM
  2. getting emails from random email address which are fack
    By logikstudios in forum E-mail Discussions
    Replies: 1
    Last Post: 08-18-2007, 02:52 AM
  3. How to ban sending/receiving emails from an email address?
    By SuperBaby in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 06-24-2007, 04:28 PM
  4. Email return with various address emails
    By bdc in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 10-29-2005, 12:42 PM
  5. Email Address Black Listed By Exim?
    By bmcpanel in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 08-17-2002, 07:43 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube