Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 1999 16:53:50 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        "Francis J. Bruening" <francis.j.bruening@bigfoot.com>
Cc:        "freebsd" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: why won't sendmail listen to me? 
Message-ID:  <79633.938444030@axl.noc.iafrica.com>
In-Reply-To: Your message of "Mon, 27 Sep 1999 07:24:25 MST." <NDBBKJIFGLEEKMALCMJMKEBHCCAA.francis.j.bruening@bigfoot.com> 

next in thread | previous in thread | raw e-mail | index | archive | help


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




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