Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 24
  1. #1
    Member
    Join Date
    Mar 2004
    Posts
    70

    Wink integration of SPF checking with exim?

    integration of SPF checking with cpanel's exim?

    anyone smart managed to do this and want to share knowledge how to do this?


    other issue:
    spf checking sould be excluded when email is recived from dns clustered server (db file for domain exists in /var/named/) - thats because you dont want to emails from your others servers to be refused with forwarders....

  2. #2
    Member casey's Avatar
    Join Date
    Jan 2003
    Location
    If there is trouble, it will find me
    Posts
    2,336

  3. #3
    Member
    Join Date
    Mar 2004
    Posts
    70

    Default

    I see none. I'm not talking about stupid threats about how to insert txt -spf records into dns. But perhaps I missed some valuable thread...
    I'm talking about how to integrate spf record checking in exim

  4. #4
    Member casey's Avatar
    Join Date
    Jan 2003
    Location
    If there is trouble, it will find me
    Posts
    2,336

    Default

    Ah, you want to check SPF records yourself. Sorry, misunderstood.
    Try this one then:
    http://www.tldp.org/HOWTO/Spam-Filte.../exim-spf.html

  5. #5
    Member
    Join Date
    Mar 2004
    Posts
    70

    Default

    right. too bad that cpanel is using exim 4.44 that dont have integrated exiscan yet (from version 4.50) so without serious changes you cant add spf checks to it (I'm not at that level of knowledge yet with exim). and thats why I asked if someone managed to do it, and how. I'm not asking for google asistance really.

    half of popular mailservers in my country already implements spf checking, and so not accepting any forwarded mail . So I dont see reason why I should not take advantage of almost no-spam (with exceptions for virus infected users computers) offered by spf records
    Last edited by naox; 05-22-2005 at 10:04 AM.

  6. #6
    Member casey's Avatar
    Join Date
    Jan 2003
    Location
    If there is trouble, it will find me
    Posts
    2,336

    Default

    Quote Originally Posted by naox
    right. too bad that cpanel is using exim 4.44 that dont have integrated exiscan yet (from version 4.50) so without serious changes you cant add spf checks to it (I'm not at that level of knowledge yet with exim). and thats why I asked if someone managed to do it, and how. I'm not asking for google asistance really.

    half of popular mailservers in my country already implements spf checking, and so not accepting any forwarded mail . So I dont see reason why I should not take advantage of almost no-spam (with exceptions for virus infected users computers) offered by spf records
    Hmm. My exim is 4.50 with exiscan integrated...

  7. #7
    Member
    Join Date
    Mar 2004
    Posts
    70

    Default

    oh. I use stable build and this one have exim-4.43-40. But it is good to know that in near future it will be easy to implement spf checking, because exiscan allready got it (without taking end action - blocking email). thanks

  8. #8
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Then you're running an old version of exim, that latest support version in STABLE is build v4.50 #1, try:

    /scripts/updatenow
    /scripts/eximup
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  9. #9
    Member
    Join Date
    Apr 2003
    Location
    Lewisville, Tx
    Posts
    968

    Default

    Aren't there some negative effects of implementing SPF?
    Kris
    NCServ, LLC.
    WebHosting - Dedicated Servers - Colocation
    sales@ncerv.com

  10. #10
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Yes, plenty and it will do next to nothing to prevent spam, just "joe-jobs"
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  11. #11
    Member
    Join Date
    Mar 2004
    Posts
    70

    Default

    Quote Originally Posted by kris1351
    Aren't there some negative effects of implementing SPF?

    your mailserver wont accept forwarded emails anymore, from any server. That would be all...

  12. #12
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    That's my favourite feature of SPF and why, for me, it's dead in the water
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  13. #13
    Member
    Join Date
    Mar 2004
    Posts
    70

    Default

    I dont know.
    Much spam originates from other mailservers than it sould as for given sender email (email 'spoofed').

    Besides if reciving an email from server that posted SPF records, and your server chcecks it.. then you can be 99% sure that it originates from that email adres as pased in email (1% for open mail servers like smtp without auth, or open php, cgi mailers)


    And if everyserver would publish its spf, then you could disable reciving emails without spf's - and that would make finally impossible for ppl with dyn ip to send emails - because they cant change dns records under their reverse dns hm - but thats daydream


    anyway yeah... spf's wont stop spam, but it can make you more sure about author of email you're reading...

  14. #14
    Member
    Join Date
    Mar 2004
    Posts
    70

    Default

    Quote Originally Posted by casey
    Ah, you want to check SPF records yourself. Sorry, misunderstood.
    Try this one then:
    http://www.tldp.org/HOWTO/Spam-Filte.../exim-spf.html

    Code:
    Starting exim: 2005-05-25 21:57:54 Exim configuration error in line 250 of /etc/
    exim.conf:
      error in ACL: unknown ACL condition/modifier in "spf         = fail"
                                                               [FAILED]
    Starting exim-smtps: 2005-05-25 21:57:54 Exim configuration error in line 250 of
     /etc/exim.conf:
      error in ACL: unknown ACL condition/modifier in "spf         = fail"
    I dont think cpanels exim have spf checks integrated really
    (I'm using now Exim version 4.50 #1 built 24-Mar-2005 15:00:31)

    back to square one. Did anyone managed to integrate spf checks with cpanel exim?
    Last edited by naox; 05-25-2005 at 04:01 PM.

  15. #15
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Not sure I understand your post. Did you actually add the SPF ACL that is required? You'll obviously need to add that before it will work, which it ought to if you're running exim v4.50
    http://spf.pobox.com/exim4.spf.acl-2.09.txt

    Bear in mind that you won't get support from cPanel for that as it's not part of their standard exim configuration.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

Similar Threads & Tags
Similar threads

  1. Question regarding Blacklist: SPF Checking option
    By wickedmx in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 06-30-2011, 07:46 AM
  2. ClamAV only for file checking - not exim
    By santrix in forum E-mail Discussions
    Replies: 3
    Last Post: 09-04-2009, 12:49 PM
  3. Enabling SPF Checking
    By mixx941 in forum E-mail Discussions
    Replies: 19
    Last Post: 07-08-2008, 01:45 PM
  4. checking exim under another user
    By DigiCrime in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 08-01-2006, 11:52 PM
  5. Exim and SPF
    By SubZero in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 08-04-2005, 12:37 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube