From owner-freebsd-questions Tue Oct 30 20: 0:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 486C537B401 for ; Tue, 30 Oct 2001 20:00:27 -0800 (PST) Received: (qmail 86036 invoked by uid 85); 31 Oct 2001 04:01:29 -0000 Received: from unknown (HELO tornado) (216.126.125.159) by 0 with SMTP; 31 Oct 2001 04:01:27 -0000 From: "Seamus.Venasse" To: "'Marko Cuk'" , Subject: RE: Amavis 11 Date: Tue, 30 Oct 2001 19:59:40 -0800 Message-ID: <000301c161c0$77f16b50$9f7d7ed8@tornado> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <3BDF4867.67FD0123@cuk.nu> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Marko Cuk > Sent: October 30, 2001 4:40 PM > To: Seamus.Venasse; freebsd-questions@freebsd.org > Subject: Re: Amavis 11 > > > make install: > configure:1853: checking for procmail > configure:1903: checking for sendmail > configure:1964: checking for qmail-inject > configure:2910: checking whether to deliver scanned mails via smtp > configure:2923: checking whether libnet module is installed > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/security/amavis-perl. > *** Error code 1 > > Same error. Ok, I configured my Makefile exactly how you have it and tried, and sure enough it failed. However, further up the configuration listing, I found the following: configure: error: Incompatible options --enable-relay and --enable-smtp Due to the fact that amavis-perl supports multiple MTAs, and each MTA is unique in configuration, I have written the Makefile to accommodate each of these differences. If you don't specify which MTA to use (currently only qmail and sendmail are supported), the Makefile assumes you want to install for sendmail. If you look further down the Makefile, you'll find: .if !defined(MTA) MTA?= sendmail DIROWNER?= root:daemon CONFIGURE_ARGS+= --enable-relay .endif Just comment out the "CONFIGURE_ARGS" in that section and you will be able to compile amavis-perl without a problem. I should have the patches ready for both postfix and milter early next week. Seamus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message