• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • Alt-N Technologies DKIM Project
  • Patches

My patch ...

Status: Inactive
Brought to you by: arvelh, jonmerkel, stevebard
  • Summary
  • Files
  • Reviews
  • Support
  • Tickets ▾
    • Bugs
    • Patches
  • Discussion
  • Code
  • Mailing Lists
Menu ▾ ▴
  • Create Ticket
  • View Stats

Group

Searches

  • Changes
  • Closed Tickets
  • Open Tickets

Help

  • Formatting Help

#3 My patch ...

open
nobody
None
5
2009-03-02
2009-03-02
Anonymous
No

To begin, please scuse my english, i'm french and i'm bad in english !!!
I use libdkim to implement DKIM signing and verifying into qmail.
I developed some additionnal features :
- Replacement of SSP by ADSP
- I use a special library for DKIM verification with SHA256. ( I've got openssl 0.97 and SHA256 is not implemented. I can't upgrade to 0.98).
- SHA256 is disable for DKIM signing
- Modification of the Makefile
- New options for libdkimtest :
- You can write the DKIM verification return in a file. The return are email headers like : "dkim: pass", "dkim: none", ... . If you enable ADSP, you have a special return in the same file like : "dkim-adsp: discard", "dkim-adsp: pass", ...
- You can enable/disable ADSP verification
- If there is a multiple signature, you can choose a strict policy, or a less strict

DKIM into qmail works like this :
Signature :
- I write the mail in a temp file
- I give the temp file path name to libdkimtest
- Libdkimtest compute the signature and add it to the mail
- I send the signed mail to the remote host
Verification :
- I write the remote mail in a temp file
- I give the temp file path name to libdkimtest
- libdkimtest verifyes the mail, and write the return values (DKIM and ADSP) in a second temp file
- Qmail send this return value and the remote mail to spamassassin
- Spamassassin get the return values scores in his new rules

If this patch interest you, enjoy !!!
If you've got some problems contact me : luc.pallavidino@gmail.com

Good bye.

Discussion

  • Nobody/Anonymous

    Nobody/Anonymous - 2009-03-02
     
    patch_libdkim_altN.patch
    If you would like to refer to this comment somewhere else in this project, copy and paste the following link:

Log in to post a comment.

SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    225 Broadway Suite 1600
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2025 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.