From owner-freebsd-questions Wed Oct 4 14:10:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id 0AE8937B66E for ; Wed, 4 Oct 2000 14:10:19 -0700 (PDT) Received: (qmail 16566 invoked by uid 100); 4 Oct 2000 17:10:17 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14811.25721.808949.985524@guru.mired.org> Date: Wed, 4 Oct 2000 12:10:17 -0500 (CDT) To: Alexander Derevyanko Cc: questions@freebsd.org Subject: Re: Anybody know something about port 113 (auth) ? In-Reply-To: <127590936@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander Derevyanko writes: > While debugging some problems of mail sending from MS Outlook to FreeBSD > SMTP server, > I found curious thing - Windowz tryes to access port 113 - (auth) on > SMTP server. What does it needed from it, > anybody know ? And may be i can provide such service to it ? As others have pointed out, you can enable auth with inetd or install pidentd. If you want to know what it is and what it's good for, Erik Fair has a nice writeup at . He also includes a standalone daemon designed to expose anyone foolish enough to use auth for authentication purposes.