Date: Wed, 26 Nov 2003 11:19:06 -0800 From: Jonas Manalive <manalive@gmx.net> To: Bill Schoolcraft <bill@wiliweld.com> Cc: freebsd-questions@freebsd.org Subject: Re: Starting new entries in /etc/rc.conf Message-ID: <1069874345.621.25.camel@localhost> In-Reply-To: <20031126111107.X94029@bsd.billschoolcraft.com> References: <20031126111107.X94029@bsd.billschoolcraft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Check /usr/local/etc/postfix/main.cf I believe it should be: mydestination = $myhostname, localhost.$mydomain $mydomain I had the same problem, I changed to include this and set also myhostname, mydomain and myorigin. Now it is working perfectly! Best regards, Jonas On Wed, 2003-11-26 at 03:21, Bill Schoolcraft wrote: > Hello Family, > > I recently whacked the default outgoing mail process on my > FreeBSD-4.8 system and could no longer send mail with Pine using > "localhost" although I could in fact send mail with the command: > > mail -s "mail test" bill@mydomain.com > > So I went into /usr/ports/postfix-current and did an install and > at the end the instructions were to add the following to > /etc/rc.conf > > #################################################### > sendmail_enable="YES" > sendmail_flags="-bd" > sendmail_outbound_enable="NO" > sendmail_submit_enable="NO" > sendmail_msp_queue_enable="NO" > #################################################### > > Now, I see basicall the command of `sendmail -bd` nested in the > above settings but I'm not quite sure about the other three. > > In other words, how would you correctly "source" the > /etc/rc.conf file if you can at all or is this file only meant > to be referenced at boot time? > > Thanks > > -- > |<----------------------"Word-Wrap-At-72-Please"---------------------->| > Bill Schoolcraft > PO Box 210076 -o) > San Francisco CA 94121 /\ > "UNIX, A Way Of Life." _\_v > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1069874345.621.25.camel>