From owner-freebsd-ports@freebsd.org Wed Sep 14 18:48:39 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1538DBD64C9 for ; Wed, 14 Sep 2016 18:48:39 +0000 (UTC) (envelope-from bryan@bceassociates.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5D811594 for ; Wed, 14 Sep 2016 18:48:38 +0000 (UTC) (envelope-from bryan@bceassociates.com) Received: by mail-wm0-x22f.google.com with SMTP id 1so48740842wmz.1 for ; Wed, 14 Sep 2016 11:48:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bceassociates-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=oi9Z3qpDipBfWzPoWq/F2aeWb4MbZGCbZGd1Y8xFaMg=; b=WeNNWuPs1TUWnbqiprmZCjsef+zrQTcmJcNoCKI9kqIoiuWX80DSZIvl0UReZj7R7U UIM8JUXRpJHFqCpajANzi9a6++Z4OPl9RvVFCcwMDk4yjeMHOYV3N/1rzgoMFd7p3pT6 twRvczEaVpusvM1IBEUTKk2qu5pLOo4O8mtq2qR9El3WryreJ6OPbsnBUb0o630XpuiA TgDpUBB690RcUG6ptQlTzzWTesy1LkArk0/O+vW1XC4xylcdxuZQC+U/e6T/eX/d4WN7 Zg+VTy6skbsGL4OSLaRR0XsuldayJOOrAAdV1Q2FJl1WJhEeOBkiHsib7QZdY2HhIUTx +vRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=oi9Z3qpDipBfWzPoWq/F2aeWb4MbZGCbZGd1Y8xFaMg=; b=VAKUPlkDJio1M+HyGJOEK7pmnDUJJUd4hduQCakbOArwUTKebvv7WRoOL+kUjxy6cx xqYwwHtaf7DDrm15sjWp+ojdZb2oZH2ajAkoRudAlMtqVjWL2pWGOZx3GsKtr3VtyoRO yV6OHgLU2mREOgGmDt0GmelQZo0cuc9adjC2aRFwMfKWPJ648rcERTyuuGhICbC2uXPL HEN91YGaG+yNeHaYp0EecRU3OeGThleCb+89OREAAlSnt/GV3rb/oSyqRsHZFh2H3uVy 7e2kgbK07YEv+uYwIwFDCOAJ3qTLGX2quUkPXy/xPkve4Ux7jJcj/FWbF5Xl5lpEZLvE Bgnw== X-Gm-Message-State: AE9vXwNhf2VrrXWwDIxCUHNkqjbpnMimajbr7DzfZ6itlaMj+8kgtdLCQcAva+2zPSJe0v2Yd6eOeXLr+Zh3Jw== X-Received: by 10.28.109.144 with SMTP id b16mr4450782wmi.19.1473878916700; Wed, 14 Sep 2016 11:48:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.44.69 with HTTP; Wed, 14 Sep 2016 11:48:36 -0700 (PDT) Received: by 10.28.44.69 with HTTP; Wed, 14 Sep 2016 11:48:36 -0700 (PDT) In-Reply-To: <5281c1c4-0577-71b0-cb90-c8276b59bea0@gmx.de> References: <5281c1c4-0577-71b0-cb90-c8276b59bea0@gmx.de> From: "Bryan C. Everly" Date: Wed, 14 Sep 2016 14:48:36 -0400 Message-ID: Subject: Re: n00b problem installing postfix package To: olli hauer Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 18:48:39 -0000 Thank you for the help! On Sep 14, 2016 2:45 PM, "olli hauer" wrote: > On 2016-09-14 19:11, Bryan C. Everly wrote: > > Hi, > > > > I'm trying to set up a new 10.3 server that includes postfix and > > majordomo for a BUG I'm trying to get off the ground. I'm normally an > > OpenBSD guy but I thought I'd give it a try on FreeBSD. > > > > Anyhow, I'm wanting to follow this guide: > > > > http://www.area536.com/projects/complete-freebsd- > mail-server/postfix-youve-got-incoming/ > > > > And I'm failing right out of the gate because I can't find postfix when > I do: > > > > # pkg install postfix > > > > It says there isn't a package with that name. When I check > > freshports, I see that there indeed is: > > > > https://www.freshports.org/mail/postfix/ > > > > Is there something I have to do to get things pointed at the "right" > > package source like I do in OpenBSD (PKG_PATH)? I was able to install > > apache and some other stuff just fine the way I currently have things > > configured FWIW. > > > > Sorry in advance if this is a dumb question but I really could use the > help. > > > > Thanks, > > Bryan > > Hi Bryan, > > there was an issue with the port on the quarterly branch, and quarterly is > also the default for pkg (see pkg -vv) > > Looking at pkg.freebsd.org it seems postfix is missing but postfix211 and > postfix-current are available. > Even the port is already fixed in quarterly, the build is already finished > or running at the moment, so the port will be missing until the next run. > > It should be no problem to install now postfix-current, and in a few days > after the next build was running swap to postfix (simply run a pkg delete > postfix-current and pkg install postfix, I'm doing this often to test new > current versions) > > -- > olli >