Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2000 01:10:10 -0600
From:      Christopher Farley <chris@northernbrewer.com>
To:        Rick Hamell <hamellr@heorot.1nova.com>
Cc:        FreeBSD-questions <freebsd-questions@freebsd.org>
Subject:   Re: Postfix configuration
Message-ID:  <20001212011010.B70402@northernbrewer.com>
In-Reply-To: <Pine.BSF.4.21.0012101458530.1180-100000@heorot.1nova.com>; from hamellr@heorot.1nova.com on Sun, Dec 10, 2000 at 03:01:17PM %2B0000
References:  <Pine.BSF.4.21.0012101458530.1180-100000@heorot.1nova.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001212011010.B70402>