Date: Tue, 24 Apr 2001 14:05:28 -0700 (PDT) From: Linh Pham <lplist@closedsrc.org> To: "Charles A. Jeffrey" <allen@calmtech.org> Cc: <freebsd-questions@freebsd.org> Subject: Re: sshd Message-ID: <Pine.BSF.4.33.0104241359050.63632-100000@q.closedsrc.org> In-Reply-To: <200104242018.f3OKIaI17435@foobar.calmtech.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2001-04-24, Charles A. Jeffrey scribbled: # 1. What services r mutually exclusive with sshd (or at least not needed # and can't bind to the same port (like tcp4 and tcp46 whatever they r))? The default port that sshd binds to (TCP port 22) shouldn't be used by another service (except if you have some type of proxy or routing daemon that some how takes over ports for itself. # 2. What r/is the service(s) i need for web server (HTTPD and NAMED and # SENDMAIL and POP) only? To just serve web pages, you only need a web server daemon (Apache is the de facto web server). You will only need named if you want to server DNS to the public (or want to run a DNS cache server). Sendmail is _one_ MTA that can be used to send mail (as the name implies). Postfix and QMail are usually better alternatives for simple mail servers. POP is used to retrieve mail, not to serve web pages. -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found 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?Pine.BSF.4.33.0104241359050.63632-100000>