From owner-freebsd-ports@freebsd.org Wed Sep 14 17:11:13 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 7FB34AC41F4 for ; Wed, 14 Sep 2016 17:11:13 +0000 (UTC) (envelope-from bryan@bceassociates.com) Received: from mail-it0-x231.google.com (mail-it0-x231.google.com [IPv6:2607:f8b0:4001:c0b::231]) (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 54D6511F7 for ; Wed, 14 Sep 2016 17:11:13 +0000 (UTC) (envelope-from bryan@bceassociates.com) Received: by mail-it0-x231.google.com with SMTP id n143so34159170ita.1 for ; Wed, 14 Sep 2016 10:11:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bceassociates-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=yaDp4pi5JXwr92zHQFjKCyCQXaAeBGtgjg1Sq/wG78k=; b=H0qGlcrNHxlzs3tHQTHaXHdtZ+ILjTm+Nw6hpUFv+pptY52WHtOeR7dTh4hVc2XzML 4DOoXj74Jyg5fCdjlJ6IiaaXukEWH8n2Ntw/Yv6ZwR/o9JIjzMm2z0483l+pPXGTncHg GjCtCsojuxiLVVECBTs3Qpi7G7UxtCecvJFIHNZYVlBnagSq/E9jxgb4cU28KY9ys6gw VuANwBNJAuEhknigkEFGelbAch5XTdTbAvyrQE/Td0i3dkGlXY+4Ix8+6EogGhkz8Xv1 fz0+aiH432zPi1X0dUZ5pwL/MDFKMx+ksB4GkC9fnvA5qkmS8MIUGEhjPngcc5L4GOiJ PFuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=yaDp4pi5JXwr92zHQFjKCyCQXaAeBGtgjg1Sq/wG78k=; b=d+pjnoJRSArvYxPaKAFgrQEnZ3OvHfh9iOkPpHIUzaoAkxN2IzTa+Eq1+fOjX1jnIW Spe7ft+wJ7Ug4bcA7oerUff5bPHtBvFsOEOz/pHH/ZsPSMxe5+w/e1lIFE33OZnF5dXh +x+mG7jNcUkbbTTgwtbSwSjVsnv9bTegJuNOn5OrIOruYn9OA5cGL6aWvOBvj3qjBqx0 CDuuuCsLSBw8adTegSheeBl8ROtfpsF5Jnb/Tn4WF0xEm58ScpnDaFdNg+EEjR0KCnMC gkudTQsjsG6QOaXgssjaW/8cbokxhuavam1Xyj/iqO8bCswYhatUovkQu/E+S5kyClZl VB5A== X-Gm-Message-State: AE9vXwPlmTJweraVrlvghdoC/N23WCyMw4V23Z6gQ+ypNcwJ/8q4glXXmcm3Ykc48gxIO6pGgTkG++eh4ycMfg== X-Received: by 10.107.46.217 with SMTP id u86mr7879587iou.168.1473873072350; Wed, 14 Sep 2016 10:11:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.103.66 with HTTP; Wed, 14 Sep 2016 10:11:11 -0700 (PDT) From: "Bryan C. Everly" Date: Wed, 14 Sep 2016 13:11:11 -0400 Message-ID: Subject: n00b problem installing postfix package To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 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 17:11:13 -0000 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