From owner-freebsd-questions Wed Jul 22 15:25:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08917 for freebsd-questions-outgoing; Wed, 22 Jul 1998 15:25:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rm-rstar.sfu.ca (root@rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08894 for ; Wed, 22 Jul 1998 15:25:48 -0700 (PDT) (envelope-from wolstena@sfu.ca) Received: from beaufort.sfu.ca (wolstena@beaufort.sfu.ca [192.168.0.110]) by rm-rstar.sfu.ca (8.8.7/8.8.7/SFU-4.0H) with SMTP id PAB10134 for ; Wed, 22 Jul 1998 15:25:23 -0700 (PDT) From: Paul Wolstenholme Received: by beaufort.sfu.ca (951211.SGI.8.6.12.PATCH1502/SFU-2.7C) id PAA21152 for freebsd-questions@freebsd.org (from wolstena@sfu.ca); Wed, 22 Jul 1998 15:25:22 -0700 Message-Id: <199807222225.PAA21152@beaufort.sfu.ca> Subject: Sendmail & virtual host problem To: freebsd-questions@FreeBSD.ORG Date: Wed, 22 Jul 1998 15:25:21 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been trying to setup some virtual hosting for sendmail following the instructions from senmail.org and I cannot get it to work. I am running FreeBSD 2.2.6 with I believe Sendmail 8.8.8 which I installed with 2.2.6-Release. What I am trying to accomplish is redirecting certain addresses to specified user accounts. But when I try it, I get "user unkown" errors in the maillog. Steps I have followed: 1. Added domains to sendmail.cw ( I can send to existing account using domain) 2. Created virtual table with following entries: ches@newdomain.com ches @newdomain.com ches Then: makemap hash /etc/virtusertable < domain.list Which creates: /etc/virtusertable.db 3. Uncommented in sendmail.cf Kvirtuser hash /etc/virtusertable (tried /etc/virtusertable.db as well) 4. Restarted sendmail via kill -1 sendmail_process_number 5. Sent message to editor@newdomain.com which fails with user unknown. 6. also tried sendmail -bt: /map virtusertable @bc-diver.com and /map /etc/virtusertable @bc-diver.com This gives: Map named "virtusertable" not found Can anyone see what I am doing wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message