From owner-freebsd-questions Wed Jun 10 15:26:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06554 for freebsd-questions-outgoing; Wed, 10 Jun 1998 15:26:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.venture-1.com (mud.terracom.net [205.213.64.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06277 for ; Wed, 10 Jun 1998 15:25:36 -0700 (PDT) (envelope-from bfarina@venture-1.com) Received: from billf.terracom.net (pm2-04.terracom.net [205.213.64.134]) by ns.venture-1.com (8.8.8/8.8.8) with SMTP id RAA00277 for ; Wed, 10 Jun 1998 17:24:26 -0500 (CDT) (envelope-from bfarina@venture-1.com) Message-Id: <199806102224.RAA00277@ns.venture-1.com> X-Sender: bfarina@pop.venture-1.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Wed, 10 Jun 1998 17:28:49 -0500 To: freebsd-questions@FreeBSD.ORG From: Bill Farina Subject: Virtual User Table Trouble Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One thing that I forgot to mention below is that I also created a file called /etc/mc and inserted the line; FEATURE(virtusertable, hash /etc/virtusertable)dnl I don't know if that adds any additional light to the subject. >Date: Wed, 10 Jun 1998 14:20:07 -0700 >From: Shawn Ramsey >To: Bill Farina , freebsd-questions@FreeBSD.ORG >Subject: Re: Virtual User Table Trouble >X-Mailer: Mutt 0.89.1i > >If you did this from an M4 macro, there are some additition lines you need >to uncomment. Look for "# handle virtual users" and see if the lines below >have a # in front of them. This is the way it was for me anyway, maybe it is >not like this anymore. I did this and my sendmail went South. Definitely something that I missed, but there's still something else hanging out there. I tried sending a message to myself from another account and it bounced back with the following message: ----- The following addresses had permanent fatal errors ----- ----- Transcript of session follows ----- ... while talking to ns.venture-1.com.: >>> RCPT To: <<< 554 rewrite: map virtuser not found 554 ... Service unavailable Reporting-MTA: dns; mendota.terracom.net Received-From-MTA: DNS; pm2-04.terracom.net Arrival-Date: Wed, 10 Jun 1998 16:52:09 -0500 (CDT) Final-Recipient: RFC822; bfarina@venture-1.com Action: failed Status: 5.5.0 Remote-MTA: DNS; ns.venture-1.com Diagnostic-Code: SMTP; 554 rewrite: map virtuser not found Last-Attempt-Date: Wed, 10 Jun 1998 16:52:10 -0500 (CDT) Return-Path: Received: from billf.terracom.net (pm2-04.terracom.net [205.213.64.134]) by mendota.terracom.net (8.8.8/8.8.7) with SMTP id QAA00324 for ; Wed, 10 Jun 1998 16:52:09 -0500 (CDT) Message-Id: <199806102152.QAA00324@mendota.terracom.net> X-Sender: bfarina@pop.terracom.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Wed, 10 Jun 1998 16:55:30 -0500 To: bfarina@venture-1.com From: Bill Farina Thanks again; Bill >I can't seem to get virtusertable to run. I've enabled it in sendmail.cf with the >line; > > Kvirtusertable hash -o /etc/virtusertable > >I've created virtusertable in /etc, inserted the following line: > > xyz@venture-1.com bfarina > >and then I run; > > makemap hash virtusertable < virtusertable > >This creates virtusertable.db. I restart sendmail and I get the following error when I try to send to it: > > ----- The following addresses had permanent fatal errors ----- > > ----- Transcript of session follows ----- > ... while talking to ns.venture-1.com.: > >>> RCPT To: > <<< 550 ... User unknown > 550 ... User unknown > > Reporting-MTA: dns; mendota.terracom.net > >The message that I get when I try to send from within the server is; > > The recipient "xyz@venture-1.com" is not acceptable > to your SMTP server. The message is not sendable > until the recipient has been changed. > >Anyone have any clues as to what I'm doing wrong here? > >Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message