Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111729 - mail-mta/exim needs DomainKeys support
Summary: mail-mta/exim needs DomainKeys support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Colin Morey (RETIRED)
URL:
Whiteboard:
Keywords:
: 125340 (view as bug list)
Depends on: 71501
Blocks:
  Show dependency tree
 
Reported: 2005-11-06 13:32 UTC by Michael, A. Toth
Modified: 2007-04-18 23:23 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
exim-4.54-r1.diff (exim-4.54-r1.diff,1.87 KB, patch)
2005-11-08 04:52 UTC, Michael, A. Toth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael, A. Toth 2005-11-06 13:32:24 UTC
Exim has experimental support for Yahoo DomainKeys. libdomainkeys ebuild was
added by #71501 ticket. I would like to see a new SPF keyword (domainkeys) to
compile in support for this.

Reproducible: Always
Steps to Reproduce:




To build Exim with DK support, add these lines  to your Local/Makefile:

EXPERIMENTAL_DOMAINKEYS=yes
CFLAGS  += -I/usr/include/libdomainkeys
LDFLAGS += -ldomainkeys -L/usr/lib/libdomainkeys
Comment 1 Michael, A. Toth 2005-11-06 13:33:40 UTC
s/new SPF keyword/new keyword/ sorry
Comment 2 Colin Morey (RETIRED) gentoo-dev 2005-11-06 14:12:52 UTC
taking ownership, I'll add this to -r1
Comment 3 Michael, A. Toth 2005-11-06 22:32:26 UTC
Many thanks!
Comment 4 Michael, A. Toth 2005-11-08 04:52:35 UTC
Created attachment 72448 [details, diff]
exim-4.54-r1.diff

I made for myself a new revision from exim-4.54 which is have domainkeys
support. It's depend to libdomainkeys-0.68-r1.ebuild (#71501 bug ID).

# exim -bV
Exim version 4.54 #1 built 08-Nov-2005 13:25:56
Copyright (c) University of Cambridge 2005
Berkeley DB: Sleepycat Software: Berkeley DB 4.2.52: (December	3, 2003)
Support for: crypteq iconv() PAM TCPwrappers OpenSSL Content_Scanning
Old_Demime Experimental_SPF Experimental_SRS Experimental_DomainKeys
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch
mysql passwd
Authenticators: cram_md5 plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply pipe smtp
Fixed never_users: 0
Configuration file is /etc/exim/exim.conf

It's works for me. (Sorry for my bad english.)
Comment 5 Michael, A. Toth 2005-11-14 02:20:46 UTC
Bug 111729 depends on 71501.
Comment 6 vasquez 2006-03-03 01:11:25 UTC
How do I add the libdomainkeys ebuild to my tree and keep it there?
Anybody else in favor of adding this ebuild to the portage tree?
(See bug 71501)
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-03-07 03:33:46 UTC
*** Bug 125340 has been marked as a duplicate of this bug. ***
Comment 8 Maxwell Grender-Jones 2006-10-04 07:30:31 UTC
vasquez: either put it in your local portage repositary (probably /usr/local/portage) or if you're feeling civic minded, get it added to one of the overlays projects, perhaps http://www.gentoo-sunrise.org/sunrise
Comment 9 vasquez 2006-10-06 02:17:25 UTC
(In reply to comment #8)
> vasquez: either put it in your local portage repositary (probably
> /usr/local/portage) or if you're feeling civic minded, get it added to one of
> the overlays projects, perhaps http://www.gentoo-sunrise.org/sunrise
> 

I have the ebuild for libdomainkeys from #71501 as well as an exim-4.62-r1 ebuild in a private overlay. They work for me. I can submit den libdomainkeys ebuild to sunrise but what should I do with the exim ebuild? It's basically the same as the one from comment #4
Comment 10 Colin Morey (RETIRED) gentoo-dev 2007-04-18 23:23:13 UTC
libdomainkeys has been added to portage and support is now in exim-4.67 closing this ticket. If there are any problems, please file a new bug. Please Accept my apologies for the delay.