Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 09:59:50 -0500
From:      ScaryG <freymann@scaryg.shacknet.nu>
To:        "Don Seeger" <donseeger@hotmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: sendmail and pop
Message-ID:  <20020320095950.22665427.freymann@scaryg.shacknet.nu>
In-Reply-To: <OE34uzdArmtHbEOIjMe0001b810@hotmail.com>
References:  <OE34uzdArmtHbEOIjMe0001b810@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Mar 2002 06:56:33 -0700
"Don Seeger" <donseeger@hotmail.com> 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<tab>	%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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020320095950.22665427.freymann>