Forums & Blog

A SmarterTools-sponsored community.
Welcome to Forums & Blog Sign in | Join | Help
in Search

DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.3]

Last post 12-30-2008 4:35 AM by dev_shah. 151 replies.
Page 8 of 11 (152 items) « First ... < Previous 6 7 8 9 10 Next > ... Last »
Sort Posts: Previous Next
  • 02-22-2008 9:02 PM In reply to

    Re: DKeyEvent SM 0.3.2

    Passing DomainKey authentication and SPAM filtering are two entirely different creatures. You will have to conform to all of Yahoo's rules and regulations on SPAM in order to get this worked out. You could need a RDNS entry and/or an SPF record, you may be labeled as a SPAM server, or you may simply have a shared mail server, etc. You could submit a whitelist request from Yahoo but good luck with that.

    I first noticed my troubles when one of my client's domains had several forwards to their accounts at Yahoo. The issue was that they had TONS of SPAM being forwarded to their Yahoo accounts. Yahoo thought my server was the origin of the SPAM, even though it was simply forwarding, and labeled me as a SPAM server. Needless to say most of my mail is delivered to the SPAM folder on Yahoo.

    Rob

  • 02-22-2008 11:32 PM In reply to

    Re: DKeyEvent SM 0.3.2

    Ugh. We have both RDNS and SPF (and have for years). So annoying.

    I've tried to get us whitelisted before but was told that "our messages are being delivered to the proper folder [spam] as indicated by Yahoo! users" which is ridiculous since even on MY test account at Yahoo! messages get delivered to the spam folder.

  • 02-23-2008 9:23 AM In reply to

    Re: DKeyEvent SM 0.3.2

    It is suggested that you use some strict opt-in/out process for your mailing lists. You may even want to add something like "Please do not mark this message as SPAM. If you wish to remove yourself from our maling list please click here."

    When enough Yahoo users mark your messages as spam you are considered a source of spam and you will be filtered out. I know it sucks but they are overly strict on this stuff. Personally it wouldn't hurt my feelings if Yahoo mail crashed and burned for good.

  • 03-10-2008 9:11 AM In reply to

    • hytekmfg
    • Not Ranked
    • Joined on 09-25-2006
    • Chicago
    • Posts 8

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    I have to be honest:  reading this entire thread makes me not even want to TRY to install this plugin and implement DomainKeys/DKIM!!!  I'm leaning towards the suggestion of a few posters and just banning Yahoo email users!!!

    I have a simple question for now.  I've downloaded the help file from the first post in the thread:

     "- After installation, make sure you take a look at the documentation, as it contains important information on how to configure DKeyEvent"

    But I cannot view any of the pages in listed in the index of the help file.  Is anyone else having this issue?  Is there another version of the Help File for this plugin somewhere?

    Thanks,

     Derrick

  • 03-10-2008 9:41 AM In reply to

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    hytekmfg:
    I've downloaded the help file from the first post in the thread ... But I cannot view any of the pages in listed in the index of the help file.
     

     

    Make sure you're not trying to view the file over a network share (or from the site directly); the CHM viewer apparently doesn't like that. Save the file and open it from your HDD. If that fails, try on another computer. 

    SmarterMail extensions:
    DKeyEvent SM - DomainKeys/DKIM
    SAVASM - SpamAssassin Virtual Appliance
  • 03-17-2008 12:05 PM In reply to

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

     I am looking at putting this on a SM 4 server I run that has 244 domains on it, would I have to create 244 entries in DNS and inside the DKeyEvent application for the messages to be signed properly?

  • 03-17-2008 12:22 PM In reply to

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    Yes, Sir!

  • 04-01-2008 3:44 PM In reply to

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    If I wanted to use DomainKeys as a spam filter for incoming mail, could I do this after setting up DKeyEvent and then adding a Custom Header or does the spam check happen first? If I can use SM's Custom Header spam filter, what would I put as the values? I don't understand the syntax.. i.e.:

    DomainKeys-Signature

    pass

    -10

     Or does the value need to be different to match passed emails?

     

    Thanks,

    Colin 

  • 04-01-2008 5:54 PM In reply to

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    if you are also in control of the DNS server, and that server is a Microsoft server, you can script that domain key creation record rather easily. It might take a while to get the syntax of the commands correct, but after that, a nice FOR /F statement in a batch file should take care of it.

    - t

    professional Uber Geek and proud owner/user of SmarterTools products
    dnsplus.net, chicago
  • 04-01-2008 10:55 PM In reply to

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    eliteii92g:
    If I wanted to use DomainKeys as a spam filter for incoming mail, could I do this after setting up DKeyEvent and then adding a Custom Header or does the spam check happen first? If I can use SM's Custom Header spam filter, what would I put as the values? I don't understand the syntax..
     

    A basic authentication header looks something like:

    Authentication-Results: YOURSERVER from=someone@some.tld; domainkeys=pass

    So when setting up filters, you're looking for the 'Authentication-Results' header (and not 'DomainKeys-Signature').

    SmarterMail extensions:
    DKeyEvent SM - DomainKeys/DKIM
    SAVASM - SpamAssassin Virtual Appliance
  • 04-11-2008 8:09 AM In reply to

    • Sorge
    • Not Ranked
    • Joined on 03-24-2008
    • Posts 5

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    Hi there,

    Just to ask I've tried the DKeyEvent 'tool' and all seems well but whilst using your suggested test email address' the 'exhalus.net' response is 'pass' for both DomainKey and DKIM, but the 'sendmail.net' response says DomainKeys are 'Good', but DKIM result is 'Bad'.

     Could it be as sendmail reply suggests below:

    (Please note that the DKIM filter signing this reply message conforms to the latest IETF draft version, and thus may not be successfully verified by older implementations.)

     

    Is it my possible setup or is the latest version 0.3.2 achieving what this 'test' site requires please?

     

    Many Thanks.

  • 04-11-2008 8:45 AM In reply to

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    Sorge:
    the 'sendmail.net' response says DomainKeys are 'Good', but DKIM result is 'Bad'.
     

    You should take a look at the attached message; the headers of that message will normally give more information on the reason why a signature failed verification. You should also try some of the other verifiers (check-auth at verifier.port25.com and dkim-test at altn.com).

    SmarterMail extensions:
    DKeyEvent SM - DomainKeys/DKIM
    SAVASM - SpamAssassin Virtual Appliance
  • 04-11-2008 12:26 PM In reply to

    • Sorge
    • Not Ranked
    • Joined on 03-24-2008
    • Posts 5

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    Thanks for the prompt reply:

    I assume you're talking about the message sent by myself and returned with the test results from 'sendmail.net'

    If so the header of the message says as below:

     dkim=permerror (verification error: missing parameter(s) in policy data)

    I've also tried all your other 'test' send suggestions (port25, exhalus, altn) and all three return a 'pass' for DKIM, the only 'signature confirmed BAD' is from sendmail.net test as above.

    So am I doing something wrong or as I'd asked earlier is sendmail testing for a newer version requirement?

    Many Thanks

  • 04-11-2008 12:45 PM In reply to

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    Sorge:
    dkim=permerror (verification error: missing parameter(s) in policy data)

    So am I doing something wrong or as I'd asked earlier is sendmail testing for a newer version requirement?

     

     

    There is no newer version. The error message indicates that there is a problem with your policy; revising or removing your policy record should resolve the issue.

     

    SmarterMail extensions:
    DKeyEvent SM - DomainKeys/DKIM
    SAVASM - SpamAssassin Virtual Appliance
  • 04-12-2008 1:58 AM In reply to

    • Sorge
    • Not Ranked
    • Joined on 03-24-2008
    • Posts 5

    Re: DKeyEvent SM - DomainKeys/DKIM plugin [v 0.3.2]

    someone_else:
    The error message indicates that there is a problem with your policy; revising or removing your policy record should resolve the issue.

     

    Last hope!

    Many thanks for your previous replies although I’m still not able to get past this issue with ‘sendmail.net’ and its ‘BAD’ response when testing DKIM. As said previously it took just minutes to set up the Domainkey and all is fine there

    Could you please answer this question?

    Q:       Why does only Sendmail fail my DKIM tests when elandsys, dkim, exhalus, altn, port25 all say my settings PASS!

    Previously I had no DKIM policy in DNS, I have now as you suggested (via the headers) it was failing on ‘policy data’ put a TXT record in and an asp and ssp record also, it still though fails the ‘sendmail.net’ test:

     

    After many tests and changes etc I'm starting to think there may be problems at the reflector of sendmail and not my own settings.

     

    Could you (or anyone else who knows their settings are ok) try out 'sendmail' and verify if it works for your own settings please.

        

    Many thanks once more

     

Page 8 of 11 (152 items) « First ... < Previous 6 7 8 9 10 Next > ... Last »