From owner-freebsd-questions Wed Nov 6 8:26:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BFF637B401 for ; Wed, 6 Nov 2002 08:26:52 -0800 (PST) Received: from himinbjorg.ttsg.com (wallstreet34.kickstartusa.com [65.105.161.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F4CF43E91 for ; Wed, 6 Nov 2002 08:26:51 -0800 (PST) (envelope-from tuc@himinbjorg.ttsg.com) Received: (from tuc@localhost) by himinbjorg.ttsg.com (8.11.6/8.11.6) id gA6GQQn01970; Wed, 6 Nov 2002 11:26:26 -0500 (EST) (envelope-from tuc) From: Tuc Message-Id: <200211061626.gA6GQQn01970@himinbjorg.ttsg.com> Subject: Re: UUCP Mail To: doronh@crc.co.za (Doron Shmaryahu) Date: Wed, 6 Nov 2002 11:26:26 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <00c801c285af$038b5870$0801a8c0@dman> from "Doron Shmaryahu" at Nov 06, 2002 06:10:23 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Hi, > > I have a machine with a permanent connection, that I am installing for a > client. Their provider lets them collect mail via UUCP. Can anyone explain > in simple terms how to use uucp. I have the node name, username and > password. I just don't know how to use it. The only examples I can find are > regarding uucp and dial up. > In simple terms, no... I can tell you what I have set, and you can see if this works for you too. I collect all my mail via UUCP. In /etc/uucp/sys : # Start of system mailserver system mailserver time Any baud 0 port type tcp port seven-bit false port reliable true port half-duplex false port service uucp address 192.168.3.254 chat ogin:-\r-ogin:-\r-ogin: uuuserid word: uupass Just touch /etc/uucp/port Thats all it took for me. Then I have a script called "douucp" I put in /usr/local/bin/douucp /usr/libexec/uucp/uucico -x1 -S mailserver /usr/libexec/uucp/uuxqt sleep 3 /usr/sbin/sendmail -q -v You can check /var/spool/uucp for Log, and Debug for messages. Tuc/TTSG Internet Services, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message