From owner-freebsd-questions@FreeBSD.ORG Mon Jun 1 21:42:32 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75DC85D0 for ; Mon, 1 Jun 2015 21:42:32 +0000 (UTC) (envelope-from monahbaki@gmail.com) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) (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 39627137D for ; Mon, 1 Jun 2015 21:42:32 +0000 (UTC) (envelope-from monahbaki@gmail.com) Received: by ieczm2 with SMTP id zm2so119550548iec.1 for ; Mon, 01 Jun 2015 14:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:message-id:date :subject:from:in-reply-to:references:to; bh=DytRO7xQX5C+EKU9aThGH4ufz0ykJZvPLF90MIe4bT8=; b=aAVC4PwNnILPMG9UVdOark9WjA0MTNoJ2vTqVGjmmxdxkFbbmVmO1vI3wZXd8L4Ksd mnXcukOOIzVGi+XndUTKoBmBQB091FOecWOCnfqh0Ys7S2LCgQcoVieG3fcJkreIZ5W4 q3kQilmx4v+9hfC3w5xwT617Q8Li5c8IO/q3t2ImHog7b7EaObTYcisyPZsvNqyK/k36 YHekmYB3lYpH4LwxDYKt2hcVg4w+WbzLO0gfzD2HMFMXINrxahK4/oktgQ2OSuj9qmbA fO1skAHY/7agbBfJfZV3YSW7a5+EoTgYF/A2yiWQjcOtGkbR7hSgrqAq1+SkTYWeqsSq F7nQ== X-Received: by 10.50.62.148 with SMTP id y20mr16160351igr.17.1433194951606; Mon, 01 Jun 2015 14:42:31 -0700 (PDT) Received: from [127.0.0.1] ([2600:1003:b126:e280:5890:315e:7622:2d3d]) by mx.google.com with ESMTPSA id i185sm11248163ioi.24.2015.06.01.14.42.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Jun 2015 14:42:30 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: BlackBerry Email (10.2.1.3253) Message-ID: <20150601214238.5992594.44815.37613@gmail.com> Date: Mon, 01 Jun 2015 17:42:38 -0400 Subject: Re: best options for a *WORKING* MTA From: monahbaki@gmail.com In-Reply-To: <20150601171402.3d0f2686@seibercom.net> References: <20150601145425.20b56f3a@seibercom.net> <556CAD9A.6040005@radel.com> <37400.128.135.70.2.1433187108.squirrel@cosmo.uchicago.edu> <20150601171402.3d0f2686@seibercom.net> To: freebsd-questions@freebsd.org, FreeBSD FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2015 21:42:32 -0000 =A0 Original Message =A0 From: Jerry Sent: Monday, June 1, 2015 5:14 PM To: FreeBSD FreeBSD Reply To: FreeBSD FreeBSD Subject: Re: best options for a *WORKING* MTA On Mon, 1 Jun 2015 15:39:30 -0400, Aryeh Friedman stated: > Then tell me how this is not broken when the default behaviour (even after > editing local-host-names): >=20 > from Localhost: > telnet localhost 25 > [standard SMTP output] >=20 > from any other machine: > telnet mailserver 25 > connection refused >=20 > and no where in the handbook or documentation does it a) say this is the > default behavior and b) how to fix it with installing SASL or something > else from ports (violating the idea that the base system works out of the > box with no additions) Okay, before you waste everyone's time, post the output of "postconf -nf" a= nd "postconf -Mf" I assume you are using the latest version of postfix. Furthermore, it does work out of the box. Adding SASL, DKIM, etcetera is not a basic installation. --=20 Jerry