From owner-freebsd-questions Mon Jan 1 19:54:38 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA26411 for questions-outgoing; Mon, 1 Jan 1996 19:54:38 -0800 (PST) Received: from hornet.netac.co.za (hornet.netac.co.za [196.3.237.162]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA26402 for ; Mon, 1 Jan 1996 19:54:30 -0800 (PST) Received: (from tony@localhost) by hornet.netac.co.za (8.6.12/8.6.12) id FAA12827; Tue, 2 Jan 1996 05:56:49 +0200 From: Tony Harverson Message-Id: <199601020356.FAA12827@hornet.netac.co.za> Subject: Re: Newbie Q: How to route mails? To: aong@lynx.dac.neu.edu (Andrew Ong) Date: Tue, 2 Jan 1996 05:56:49 +0200 (SAT) Cc: freebsd-questions@freebsd.org In-Reply-To: <199601020244.VAA10598@lynx.dac.neu.edu> from "Andrew Ong" at Jan 1, 96 09:44:53 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk > > Hi, Hiya :) > > I would appreciate if someone can help in this sendmail config. I'm new > at this mail routing stuff. This is not sendmail stuff, but dns/MX stuff... > How do I configure sendmail.cf and/or DNS MX record so that my users on the > BBS will _NOT_ require to change their email from userid@domain.org to > userid@bbs.domain.org? Or in other words, all I need here is to correctly > route incoming mails for userid@domain.org to the BBS while mails for > userid@www.domain.org to the Web Server? Both the BBS and the Web Server > runs SMTP. okay, What you need to do is to add an MX entry to your tables (write back if you want an example) that points domain.org to bbs.domain.org. - No change should be nessacary for the www server - if that has a dns entry, that will be used to deliver the mail. Tony