Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 10:47:11 GMT
From:      Shahbaz Javeed <sjaveed@adderpit.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/74762: dspam Makefile doesn't allow for exim as an LDA
Message-ID:  <200412061047.iB6AlBEb088723@www.freebsd.org>
Resent-Message-ID: <200412061050.iB6AoU1T025833@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74762
>Category:       ports
>Synopsis:       dspam Makefile doesn't allow for exim as an LDA
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 06 10:50:30 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Shahbaz Javeed
>Release:        5.2.1-RELEASE
>Organization:
>Environment:
FreeBSD server.adderpit.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004     root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
When using "make config" to configure dspam (/usr/ports/mail/dspam), exim doesn't appear as an LDA option even though exim is available to install as an LDA via ports.  There might be other LDA options missing too.
>How-To-Repeat:
cd /usr/ports/mail/dspam   # Replace /usr/ports with your ports root
make config
>Fix:
Add the following lines (I can send a patch if requested)

Add after line 68:
OPTIONS+=       EXIM_LDA "Use Exim as local delivery agent" off

Add after line 393:
.if defined(WITH_EXIM_LDA) && exists(${LOCALBASE}/sbin/exim)
RUN_DEPENDS+=   exim:${PORTSDIR}/mail/exim
CONFIGURE_ARGS+=        --with-delivery-agent='${LOCALBASE}/sbin/exim'
CONFIGURE_ARGS+=        --with-delivery-agent='${LOCALBASE}/sbin/exim'
LDA_COUNT:=     ${LDA_COUNT:S/o//}
.endif


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412061047.iB6AlBEb088723>