Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2001 23:56:01 -0800
From:      "Crist J. Clark" <cjclark@reflexnet.net>
To:        blaz <blaz@satx.rr.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: port 587
Message-ID:  <20010108235601.L95729@rfx-64-6-211-149.users.reflexco>
In-Reply-To: <3A5AA10F.9E799FBC@satx.rr.com>; from blaz@satx.rr.com on Mon, Jan 08, 2001 at 11:26:39PM -0600
References:  <3A5AA10F.9E799FBC@satx.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 08, 2001 at 11:26:39PM -0600, blaz wrote:
> greetings,
> 
> when doing a netstat -a| grep LISTEN, I obtain the following:
> 
> Port       State       Service
> 22/tcp     open        ssh
> 25/tcp     open        smtp
> 110/tcp    open        pop-3
> 587/tcp    open        submission
> 
> 
> what the hell is 587?  and do I need it?

EMail "submission." You might not need it now, but perhaps someday
mail clients will submit there. See the release notes for your
sendmail for details. The basic idea is that email clients should not
really be using the same port for submitting mail that MTAs use to
transfer between sites.

Have a look at sockstat(1) to convince yourself it is sendmail.
-- 
Crist J. Clark                           cjclark@alum.mit.edu


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?20010108235601.L95729>