From owner-freebsd-isp Mon Aug 19 06:42:20 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15898 for isp-outgoing; Mon, 19 Aug 1996 06:42:20 -0700 (PDT) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA15892 for ; Mon, 19 Aug 1996 06:42:18 -0700 (PDT) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id IAA19079; Mon, 19 Aug 1996 08:41:15 -0500 From: Joe Greco Message-Id: <199608191341.IAA19079@brasil.moneng.mei.com> Subject: Re: UUCP server configuration To: rif@ns.kconline.com (Jim Riffle) Date: Mon, 19 Aug 1996 08:41:14 -0500 (CDT) Cc: freebsd-isp@freebsd.org In-Reply-To: from "Jim Riffle" at Aug 19, 96 04:38:17 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Could someone please point me towards some documentation on how to set up > a UUCP server? What I am tring to do is set it up to where my system will > accept mail for a domain via uucp. I was able to find plenty of docs on > how to setup uucp as a client, but I am having real troubles finding docs > on a server for a mail and possiably news domain. > > An example would be, say a local BBS wanted to have a domain where they > could get mail/news. The mail would come to my server where they would > call and pick it up, and post any mail they had outgoing. UUCP doesn't really have a "server" concept; UUCP machines are peers. That's probably a major conceptual problem :-) You can certainly set it up so that one side always initiates the connection, but that doesn't change the fundamental paradigm of UUCP. Doing things like mail and news are things that are done on top of UUCP, much like FTP operates on "top of" TCP/IP. They are really separate issues, and need to be thought of as such. Make sure that you can uucp files back and forth between your machines. This is the first step... UUCP is a batch file transfer service and if you can't transfer files, nothing else will work either. Check out the O'Reilly book on the topic, or the Taylor documentation, or both. Once you have done that, then consider doing mail, etc. The O'Reilly Sendmail book should be an invaluable guide, but to a certain extent, you just need to "make it work" particularly if you are dealing with a DOS-based BBS/UUCP package as the remote note. I've had to do all sorts of grungy hacks over the years. At one point MajorBBS would not recognize its own node name in caps, even though it emitted it in that form.... You will also need to work with your DNS administrator if you wish to provide them with a domain name on the Internet. ... JG