From owner-freebsd-questions Fri Apr 12 12:43:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id B6FF737B405 for ; Fri, 12 Apr 2002 12:43:22 -0700 (PDT) Received: from scaryg.shacknet.nu ([64.231.133.53]) by tomts13-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020412192735.XRYS25090.tomts13-srv.bellnexxia.net@scaryg.shacknet.nu>; Fri, 12 Apr 2002 15:27:35 -0400 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.35 #1) id 16w6i3-000GPk-00; Fri, 12 Apr 2002 15:27:47 -0400 Date: Fri, 12 Apr 2002 15:27:46 -0400 From: ScaryG To: "Kennebunk Mailing List" Cc: freebsd-questions@FreeBSD.ORG, admin@sage-one.net Subject: Re: sendmail virtual hosting (with apache) Message-Id: <20020412152746.5f43ab57.freymann@scaryg.shacknet.nu> In-Reply-To: <007401c1e256$4237c2e0$37b4a8c0@pretorian> References: <3.0.5.32.20020412140511.02dffcd0@mail.sage-one.net> <007401c1e256$4237c2e0$37b4a8c0@pretorian> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 12 Apr 2002 15:14:24 -0400 "Kennebunk Mailing List" wrote: > ok...kewl ... thats working ...thanx :-) ..now my problem is this . Im > also runnign sendmail (newest version) > i added my new customer to > /etc/mail/virusertable > @newcustomer.biz newcustomer Good stuff so far. > then did > makemap hash virtusertable.db < virtusertable Good stuff. > and HUPed sendmail.. Excellent. > but he cant send or recieve mail from his domain yet .. is there > anuthing i have to do to > /etc/mail/sendmail.cf Yes. Make sure it has commands for virtusertable in it. It's actually easier to check the ?.mc file as it's a one line option. You need to generate a .cf file from a properly configured ?.mc file. I don't know if virtusertable is enabled by default? (it probably is) You didn't report any error messages, but I can assume you forgot to add newcustomer.biz to /etc/mail/local-host-names. Without the domain in there sendmail has no idea it should accept mail and treat it as local. -ger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message