From owner-freebsd-questions Wed Mar 20 7: 1: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by hub.freebsd.org (Postfix) with ESMTP id EAAF537B41D for ; Wed, 20 Mar 2002 06:59:35 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.142.145]) by tomts17-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020320145935.NNGT2746.tomts17-srv.bellnexxia.net@scaryg.shacknet.nu>; Wed, 20 Mar 2002 09:59:35 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16nhZ9-0007yN-00; Wed, 20 Mar 2002 09:59:51 -0500 Date: Wed, 20 Mar 2002 09:59:50 -0500 From: ScaryG To: "Don Seeger" Cc: FreeBSD Questions Subject: Re: sendmail and pop Message-Id: <20020320095950.22665427.freymann@scaryg.shacknet.nu> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.2 (GTK+ 1.2.10; i386-portbld-freebsd4.4) 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 On Wed, 20 Mar 2002 06:56:33 -0700 "Don Seeger" wrote: > I am running a box that is my dns and SMTP/POP3 server. > box host name is inetmach.burlingtonk12.org. > I wanted to use user@burlingtonk12.org Add a forward/reverse entry in your DNS pointing burlingtonk12.org to 199.45.167.74 using an A record in one file, a PTR in the other. Restart named. In sendmail... add burlingtonk12.org to /etc/mail/local-host-names You will likely have to ensure you have FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') in your mc file. Then in /etc/mail/virtusertable add this: @burlington12.org %1@inetmach.burlington12.org then recompile your virtusertable /usr/sbin/makemap hash /etc/mail/virtusertable < /etc/mail/virtusertable This may not exactly be what you want.. but it will forwared joe@burlington12.org to joe@inetmach.burlington12.org gf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message