Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16
  1. #1
    Member
    Join Date
    Sep 2004
    Posts
    47

    Default SPF implementation

    Hello all

    I haven't really been able to get any info as to how to implement SPF for incoming mail. There is plenty of info as to how to set up your domain with an SPF record so that anybody using SPF for filtering will allow mail through from your domain.

    My provider (I have a dedicated server running WHM/cPanel) tells me that cPanel's version of Exim does not support SPF checking, but openspf.org says that Exim provides "native support" for SPF.

    I am tired of getting hundreds of spam emails that purport to be from myself. All of my clients are complaining about the same thing. The non-tech-savvy ones believe that somebody has hacked into their email accounts and is sending spam out using them.

    What steps should I go through to get SPF checking working fully on my server?

    Thanks

    Brian

  2. #2
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Lightbulb

    You should check what those accounts have unrouted mail set for in your cPanel. Should be:
    Current Setting: :fail: no such address here

    As for SPF, Look for a new icon in cPanel called Email authentication. A few clicks and its done. This is working as expected so far here with no complaints from users who have set it.

  3. #3
    Member
    Join Date
    Sep 2004
    Posts
    47

    Default

    Quote Originally Posted by Infopro View Post
    You should check what those accounts have unrouted mail set for in your cPanel. Should be:
    Current Setting: :fail: no such address here

    As for SPF, Look for a new icon in cPanel called Email authentication. A few clicks and its done. This is working as expected so far here with no complaints from users who have set it.
    Hello?

    Is this thing on?

  4. #4
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by bpmod View Post
    Hello?

    Is this thing on?
    Can you be more specific? Do you think your server is not properly analyzing SPF records before accepting mail?

  5. #5
    Member
    Join Date
    Sep 2004
    Posts
    47

    Default

    I am sorry. I thought I had been very specific.

    There is no checking of SPF on any incoming mail (except a cursory check by SpamAssassin which has no effect whatsoever) on the server. I have not been able to find anything at all on openspf's website, exim's website or cPanel's website as to how to set up this checking. Everything I have read (including what is available under "email authentication" in cPanel) is for publishing SPF records, which I have done.

    Is this more clear?

    Thanks

    Brian

  6. #6
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,788
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by bpmod View Post
    I am sorry. I thought I had been very specific.

    There is no checking of SPF on any incoming mail (except a cursory check by SpamAssassin which has no effect whatsoever) on the server. I have not been able to find anything at all on openspf's website, exim's website or cPanel's website as to how to set up this checking. Everything I have read (including what is available under "email authentication" in cPanel) is for publishing SPF records, which I have done.

    Is this more clear?

    Thanks

    Brian
    We don't have full support for SPF lookups on incoming mail. Support for that is currently in beta-testing.

  7. #7
    Member
    Join Date
    Mar 2006
    Location
    Brno, Czech Republic
    Posts
    510

    Default

    just the kind of news i was looking for
    Not everything that is counted counts and not everything that counts can be counted

  8. #8
    Member
    Join Date
    Jun 2003
    Location
    Belgium
    Posts
    174

    Default

    Quote Originally Posted by cpanelkenneth View Post
    We don't have full support for SPF lookups on incoming mail. Support for that is currently in beta-testing.
    Is this still in beta-testing or is there already a way to enable this server wide?

  9. #9
    Member
    Join Date
    Nov 2006
    Location
    GB
    Posts
    44

    Default

    I use a shared hosting system on cPanel version 11.18.6-RELEASE, and it appears to have the SPF & DomainKeys options available - though it does give what another thread described as incorrect error messages.

    Can you give us any idea of when the support will be in the RELEASE version, as I have many users with SPAM problems.

    TIA
    --
    Wemail ServerAdmin
    (GB)

  10. #10
    Member
    Join Date
    Sep 2004
    Posts
    47

    Default

    Quote Originally Posted by cpanelkenneth View Post
    We don't have full support for SPF lookups on incoming mail. Support for that is currently in beta-testing.
    Any word as to when we can expect to see this?

    Thanks

    Brian

  11. #11
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,788
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    The Exim 4.69-5 RPM supports SPF and DomainKeys checks on incoming mail at SMTP time. This RPM is in EDGE at this time, but will make it's way to the other branches barring issues.

  12. #12
    Member
    Join Date
    Nov 2006
    Location
    GB
    Posts
    44

    Default

    We would be reluctant to activate SPF checking unless SRS is also available, as SPF alone will "break" forwarding, which is an essential part of our site.

    When SPF is fully available, will SRS be ready to activate too?
    --
    Wemail ServerAdmin
    (GB)

  13. #13
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,788
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by wemail View Post
    We would be reluctant to activate SPF checking unless SRS is also available, as SPF alone will "break" forwarding, which is an essential part of our site.

    When SPF is fully available, will SRS be ready to activate too?

    SRS functionality is present in the Exim 4.69-5 RPM but is unsupported by cPanel. You will need to perform all the configuration manually.

  14. #14
    Member
    Join Date
    Nov 2006
    Location
    GB
    Posts
    44

    Question

    Quote Originally Posted by cpanelkenneth View Post
    SRS functionality is present in the Exim 4.69-5 RPM but is unsupported by cPanel. You will need to perform all the configuration manually.
    Can you please supply any link to appropriate configuration guidance?

    The auto-update upgraded us to cPanel 11.23.1-R24893 just now. This has Exim 4.68-1 and the config options offer "Blacklist: SPF Checking (Reject mail at SMTP time if the sender fails SPF checks)".

    Does your above reply mean that we still have to wait for 4.69-5 to be able to use SPF+SRS?

    Thanks
    --
    Wemail ServerAdmin
    (GB)

  15. #15
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,788
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by wemail View Post
    Can you please supply any link to appropriate configuration guidance?

    The auto-update upgraded us to cPanel 11.23.1-R24893 just now. This has Exim 4.68-1 and the config options offer "Blacklist: SPF Checking (Reject mail at SMTP time if the sender fails SPF checks)".

    Does your above reply mean that we still have to wait for 4.69-5 to be able to use SPF+SRS?

    Thanks
    This might be a way to start:

    http://wiki.exim.org/SRS


    The Exim 4.69-5 RPM is in EDGE and CURRENT. Once it is pushed to RELEASE, then your will have functionality for both SRS and SPF in the Exim binary.

    If you tick the SPF checkbox w/o having that version of Exim, then SpamAssassin is used to perform the lookup.

Similar Threads & Tags
Similar threads

  1. IPv6 Implementation Update
    By cPanelDavidG in forum cPanel Announcements
    Replies: 0
    Last Post: 03-02-2011, 03:50 PM
  2. RBL implementation
    By big_bull in forum E-mail Discussions
    Replies: 1
    Last Post: 11-28-2009, 06:50 PM
  3. Replies: 0
    Last Post: 10-02-2009, 02:47 AM
  4. % of false positives for default spamassassin implementation?
    By spaceman in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-01-2006, 05:49 AM
  5. Newbie Cpanel implementation
    By phifou in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 01-07-2002, 11:14 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube