From owner-freebsd-questions Mon Dec 11 23:10:14 2000 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 23:10:12 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from kraeusen.nbrewer.com (unknown [208.42.68.65]) by hub.freebsd.org (Postfix) with ESMTP id 79DF837B400 for ; Mon, 11 Dec 2000 23:10:11 -0800 (PST) Received: by kraeusen.nbrewer.com (Postfix, from userid 1001) id BC7841742A; Tue, 12 Dec 2000 01:10:10 -0600 (CST) Date: Tue, 12 Dec 2000 01:10:10 -0600 From: Christopher Farley To: Rick Hamell Cc: FreeBSD-questions Subject: Re: Postfix configuration Message-ID: <20001212011010.B70402@northernbrewer.com> Mail-Followup-To: Christopher Farley , Rick Hamell , FreeBSD-questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from hamellr@heorot.1nova.com on Sun, Dec 10, 2000 at 03:01:17PM +0000 Organization: Northern Brewer, St. Paul, MN Sender: chris@nbrewer.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rick Hamell (hamellr@heorot.1nova.com) wrote: > queue_directory = /var/spool/postfix > command_directory = /usr/local/sbin > daemon_directory = /usr/local/libexec/postfix > mail_owner = postfix > default_privs = nobody > myhostname = heorot.1nova.com > mydomain = 1nova.com > myorigin = $1nova.com This should be: myorigin = 1nova.com or myorigin = $mydomain (The two expressions are equivalent.) > #mydestination = $myhostname, localhost.$mydomain > #mydestination = $myhostname, localhost.$mydomain $mydomain > #mydestination = $myhostname, localhost.$mydomain, $mydomain, > # mail.$mydomain, www.$mydomain, ftp.$mydomain > > #Changed 12/05/2000 > #mydestination = $1nova.com > #mydestination = $heorot, heorot.$1nova.com, $1nova.com > # mail.$1nova.com All of your mydestination variables are commented out (they have a '#' in front of them). You probably want something like: mydestination = $myhostname, localhost.$mydomain, $mydomain As far as I can tell, those are the only changes you need to make to get a working Postfix main.cf... -- Christopher Farley Northern Brewer / 1150 Grand Avenue / St. Paul, MN 55105 www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message