Date: Wed, 20 Mar 2002 17:43:49 +0100 From: "Roger 'Rocky' Vetterberg" <listsub@rambo.simx.org> To: ScaryG <freymann@scaryg.shacknet.nu> Cc: Don Seeger <donseeger@hotmail.com>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: sendmail and pop Message-ID: <3C98BC45.50402@rambo.simx.org> References: <OE34uzdArmtHbEOIjMe0001b810@hotmail.com> <20020320095950.22665427.freymann@scaryg.shacknet.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
ScaryG wrote: >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 > There is no need to have virtusertable, just adding the domain to /etc/mail/local-host-names will do it! -- R 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?3C98BC45.50402>