|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
DKIM and DomainKeysIs there any work being done, or a patch available, to allow signing both DKIM and DomainKeys without sending a message through exim twice? Rick -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysOn 29/06/2009, Rick Cooper <rcooper@...> wrote:
> > Is there any work being done, or a patch available, to allow signing both > DKIM and DomainKeys without sending a message through exim twice? Last heard, Tom's DKIM patch is mutually exclusive with the Domainkeys functionality. I've asked about re-considering this for what I thought were obvious reasons.... he's busy with real work at the moment but will re-surface sometime soon I expect. Peter -- Peter Bowyer Email: peter@... Follow me on Twitter: twitter.com/peeebeee -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysOn 6/29/09 4:54 PM, Peter Bowyer wrote: > On 29/06/2009, Rick Cooper<rcooper@...> wrote: >> Is there any work being done, or a patch available, to allow signing both >> DKIM and DomainKeys without sending a message through exim twice? > > Last heard, Tom's DKIM patch is mutually exclusive with the Domainkeys > functionality. I've asked about re-considering this for what I thought > were obvious reasons.... he's busy with real work at the moment but > will re-surface sometime soon I expect. > I am sucessfully signing all messages with both Domainkeys and DKIM using an exim snapshot (post 4.69). -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeys----Original Message----
From: exim-users-bounces@... [mailto:exim-users-bounces@...] On Behalf Of Renaud Allard Sent: Monday, June 29, 2009 1:32 PM To: Peter Bowyer Cc: exim users; rcooper@... Subject: Re: [exim] DKIM and DomainKeys > On 6/29/09 4:54 PM, Peter Bowyer wrote: >> On 29/06/2009, Rick Cooper<rcooper@...> wrote: >>> Is there any work being done, or a patch available, to allow signing >>> both DKIM and DomainKeys without sending a message through exim twice? >> >> Last heard, Tom's DKIM patch is mutually exclusive with the Domainkeys >> functionality. I've asked about re-considering this for what I thought >> were obvious reasons.... he's busy with real work at the moment but >> will re-surface sometime soon I expect. >> > > I am sucessfully signing all messages with both Domainkeys and DKIM > using an exim snapshot (post 4.69). Sorry, Didn't hit reply all, the first time I downloaded the latest snapshot, and I see no documentation as to the changes for the DKIM and DK support. I do see that EDITME no longer has either EXPERIMENTAL_ definitions and I see DKIM is compiled in unless un-defined. But it appears the EXPERIMENTAL_DOMAINKEYS section still needs to be in the Makefile? And what about the items such as dk_selector, $dk_domain and so forth? Are these now $dkim_domain and dkim_selector? That is how the code appears to be written, but I don't see anything relating to domainkeys... Does it just sign both ways? Any help you could give would be much appreciated Rick -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysRick Cooper wrote:
> ----Original Message---- > From: exim-users-bounces@... [mailto:exim-users-bounces@...] On > Behalf Of Renaud Allard Sent: Monday, June 29, 2009 1:32 PM > To: Peter Bowyer > Cc: exim users; rcooper@... > Subject: Re: [exim] DKIM and DomainKeys > >> On 6/29/09 4:54 PM, Peter Bowyer wrote: >>> On 29/06/2009, Rick Cooper<rcooper@...> wrote: >>>> Is there any work being done, or a patch available, to allow signing >>>> both DKIM and DomainKeys without sending a message through exim twice? >>> Last heard, Tom's DKIM patch is mutually exclusive with the Domainkeys >>> functionality. I've asked about re-considering this for what I thought >>> were obvious reasons.... he's busy with real work at the moment but >>> will re-surface sometime soon I expect. >>> >> I am sucessfully signing all messages with both Domainkeys and DKIM >> using an exim snapshot (post 4.69). > > Sorry, Didn't hit reply all, the first time > > > I downloaded the latest snapshot, and I see no documentation as to the > changes for the DKIM and DK support. I do see that EDITME no longer has > either EXPERIMENTAL_ definitions and I see DKIM is compiled in unless > un-defined. But it appears the EXPERIMENTAL_DOMAINKEYS section still needs > to be in the Makefile? And what about the items such as dk_selector, > $dk_domain and so forth? Are these now $dkim_domain and dkim_selector? That > is how the code appears to be written, but I don't see anything relating to > domainkeys... Does it just sign both ways? > > Any help you could give would be much appreciated I believe the though line (which is listed in bug 376) goes along the lines of - DomainKeys is depricated, DKIM is its replacement, let's move swiftly towards that goal. -- The Exim Manual http://www.exim.org/docs.html http://docs.exim.org/current/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysRick Cooper wrote:
> Is there any work being done, or a patch available, to allow signing both > DKIM and DomainKeys without sending a message through exim twice? The situation right now is a bit confusing. I had added concurrent Domainkeys (via libdomainkeys) and DKIM (via libdkim) signing support in CVS after the 4.69 release. That code was never released, but some people run a snapshot of it. DKIM verification support was oddly implemented, and the library I used had some limitations at that time. It also brought in additional build-time dependencies (lstdc++, openssl). So I wrote my own DKIM implementation [1] which is dependency-free and portable even to non-posix platforms like Windows. Similar to how pcre was handled, a copy is included in the Exim source, so Exim can have DKIM support by default on its supported platforms (I didn't try them all of course ...). The code is finished and in CVS. What is missing is the documentation. I hope to finish it next week. Domainkeys support has been dropped. I don't really feel like bringing it back, since I now consider it to be a dead proprietary technology. If you really need to run DKIM/Domainkeys concurrently with Exim, your only option is to pull a CVS snapshot by date of April last year, or use the tarball I posted back then [2]. /tom [1] http://github.com/duncanthrax/pdkim/tree/master [2] http://duncanthrax.net/exim-experimental/exim-cvssnap-2008-03-05.tar.gz -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysTom Kistner wrote:
> Domainkeys support has been dropped. I > don't really feel like bringing it back, since I now consider it to be a > dead proprietary technology. If you really need to run DKIM/Domainkeys > concurrently with Exim, your only option is to pull a CVS snapshot by > date of April last year, or use the tarball I posted back then [2]. I agree that DomainKeys support should be dropped. It's already deprecated and its Exim support never managed to get out of Experimental. If people really must sign with both technologies and don't want to use my trick for sending a message through Exim twice, there is another alternative which is to install http://dkimproxy.sourceforge.net/ and add a manualroute to Exim to force mail that needs to be signed through it. I know somebody that recently set up Exim to do that so it definitely works. -- Mike Cardwell - IT Consultant and LAMP developer Cardwell IT Ltd. (UK Reg'd Company #06920226) http://cardwellit.com/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysTom Kistner wrote: > Rick Cooper wrote: > >> Is there any work being done, or a patch available, to allow signing both >> DKIM and DomainKeys without sending a message through exim twice? > > The situation right now is a bit confusing. > > I had added concurrent Domainkeys (via libdomainkeys) and DKIM (via > libdkim) signing support in CVS after the 4.69 release. That code was > never released, but some people run a snapshot of it. > > DKIM verification support was oddly implemented, and the library I used > had some limitations at that time. It also brought in additional > build-time dependencies (lstdc++, openssl). > > So I wrote my own DKIM implementation [1] which is dependency-free and > portable even to non-posix platforms like Windows. Similar to how pcre > was handled, a copy is included in the Exim source, so Exim can have > DKIM support by default on its supported platforms (I didn't try them > all of course ...). > > The code is finished and in CVS. What is missing is the documentation. I > hope to finish it next week. Domainkeys support has been dropped. I > don't really feel like bringing it back, since I now consider it to be a > dead proprietary technology. If you really need to run DKIM/Domainkeys > concurrently with Exim, your only option is to pull a CVS snapshot by > date of April last year, or use the tarball I posted back then [2]. > technologies, you can use the sources here: http://www.llorien.org/exim/exim-src_dk_domk.tar.gz -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysHi Tom,
Great to hear that your DKIM implementation is in CVS with documentation to follow shortly. Do you have any idea when your DKIM implementation will be officially released? I assume that it will be included in the next release of exim, maybe version 4.70? I was just wondering what the projected time frame is for the next release of exim. Its been a while since the 4.69 release..... Thanks! Gordon Tom Kistner wrote: > Rick Cooper wrote: > > >> Is there any work being done, or a patch available, to allow signing both >> DKIM and DomainKeys without sending a message through exim twice? >> > > The situation right now is a bit confusing. > > I had added concurrent Domainkeys (via libdomainkeys) and DKIM (via > libdkim) signing support in CVS after the 4.69 release. That code was > never released, but some people run a snapshot of it. > > DKIM verification support was oddly implemented, and the library I used > had some limitations at that time. It also brought in additional > build-time dependencies (lstdc++, openssl). > > So I wrote my own DKIM implementation [1] which is dependency-free and > portable even to non-posix platforms like Windows. Similar to how pcre > was handled, a copy is included in the Exim source, so Exim can have > DKIM support by default on its supported platforms (I didn't try them > all of course ...). > > The code is finished and in CVS. What is missing is the documentation. I > hope to finish it next week. Domainkeys support has been dropped. I > don't really feel like bringing it back, since I now consider it to be a > dead proprietary technology. If you really need to run DKIM/Domainkeys > concurrently with Exim, your only option is to pull a CVS snapshot by > date of April last year, or use the tarball I posted back then [2]. > > /tom > > [1] http://github.com/duncanthrax/pdkim/tree/master > [2] http://duncanthrax.net/exim-experimental/exim-cvssnap-2008-03-05.tar.gz > > -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysHi Mike,
I have DKIMproxy working fine on one of my installations too and it does both DKIM and Domain Keys signing, however, it also requires that the message be sent through exim twice. With DKIM proxy, messages are first received by exim and then sent to the DKIMproxy daemon for signing after which the message is then returned to exim for routing. DKIMproxy is very easy to setup but, because of the double exim processing, I feel that its a bit of a kludge. However, it does work just fine. FYI, Gordon Mike Cardwell wrote: > If people really must sign with both technologies and don't want to > use my trick for sending a message through Exim twice, there is > another alternative which is to install > http://dkimproxy.sourceforge.net/ and add a manualroute to Exim to > force mail that needs to be signed through it. I know somebody that > recently set up Exim to do that so it definitely works. > -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysGordon Dickens wrote:
> Great to hear that your DKIM implementation is in CVS with documentation > to follow shortly. Do you have any idea when your DKIM implementation > will be officially released? I assume that it will be included in the > next release of exim, maybe version 4.70? I was just wondering what the > projected time frame is for the next release of exim. Its been a while > since the 4.69 release..... The plan is to release a 4.70 once the docs are finished (unless someone else objects?). /tom -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysOn 30/06/2009, Tom Kistner <tom@...> wrote:
> Gordon Dickens wrote: > > > Great to hear that your DKIM implementation is in CVS with documentation > > to follow shortly. Do you have any idea when your DKIM implementation > > will be officially released? I assume that it will be included in the > > next release of exim, maybe version 4.70? I was just wondering what the > > projected time frame is for the next release of exim. Its been a while > > since the 4.69 release..... > > The plan is to release a 4.70 once the docs are finished (unless someone > else objects?). I'd like to see the incompatible changes to DK be discussed more widely before incorporating the DKIM code into a major release. Peter -- Peter Bowyer Email: peter@... Follow me on Twitter: twitter.com/peeebeee -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeys----Original Message----
From: Tom Kistner [mailto:tom@...] Sent: Tuesday, June 30, 2009 3:27 AM To: Rick Cooper Cc: Exim Users Subject: Re: [exim] DKIM and DomainKeys > Rick Cooper wrote: > >> Is there any work being done, or a patch available, to allow signing both >> DKIM and DomainKeys without sending a message through exim twice? > > The situation right now is a bit confusing. > > I had added concurrent Domainkeys (via libdomainkeys) and DKIM (via > libdkim) signing support in CVS after the 4.69 release. That code was > never released, but some people run a snapshot of it. > > DKIM verification support was oddly implemented, and the library I used > had some limitations at that time. It also brought in additional > build-time dependencies (lstdc++, openssl). > > So I wrote my own DKIM implementation [1] which is dependency-free and > portable even to non-posix platforms like Windows. Similar to how pcre > was handled, a copy is included in the Exim source, so Exim can have > DKIM support by default on its supported platforms (I didn't try them > all of course ...). > > The code is finished and in CVS. What is missing is the documentation. I > hope to finish it next week. Domainkeys support has been dropped. I > don't really feel like bringing it back, since I now consider it to be a > dead proprietary technology. If you really need to run DKIM/Domainkeys > concurrently with Exim, your only option is to pull a CVS snapshot by > date of April last year, or use the tarball I posted back then [2]. > That explains why it appeared that domainkeys support was missing, even though the respondent had stated both worked in cvs. I suppose I will just move to just dkim but not all providers have done so and I was hoping to be able to please all. BTW: the current exim-doc in cvs appears to be broken and won't build. It appears to be broken in the section you added a couple of weeks ago referencing the DKIM support. There are a bunch of errors all pretty much like ** Error: missing closing flag %& Processing macro vitem Detected near line 34296 of spec.xfpt And since spec.xml cannot be built neither can the rest. The filter documentation builds fine. I would try and fix it but I no nothing of the xfpt syntax. Rick -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeys----Original Message----
From: exim-users-bounces@... [mailto:exim-users-bounces@...] On Behalf Of Renaud Allard Sent: Tuesday, June 30, 2009 6:03 AM To: Tom Kistner Cc: Exim Users; Rick Cooper Subject: Re: [exim] DKIM and DomainKeys > Tom Kistner wrote: >> Rick Cooper wrote: >> >>> Is there any work being done, or a patch available, to allow signing >>> both DKIM and DomainKeys without sending a message through exim twice? >> >> The situation right now is a bit confusing. >> >> I had added concurrent Domainkeys (via libdomainkeys) and DKIM (via >> libdkim) signing support in CVS after the 4.69 release. That code was >> never released, but some people run a snapshot of it. >> >> DKIM verification support was oddly implemented, and the library I used >> had some limitations at that time. It also brought in additional >> build-time dependencies (lstdc++, openssl). >> >> So I wrote my own DKIM implementation [1] which is dependency-free and >> portable even to non-posix platforms like Windows. Similar to how pcre >> was handled, a copy is included in the Exim source, so Exim can have >> DKIM support by default on its supported platforms (I didn't try them >> all of course ...). >> >> The code is finished and in CVS. What is missing is the documentation. I >> hope to finish it next week. Domainkeys support has been dropped. I >> don't really feel like bringing it back, since I now consider it to be a >> dead proprietary technology. If you really need to run DKIM/Domainkeys >> concurrently with Exim, your only option is to pull a CVS snapshot by >> date of April last year, or use the tarball I posted back then [2]. >> > > That said, if you want to use the same version as me to sign with both > technologies, you can use the sources here: > http://www.llorien.org/exim/exim-src_dk_domk.tar.gz Thanks! Rick -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysTom Kistner wrote:
>> Great to hear that your DKIM implementation is in CVS with documentation >> to follow shortly. Do you have any idea when your DKIM implementation >> will be officially released? I assume that it will be included in the >> next release of exim, maybe version 4.70? I was just wondering what the >> projected time frame is for the next release of exim. Its been a while >> since the 4.69 release..... > > The plan is to release a 4.70 once the docs are finished (unless someone > else objects?). I don't wish to restart the debate we had a few weeks back, but will dnsdb be enabled by default in 4.70? -- Mike Cardwell - IT Consultant and LAMP developer Cardwell IT Ltd. (UK Reg'd Company #06920226) http://cardwellit.com/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysHi Tom, That's great news. Thanks! Gordon Tom Kistner wrote: The plan is to release a 4.70 once the docs are finished (unless someone else objects?). /tom -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeys----Original Message----
From: exim-users-bounces@... [mailto:exim-users-bounces@...] On Behalf Of Tom Kistner Sent: Tuesday, June 30, 2009 8:07 AM To: Gordon Dickens Cc: Exim_Users_Group Subject: Re: [exim] DKIM and DomainKeys > Gordon Dickens wrote: > >> Great to hear that your DKIM implementation is in CVS with documentation >> to follow shortly. Do you have any idea when your DKIM implementation >> will be officially released? I assume that it will be included in the >> next release of exim, maybe version 4.70? I was just wondering what the >> projected time frame is for the next release of exim. Its been a while >> since the 4.69 release..... > > The plan is to release a 4.70 once the docs are finished (unless someone > else objects?). > I wouldn't say exactly object, but some what unhappy. Since domainkeys has been dropped I obviously won't be able to check a domainkeys signature when one exists. While DKIM is certainly the standard today I would bet it will take as long for people to move to DKIM as it did for them to adopt domainkeys and that leaves spamassassin to check the domainkeys sigs (after I accept) and no way to sign domainkeys for those that add points for a valid DK signature but have not yet adopted DKIM. On the other hand the integral DKIM implementation is very much a big plus. Rick -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeysRick Cooper <rcooper@...> wrote:
[...] > BTW: the current exim-doc in cvs appears to be broken and won't build. It > appears to be broken in the section you added a couple of weeks ago > referencing the DKIM support. There are a bunch of errors all pretty much > like > ** Error: missing closing flag %& > Processing macro vitem > Detected near line 34296 of spec.xfpt Hello, there is already a patch in http://bugs.exim.org/show_bug.cgi?id=856 cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
Re: DKIM and DomainKeys----Original Message----
From: exim-users-bounces@... [mailto:exim-users-bounces@...] On Behalf Of Andreas Metzler Sent: Tuesday, June 30, 2009 12:42 PM To: exim-users@... Subject: Re: [exim] DKIM and DomainKeys > Rick Cooper <rcooper@...> wrote: > [...] >> BTW: the current exim-doc in cvs appears to be broken and won't build. It >> appears to be broken in the section you added a couple of weeks ago >> referencing the DKIM support. There are a bunch of errors all pretty much >> like > >> ** Error: missing closing flag %& >> Processing macro vitem >> Detected near line 34296 of spec.xfpt > > Hello, > > there is already a patch in > > http://bugs.exim.org/show_bug.cgi?id=856 > Not knowing anything about xfpt I just changed the lines (looked at similar items) from something like .vitem &%dkim_domain = <expanded string> [MANDATORY]%& To .vitem &*dkim_domain*&&~=&~<expanded string>&~&~[MANDATORY] And changed the erroneous .ulist to .ilist (figured it a typo because of u and I keys location) Dunno if it's the correct way to do it but it compiles, works and looks right. I am happy for now, I have the docs and Renaud's source link has me signing both in one pass. The rpms are built and I can push them out to the other servers tonight. Thanks all, Rick -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ |
|
|
|
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |