From owner-freebsd-ports@freebsd.org Wed Sep 14 18:12:14 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 7CFF2BD5813 for ; Wed, 14 Sep 2016 18:12:14 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40EB11296 for ; Wed, 14 Sep 2016 18:12:13 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 47677284BB; Wed, 14 Sep 2016 20:12:05 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id CAE9F28461; Wed, 14 Sep 2016 20:12:03 +0200 (CEST) Subject: Re: n00b problem installing postfix package To: "Bryan C. Everly" , freebsd-ports@freebsd.org References: From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <57D992F3.4010507@quip.cz> Date: Wed, 14 Sep 2016 20:12:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:12:14 -0000 Bryan C. Everly wrote on 09/14/2016 19:11: > 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. Try the following command and then let us know it it works for you: pkg install mail/postfix Or you can search your pkg repository by command pkg search postfix Can give you somthing like this: % pkg search postfix postfix-3.1.1,1 Secure alternative to widely-used Sendmail postfix-current-3.2.20160612,4 Experimental Postfix version postfix-current-sasl-3.2.20160612,4 Experimental Postfix version postfix-logwatch-1.40.03 Postfix MTA log parser postfix-policyd-sf-1.82_1,1 Anti-spam plugin for Postfix (written in C) postfix-policyd-spf-perl-2.010_1 SPF policy service for Postfix written in Perl postfix-policyd-weight-0.1.15.2_6 Weighted policy daemon for postfix postfix-postfwd-1.35_1 Postfix firewall policy daemon postfix-sasl-3.1.1,1 Secure alternative to widely-used Sendmail postfix211-2.11.8,1 Secure alternative to widely-used Sendmail postfix211-sasl-2.11.8,1 Secure alternative to widely-used Sendmail postfixadmin-2.93 PHP web-based management tool for Postfix virtual domains and users py27-postfix-policyd-spf-python-1.3.2_1 Pure Python Postfix policy daemon for SPF checking trac-email2trac-postfix-2.6.2 Convert email to trac tickets Miroslav Lachman