From owner-freebsd-ports@FreeBSD.ORG Tue Feb 18 17:54:12 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 321B7A53 for ; Tue, 18 Feb 2014 17:54:12 +0000 (UTC) Received: from thetys.cloudzeeland.nl (webrz.xs4all.nl [83.161.133.58]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DEE8B1175 for ; Tue, 18 Feb 2014 17:54:11 +0000 (UTC) Received: from thetys.cloudzeeland.nl (thetys.cloudzeeland.nl [10.10.10.31]) by thetys.cloudzeeland.nl (Postfix) with ESMTP id 01C7616445A5; Tue, 18 Feb 2014 18:46:58 +0100 (CET) Received: from [10.10.10.70] (sedna.cloudzeeland.nl [10.10.10.70]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by thetys.cloudzeeland.nl (Postfix) with ESMTPSA id D549C1644566; Tue, 18 Feb 2014 18:46:57 +0100 (CET) Message-ID: <53039E43.3070404@webrz.net> Date: Tue, 18 Feb 2014 18:54:11 +0100 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 To: Andrei Brezan , Jos Chrispijn , FreeBSD Ports ML Subject: Re: Dovecot References: <5303806F.4090401@webrz.net> <53038351.6000909@gmail.com> In-Reply-To: <53038351.6000909@gmail.com> X-Virus-Scanned: ClamAV using ClamSMTP on thetys.cloudzeeland.nl MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" 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: Tue, 18 Feb 2014 17:54:12 -0000 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