Bug 57099 - [PATCH] update of port mail/exim to allow WITH_DNSDB make flag
Summary: [PATCH] update of port mail/exim to allow WITH_DNSDB make flag
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sheldon Hearn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-22 18:20 UTC by mark
Modified: 2003-09-29 12:57 UTC (History)
0 users

See Also:


Attachments
patch (910 bytes, patch)
2003-09-22 18:20 UTC, mark
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mark 2003-09-18 02:27:15 UTC
On Mon, 2003-09-22 at 17:54, Oliver Eikemeier wrote:
> # LOOKUP_DNSDB does *not* refer to general mail routing using the DNS. It is
> # for the specialist case of using the DNS as a general database facility (not
> # common).
> 
> (found in EDITME)
> 
> just for the record, what are you doing with dnsdb queries?
> 
It was needed it for SPF support. (Yes I know it's early still).
http://spf.pobox.com/
Comment 1 mark 2003-09-22 18:20:10 UTC
 This is a Makefile patch to optionally allow building of exim with the LOOKUP_DNSDB options (found in the EDITME)

How-To-Repeat:  make WITH_DNSDN=yes
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-22 18:45:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sheldonh

Over to maintainer
Comment 3 Oliver Eikemeier 2003-09-23 01:54:15 UTC
# LOOKUP_DNSDB does *not* refer to general mail routing using the DNS. It is
# for the specialist case of using the DNS as a general database facility (not
# common).

(found in EDITME)

just for the record, what are you doing with dnsdb queries?
Comment 4 Sheldon Hearn freebsd_committer freebsd_triage 2003-09-29 12:56:10 UTC
State Changed
From-To: open->closed

I've committed the version I already had, which used consistent naming 
of the knob, and which enables LOOKUP_DNSDB by default. 

Thanks.