From owner-freebsd-questions Wed Jul 19 6:40:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 3023F37BEE2 for ; Wed, 19 Jul 2000 06:40:12 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id KAA93865; Wed, 19 Jul 2000 10:07:05 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <3975AF24.ADA7CF8D@wmptl.com> Date: Wed, 19 Jul 2000 09:37:40 -0400 From: Nathan Vidican X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Sam Carleton Cc: questions@freebsd.org Subject: Re: sendmail and aliases/virtusertable/genericstable References: <3975AC5F.386062AE@miltonstreet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sam Carleton wrote: > > In the process of trying to map a username into something else as the > email comes and goes from sendmail, I have locked up sendmail. Right > now when I try to send mail through pine, pine freezes at the send. > This is what I have done: > > Ok, I have the following lines in my sendmail.cf: > > # Generics table (mapping outgoing addresses) > Kgenerics hash -o /etc/mail/genericstable > > # Virtual user table (maps incoming users) > Kvirtuser hash -o /etc/mail/virtusertable > > and I created one source file for Generics table that will convert > email from sam to scarleton, it looks like this: > > sam scarleton@domain.com > > and then a source file for Virtual user table as to map > scarleton@domain.com back to sam: > > scarleton@domain.com sam > > I have also modified the alias file. Then I used makemap in this > fashion to create /etc/mail/genericstable.db, > /etc/mail/virtusertable.db, and /etc/alias.db > > makemap hash genericstable < gsourcefile > makemap hash virtusertable < vsourcefile > makemap hash aliases < aliases > > I first had done only the genericstable and virtusertable. The outgoing > > email name was NOT being traslated for me:( After changing alias and > running makemap on it, that is when pine started freezing when trying to > > send mail. Should I be using makemap to create the files or is there > another program I should be using for the default config on FreeBSD > 4.0-STABLE? > > Sam > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message You shouldn't make a hash of aliases, use the command 'newaliases', the rest seems fine, and should work. Try running 'newaliases', and completely recycling sendmail. -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message