Date: Sat, 20 Sep 2003 14:34:50 -0000 From: "fbsd_user" <fbsd_user@a1poweruser.com> To: "Guy Van Sanden" <n.b@myrealbox.com>, <freebsd-questions@freebsd.org> Subject: RE: Postfix problems Message-ID: <MIEPLLIBMLEEABPDBIEGKELGEGAA.fbsd_user@a1poweruser.com> In-Reply-To: <1064066879.23613.4.camel@cronos.home.vsb>
next in thread | previous in thread | raw e-mail | index | archive | help
You missed the most obvious point. The basic FBSD install is delivered with sendmail active. To get postfix to be the active mail server you have to disable sendmail and reboot FBSD. ADD this statement to your rc.conf file sendmail_enable="NONE" # Totally disable sendmail, allowing Postfix # to become the primary MTA. # (Mail transport agent) -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Guy Van Sanden Sent: Saturday, September 20, 2003 10:08 AM To: freebsd-questions@freebsd.org Subject: Postfix problems I tried to install postfix on my system (FreeBSD 5.0). It compiles and installs fine (from ports), but it does not seem to work. nc host 25 gives a connection, but nothing else Sending mail completely fails. Am I missing something? Is there a sendmail to postfix migration howto or something? Googling did not provide me mucht helpful information. Thanks Guy _______________________________________________ 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?MIEPLLIBMLEEABPDBIEGKELGEGAA.fbsd_user>