From owner-freebsd-questions@freebsd.org Wed Jun 28 12:14:47 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 280C3DA0E45 for ; Wed, 28 Jun 2017 12:14:47 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (99-158-164-253.uvs.cicril.sbcglobal.net [99.158.164.253]) (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 E837176AB4 for ; Wed, 28 Jun 2017 12:14:45 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from localhost (localhost [127.0.0.1]) by mail.gregs-garage.com (Postfix) with ESMTP id 0961A66E08C; Wed, 28 Jun 2017 05:16:48 -0500 (CDT) Received: from mail.gregs-garage.com ([127.0.0.1]) by localhost (mail.gregs-garage.com [127.0.0.1]) (maiad, port 10024) with ESMTP id 41600-08; Wed, 28 Jun 2017 05:16:47 -0500 (CDT) Received: from [10.10.2.61] (107-1-251-97-ip-static.hfc.comcastbusiness.net [107.1.251.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ggroth@gregs-garage.com) by mail.gregs-garage.com (Postfix) with ESMTPSA id BE28766E08B; Wed, 28 Jun 2017 05:16:47 -0500 (CDT) Subject: Re: PostfixAdmin and System Messages To: Janos Dohanics , FreeBSD Questions References: <4e7f6eaf-3db0-8906-3dd3-9d3b98e7b374@gregs-garage.com> <20170622125948.3f056124a74623c8c7400623@3dresearch.com> <7d52dd24-6e3b-7bb1-cdc8-847548bda9c4@gregs-garage.com> <20170626132040.1de3fa79063f8d6bdcba58d7@3dresearch.com> From: Greg Groth Message-ID: <4169c0cc-401a-30b3-7624-7448c9601f50@gregs-garage.com> Date: Wed, 28 Jun 2017 07:14:36 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170626132040.1de3fa79063f8d6bdcba58d7@3dresearch.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: Wed, 28 Jun 2017 12:14:47 -0000 On 6/26/2017 12:20 PM, Janos Dohanics wrote: > 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, > Still no luck, when I change the values, and restart Postfix, it stops responding, and my maillog fills up with error messages stating I can't declare my domain in the mydestination line and as a virtual domain. Many thanks though. Best regards, Greg Groth