From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 10:33:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13D2516A4B3 for ; Sat, 20 Sep 2003 10:33:55 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B4B43FDF for ; Sat, 20 Sep 2003 10:33:54 -0700 (PDT) (envelope-from n.b@myrealbox.com) Received: from cronos.home.vsb N.B@smtp-send.myrealbox.com [81.83.202.166] $ on Novell NetWare via secured & encrypted transport (TLS); Sat, 20 Sep 2003 11:33:54 -0600 From: Guy Van Sanden To: fbsd_user@a1poweruser.com In-Reply-To: References: Content-Type: text/plain Message-Id: <1064079228.23634.7.camel@cronos.home.vsb> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4-1tex Date: Sat, 20 Sep 2003 19:33:48 +0200 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: RE: Postfix problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 17:33:55 -0000 I forgot to mention this, I did that first, than ran /bin/sh /etc/rc.sendmail stop Postfix appears to run, yet does not repsond... On Sat, 2003-09-20 at 16:34, fbsd_user wrote: > 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"