Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2000 11:53:57 +0100 (CET)
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/16983: procmail port isn't prefix clean
Message-ID:  <200002251053.LAA60152@klemm.gtn.com>

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

>Number:         16983
>Category:       ports
>Synopsis:       procmail port not prefix clean
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 25 03:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Klemm
>Release:        FreeBSD-4.0
>Organization:
FreeBSD
>Environment:

	FreeBSD 4.0

>Description:

	If you install procmail with PREFIX=/home/local,
	the port itself installs fine under /usr/local
	But procmail tries to execute /usr/local/bin/formail
	Looking into config.h, many paths are hardcoded /usr/local.
	Lost some mails because of that if they are not somewhere
	temporarily stored.

>How-To-Repeat:

	setenv PREFIX=/home/local
	cd procmail
	make all install clean
	Then try to use procmail in sendmail environment by
	adding this to your sendmail .mc file:
	define(`PROCMAIL_MAILER_PATH', `/home/local/bin/procmail')dnl 
	FEATURE(local_procmail)

>Fix:

	no fix, sorry.



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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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