From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 04:09:24 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C43F123; Wed, 10 Jun 2015 04:09:24 +0000 (UTC) (envelope-from jktrigg@gmail.com) Received: from argent.heraldsnet.org (argent.heraldsnet.org [65.111.161.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "argent.heraldsnet.org", Issuer "argent.heraldsnet.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A3D617E8; Wed, 10 Jun 2015 04:09:23 +0000 (UTC) (envelope-from jktrigg@gmail.com) Received: from mail.michaelines.org (localhost [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by argent.heraldsnet.org (Postfix) with ESMTPSA id 72C1DC08; Tue, 9 Jun 2015 23:59:29 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 09 Jun 2015 23:59:29 -0400 From: Jim Trigg To: freebsd-ports@freebsd.org Cc: madpilot@FreeBSD.org Subject: Problem building maildrop with exim as MTA Message-ID: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> X-Sender: jktrigg@gmail.com User-Agent: Roundcube Webmail/1.1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 04:09:24 -0000 When I try to build maildrop after installing exim as my primary mta I get the following error: checking location of system mailboxes... configure: error: Cannot determine default mailbox configure: error: ./configure failed for libs/maildrop ===> Script "configure" failed unexpectedly. Please report the problem to madpilot@FreeBSD.org [maintainer] and attach the "/usr/ports/mail/maildrop/work/maildrop-2.8.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Any suggestions as to how to fix this? I'm attempting to migrate from one host running Postfix to a new host running Exim but want to continue my maildrop support. (The switch is an attempt to reduce backscatter by doing more antispam during the SMTP session rather than after message acceptance.) Thanks, Jim Trigg