From owner-freebsd-ports@FreeBSD.ORG Wed Feb 19 08:45:52 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F03FEC50 for ; Wed, 19 Feb 2014 08:45:52 +0000 (UTC) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80C471A56 for ; Wed, 19 Feb 2014 08:45:52 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id y10so70256wgg.16 for ; Wed, 19 Feb 2014 00:45:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=xKWOaYXwtUjYsJZHlwF5vpnSrrSTmghqw8oHEvb7M64=; b=fX1CEIzPm9evVLiYOBb/f4vzEsFciMvTmYK5S0hiuNqRPrRczUJ7IvisDq/qZ4H/xb r5OFGkcef/xeBzU0Ofm2I+y1jcVLdDMWDhfKlwhlmjL2vA2eCC1c9y/6DekANwR8neAe Ey+prc3o5i5ijVzMlq998cDE0rbJAJtq3/EyIifjF/50Yw8u9tJrYtEwD6UXXHLCCuBb gdX4PZ1fl47makzmezAYypjD6Fn/k35suI0ktDk9PUCa562mbsLoLwrpAKymwS2GP+FQ z7z2Peo/81J2ZwbghVdaBIX3AB02wzrpJmOcNIloPG1ZxHg6VS5PA4FUx6aNE8lP2mre QtJQ== X-Received: by 10.180.164.174 with SMTP id yr14mr274354wib.18.1392799550948; Wed, 19 Feb 2014 00:45:50 -0800 (PST) Received: from ab_t510i.perfectworld.eu ([87.213.55.5]) by mx.google.com with ESMTPSA id t5sm52075400wjw.15.2014.02.19.00.45.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Feb 2014 00:45:49 -0800 (PST) Message-ID: <53046F3D.4090407@gmail.com> Date: Wed, 19 Feb 2014 09:45:49 +0100 From: Andrei Brezan User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Jos Chrispijn , Jos Chrispijn , FreeBSD Ports ML Subject: Re: Dovecot References: <5303806F.4090401@webrz.net> <53038351.6000909@gmail.com> <53039E43.3070404@webrz.net> In-Reply-To: <53039E43.3070404@webrz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 08:45:53 -0000 On 02/18/14 18:54, Jos Chrispijn wrote: > Hi Andrei, > > Andrei Brezan: >> You can check /var/db/ports/postfix/options to see what options you >> have for postfix. I think it's easier if you can tell us the output >> of "uname -a" plus the exact command you try when you get this error. >> I'm not sure what you want to achieve, I only see that something >> wants to pull dovecot2 while you have dovecot-1 installed. > > Just checked my /var/db/ports/mail_postfix/options: > > OPTIONS_FILE_UNSET+=DOVECOT > OPTIONS_FILE_SET+=DOVECOT2 > > So perhaps that would be the problem (having dovecot2 set instead of > dovecot?) > > Best regards, > Jos > Yes, most likely postfix is trying to install dovecot2. I still don't know what command are you issuing when you get this error. There are several scenarios, do you have a running mail server with postfix/dovecot? If yes changing to dovecot2 will involve some configuration changes as things have changed in dovecot2. You can switch the config setting back to dovecot with "make config" in /usr/ports/mail/postfix if you don't want to move to dovecot2 yet. Regards, Andrei