Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: dev

[Bug 376] Support for DKIM

 

 

exim dev RSS feed   Index | Next | Previous | View Threaded


reply-2009 at mgn

Jun 1, 2009, 9:58 AM

Post #1 of 11 (1626 views)
Permalink
[Bug 376] Support for DKIM

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376




--- Comment #14 from Martin Nicholas <reply-2009[at]mgn.org.uk> 2009-06-01 17:58:07 ---
I note that the Yahoo FBL (Feedback Loop) now requires DKIM/Domain Keys, so the
need for an implementation becomes ever more pressing.

Cheers!


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


peter at bowyer

Jun 2, 2009, 1:08 AM

Post #2 of 11 (1542 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

Peter Bowyer <peter[at]bowyer.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |peter[at]bowyer.org




--- Comment #15 from Peter Bowyer <peter[at]bowyer.org> 2009-06-02 09:08:50 ---
(In reply to comment #14)
> I note that the Yahoo FBL (Feedback Loop) now requires DKIM/Domain Keys, so the
> need for an implementation becomes ever more pressing.
> Cheers!

Please define 'DKIM/Domain Keys' - they are different (although related)
things. Exim's support for Domain Keys works fine and has done for a long time.
It's DKIM support that's being worked on.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


reply-2009 at mgn

Jun 2, 2009, 1:42 AM

Post #3 of 11 (1528 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376




--- Comment #16 from Martin Nicholas <reply-2009[at]mgn.org.uk> 2009-06-02 09:42:59 ---
(In reply to comment #15)
>
> Please define 'DKIM/Domain Keys' - they are different (although related)
> things. Exim's support for Domain Keys works fine and has done for a long time.
> It's DKIM support that's being worked on.
>

It's either/or see:
http://help.yahoo.com/l/us/yahoo/mail/postmaster/feedback/mltapdkim.html

Also:
http://feedbackloop.yahoo.net/

There are other ISPs using Return Path FBL technology. I just can't find the
list at the moment!


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


tom at duncanthrax

Jun 3, 2009, 4:20 AM

Post #4 of 11 (1531 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376




--- Comment #17 from Tom Kistner <tom[at]duncanthrax.net> 2009-06-03 12:20:16 ---
I can only work on it every odd hour in every second week, but we're getting
there.

http://git.infradead.org/exim-src.git?a=shortlog;h=refs/heads/DEVEL_PDKIM

Not much left to do, the most time-consuming thing is to document it ...


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


tom at duncanthrax

Jun 10, 2009, 1:34 AM

Post #5 of 11 (1485 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

Tom Kistner <tom[at]duncanthrax.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED




--- Comment #18 from Tom Kistner <tom[at]duncanthrax.net> 2009-06-10 09:34:53 ---
Native DKIM support is now in CVS, it should appear with 4.70 soon.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


tom at duncanthrax

Jun 10, 2009, 1:35 AM

Post #6 of 11 (1485 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

Tom Kistner <tom[at]duncanthrax.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |Exim 4.70




--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


graeme at graemef

Jun 15, 2009, 4:47 AM

Post #7 of 11 (1422 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376




--- Comment #19 from Graeme Fowler <graeme[at]graemef.net> 2009-06-15 12:47:42 ---
Verified that exim itself builds (and runs) on CentOS 5.3 - thanks.

However, the Exim monitor does not - build fails with:

gcc -o eximon.bin
util-spool_in.o: In function `spool_read_header':
/home/graeme/exim-cvs/exim-src/build-Linux-i386/spool_in.c:282:
undefined reference to `dkim_signing_domains'
/home/graeme/exim-cvs/exim-src/build-Linux-i386/spool_in.c:283:
undefined reference to `dkim_disable_verify'
/home/graeme/exim-cvs/exim-src/build-Linux-i386/spool_in.c:284:
undefined reference to `dkim_collect_input'
collect2: ld returned 1 exit status
make[1]: *** [eximon.bin] Error 1
make[1]: Leaving directory
`/home/graeme/exim-cvs/exim-src/build-Linux-i386'
make: *** [all] Error 2

Unfortunately I'm very clearly not clever enough to work out how to fix
that without breaking everything else...

Graeme


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


graeme at graemef

Jun 15, 2009, 4:54 AM

Post #8 of 11 (1418 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376




--- Comment #20 from Graeme Fowler <graeme[at]graemef.net> 2009-06-15 12:54:32 ---
On Mon, 2009-06-15 at 12:47 +0100, Graeme Fowler wrote:
> Unfortunately I'm very clearly not clever enough to work out how to fix
> that without breaking everything else...

Ooh, I surprised myself. Patch attached, WORKSFORME.

Graeme


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


graeme at graemef

Jun 15, 2009, 4:56 AM

Post #9 of 11 (1420 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376




--- Comment #21 from Graeme Fowler <graeme[at]graemef.net> 2009-06-15 12:56:43 ---
Created an attachment (id=316)
--> (http://bugs.exim.org/attachment.cgi?id=316)
eximon globals patch for DKIM support

Attachment stripped from mailing list post, so adding it here instead.

Graeme


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


graeme at graemef

Jun 15, 2009, 4:58 AM

Post #10 of 11 (1419 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

Graeme Fowler <graeme[at]graemef.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |graeme[at]graemef.net
Status|RESOLVED |REOPENED
Resolution|FIXED |




--- Comment #22 from Graeme Fowler <graeme[at]graemef.net> 2009-06-15 12:58:19 ---
Reopening, for completeness.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


tom at duncanthrax

Jun 15, 2009, 12:55 PM

Post #11 of 11 (1417 views)
Permalink
[Bug 376] Support for DKIM [In reply to]

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=376

Tom Kistner <tom[at]duncanthrax.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED




--- Comment #23 from Tom Kistner <tom[at]duncanthrax.net> 2009-06-15 20:55:12 ---
Patch applied. Thanks Graeme!


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##

exim dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.