From owner-freebsd-questions Mon Sep 27 9:10:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 789061536F for ; Mon, 27 Sep 1999 09:10:53 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id LAA70692; Mon, 27 Sep 1999 11:08:42 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <03ce01bf0902$afb4a7a0$fba3f9cf@megared.net.mx> Reply-To: "Alejandro Ramirez" From: "Alejandro Ramirez" To: "Sheldon Hearn" , "Francis J. Bruening" Cc: "freebsd" References: <79633.938444030@axl.noc.iafrica.com> Subject: RE: why won't sendmail listen to me? Date: Mon, 27 Sep 1999 11:09:33 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Probably because the computer doesnt know who localhost is (maybe a misconfigured /etc/hosts file???), he must try to telnet to the ip address of the server instead of localhost and see what happens. Ales ----- Original Message ----- From: Sheldon Hearn To: Francis J. Bruening Cc: freebsd Sent: Monday, September 27, 1999 9:53 AM Subject: Re: why won't sendmail listen to me? > > > On Mon, 27 Sep 1999 07:24:25 MST, "Francis J. Bruening" wrote: > > > telnet localhost 25 # this times out > [...] > > echo "test mail" | mail -v -s "test" fjb@localhost #this works > > In the case that works, sendmail is run from the command-line. In the > case that doesn't, sendmail is expected to be listening for connections > on port 25. In your case, it isn't. > > This is probably just a case of adding the following to /etc/rc.conf: > > sendmail_enable="YES" # Run the sendmail daemon (or NO). > > Hmmm, having typed all that, I do wonder why it times out instead of > refusing your connection. > > Ciao, > Sheldon. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message