From owner-freebsd-questions Mon Jan 13 20:42:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA02167 for questions-outgoing; Mon, 13 Jan 1997 20:42:28 -0800 (PST) Received: from tok.qiv.com (root@[204.214.141.211]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA02159 for ; Mon, 13 Jan 1997 20:42:22 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.7.5/8.7.3) with UUCP id WAA03808; Mon, 13 Jan 1997 22:30:22 -0600 Received: from localhost (jdn@localhost) by acp.qiv.com (8.7.5/8.7.3) with SMTP id WAA03785; Mon, 13 Jan 1997 22:22:46 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Mon, 13 Jan 1997 22:22:44 -0600 (CST) From: "Jay D. Nelson" To: Jan A Knepper cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: E-Mail Server In-Reply-To: <32DAB37A.4F22@luna.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I think this has been answered -- but I'll throw my .02 in. On Mon, 13 Jan 1997, Jan A Knepper wrote: [snip] ->However, if they want to reply, their mail never gets delivered to the ->Internet! They are able to send mail to each other. I haven't seen 2.2-BETA yet, but I believe 2.1.5's sendmail.cf didn't have uucp support built in. So you'll have to make a new sendmail.cf. (I'm assuming your connection is uucp only.) cd to /usr/src/usr.sbin/sendmail/cf/cf and copy an appropriate *.mc file. "generic-bsd4.4.mc" is probably OK. Add these lines: MAILER(uucp)dnl define(`SMART_HOST', uucp-dom:your.provider)dnl Cw localhost uucpname host.domain.name Check the README -- there may be other options you want. Run it through m4 to create a new sendmail.cf. Test it: sendmail -C /path/to/new.cf -bt
and if it works -- install it and restart sendmail. The SMART_HOST says, "If you don't know who this is for -- send it to your provider using the uucp-dom mailer." Depending on your local network, you may want to add: FEATURE(nocanonify)dnl FEATURE(nodns)dnl nocanonify says, "Don't monkey with the address." And nodns, I think, is obvious. Hope this helps. -- Cheers, Jay