From owner-freebsd-questions Sun Aug 20 21:50:31 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA14736 for questions-outgoing; Sun, 20 Aug 1995 21:50:31 -0700 Received: from emory.mathcs.emory.edu (emory.mathcs.emory.edu [128.140.2.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id VAA14728 for ; Sun, 20 Aug 1995 21:50:29 -0700 Received: by emory.mathcs.emory.edu (5.65/Emory_mathcs.4.0.15) via UUCP id AA15648 ; Mon, 21 Aug 95 00:50:26 -0400 Received: (from jan@localhost) by bagend.atl.ga.us (8.6.11/8.6.9) id AAA01081; Mon, 21 Aug 1995 00:32:35 -0400 From: Jan Isley Message-Id: <199508210432.AAA01081@bagend.atl.ga.us> Subject: Re: single uucp link To: WELCHDW@wofford.edu (DAN WELCH) Date: Mon, 21 Aug 1995 00:32:35 -0400 (EDT) Cc: questions@freebsd.org In-Reply-To: <950820231140.2020af80@wofford.edu> from "DAN WELCH" at Aug 20, 95 11:11:40 pm X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 721 Sender: questions-owner@freebsd.org Precedence: bulk DAN WELCH wrote: > I need some help to provide mail service on a single uucp line. I have the > line working with uucp & uucico, and incoming mail (to fbsd) is delivered > okay, but I'm having no luck getting it to go back the other way. What's > the shortest way to get sendmail to place the mail where that one uucp > caller can pick it up when it makes its deliveries? As delivered, /etc/sendmail.cf does not know uucp. The solution is to go to /usr/src/usr.sbin/sendmail/cf/cf and roll your own .mc file. here is part of mine... emory is my smart host. OSTYPE(bsd4.4)dnl FEATURE(nodns)dnl FEATURE(always_add_domain)dnl define(`SMART_HOST', `uucp-dom:emory')dnl MAILER(local)dnl MAILER(smtp)dnl MAILER(uucp)dnl