From owner-freebsd-questions@freebsd.org Mon Jun 26 17:21:54 2017 Return-Path: Delivered-To: freebsd-questions@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 A92C0D8C982 for ; Mon, 26 Jun 2017 17:21:54 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpd.telissant.net (smtpd.telissant.net [104.225.1.170]) (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 8015381004 for ; Mon, 26 Jun 2017 17:21:54 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from cortina.3dresearch.com (localhost [127.0.0.1]) by smtpd.telissant.net (Postfix) with ESMTP id 4A4DD112992 for ; Mon, 26 Jun 2017 13:21:47 -0400 (EDT) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpd.telissant.net ([127.0.0.1]) by cortina.3dresearch.com (cortina.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NHXBfZccrO7F for ; Mon, 26 Jun 2017 13:21:15 -0400 (EDT) Received: from elettra.3dresearch.com (unknown [71.112.245.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: elettra) by smtpd.telissant.net (Postfix) with ESMTPSA id 7599E1129BA for ; Mon, 26 Jun 2017 13:21:15 -0400 (EDT) Received: from elettra.3dresearch.com (localhost [127.0.0.1]) by elettra.3dresearch.com (Postfix) with SMTP id 9781B19FD5B for ; Mon, 26 Jun 2017 13:21:13 -0400 (EDT) Date: Mon, 26 Jun 2017 13:20:40 -0400 From: Janos Dohanics To: FreeBSD Questions Subject: Re: PostfixAdmin and System Messages Message-Id: <20170626132040.1de3fa79063f8d6bdcba58d7@3dresearch.com> In-Reply-To: <7d52dd24-6e3b-7bb1-cdc8-847548bda9c4@gregs-garage.com> References: <4e7f6eaf-3db0-8906-3dd3-9d3b98e7b374@gregs-garage.com> <20170622125948.3f056124a74623c8c7400623@3dresearch.com> <7d52dd24-6e3b-7bb1-cdc8-847548bda9c4@gregs-garage.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd10.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 17:21:54 -0000 On Mon, 26 Jun 2017 07:25:43 -0500 Greg Groth wrote: > On 6/22/2017 11:59 AM, Janos Dohanics wrote: > > On Wed, 21 Jun 2017 11:21:18 -0500 > > Greg Groth wrote: > > > >> [...] > > Greg, > > > > what's the output of: > > > > postconf myhostname > > > > and > > > > postconf mydestination > > > > ? > Thanks for replying. > > postconf myhostname responds with the FQDN of the server - myhostname > = mail.mydomain.com > > postconf mydestination responds with - mydestination = > localhost.$mydomain, localhost, lists.mydomain.com > > Best regards, > Greg Groth Greg, you might want to change the mydestination parameter to: mydestination = $myhostname, localhost, $mydomain, lists.$mydomain.com where $mydomain is of course your real domain name. Best, -- Janos Dohanics