From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 00:57:58 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FA021065674 for ; Wed, 22 Feb 2012 00:57:58 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) by mx1.freebsd.org (Postfix) with ESMTP id B40158FC0C for ; Wed, 22 Feb 2012 00:57:57 +0000 (UTC) Received: (qmail 1071 invoked from network); 22 Feb 2012 00:57:56 -0000 Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 22 Feb 2012 00:57:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=4f443d94.xn--hew.k1202; i=johnl@user.iecc.com; bh=enZsZi1z5Z6T3xjX6D+pvFsWa13701HB/1mHOphUY6I=; b=XnaOBSGTp/Z/unc4jyOABN4+Up627oRhPVnJbAyqJ8/59QeWLNqdfIcCLf0858lpH7C7ptK0GJEpZrcWVpk5l6idFUJ+dzJMeQtaku31wHj0hfr5nsLUKmjIFPNkg1pCCXHUg620Qjq7l+sNB+xuG/zoOgBJ3DLLyQbIikMKCOA= VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org Date: 22 Feb 2012 00:57:34 -0000 Message-ID: <20120222005734.1353.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org In-Reply-To: <15808.1329863585@tristatelogic.com> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Cc: rfg@tristatelogic.com Subject: Re: Info and questions about Brother[tm] multifunction machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 00:57:58 -0000 >Port 515 is apparently implementing the "LPR" protocol described in RFC 1179. Right. See the "rp" option in /etc/printcap. You can also use CUPS. >Port 631 apparently implements "IPP" (Internet Printing Protocol) which is >summarized here: Works great with CUPS, which is vastly overimplented, but surprisingly easy to use. >Regarding port 9100, my local /etc/services file says: > jetdirect 9100/tcp #HP JetDirect card That's typically known as "socket". Works great with CUPS. >Port 25 is apparently implementing _something_ that sort-of vaguely acts >like an SMTP server. Why not read the manual and find out? Click the Support tab on Brother's web site and you can find lots and lots of documentation for that printer. R's, John