From owner-freebsd-questions@FreeBSD.ORG Tue Jan 12 23:11:42 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D039106566C for ; Tue, 12 Jan 2010 23:11:42 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id C13C18FC08 for ; Tue, 12 Jan 2010 23:11:41 +0000 (UTC) Received: by ewy3 with SMTP id 3so18979970ewy.13 for ; Tue, 12 Jan 2010 15:11:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SCqUX1oMEOnUholH+/DG5ZLPeyszWE+vlAucsZv4m5s=; b=ujc/8zXoKShxE6U46LtCnrBfduGn5WmV459LR6aTcDKHl8TXLpMYqcMXWObov5hUCq g00Kv4Xpdomam7ilpMbP+CaYvXU3UgGlOj4SzO6TeDwQKCElqEC01O8drTRkYqmqhkWM eGL4dcXGp7F/4m92z61zdDli439xakrindfDg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OMVEgPxbLS/JZrBYNh4MPRbHDO5CPLICw+gKJLJkRs1/M+SIZrlb+uJUSdvJ9xni5T cw3F7KQyH3rveJvMppmcMSQeNiP4tcBRaVRVZhVXqNkmB/emIOSxdJmCvoxUqS+N6Mrg swiY/XPnJ38eZloxe56PHaKBaamu8fjidUPrU= MIME-Version: 1.0 Received: by 10.216.85.132 with SMTP id u4mr867979wee.191.1263337896406; Tue, 12 Jan 2010 15:11:36 -0800 (PST) In-Reply-To: <20100112202715.GA98769@thought.org> References: <80f4f2b21001120900j7418c725k95221bb06cde0dc1@mail.gmail.com> <20100112202715.GA98769@thought.org> Date: Tue, 12 Jan 2010 18:11:36 -0500 Message-ID: <80f4f2b21001121511x53293ebhbdae69716d53aa39@mail.gmail.com> From: Jim To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: sendmail issues - make fails to create aliases.db in /etc/mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2010 23:11:42 -0000 > =A0 =A0 =A0 =A0Yeah, that might work. =A0I had troubles with aliases and = the database > =A0 =A0 =A0 =A0and it didn't resolve itself until I ran newaliases. =A0Bu= t newaliases is > =A0 =A0 =A0 =A0just a symlink to /usr/sbin/mailwrapper. =A0It calls /etc/= mail/mail.conf > =A0 =A0 =A0 =A0with newaliases which point to the *real* binary. =A0That'= s where things > =A0 =A0 =A0 =A0disappear down the rabbit hole. > > =A0 =A0 =A0 =A0Are you trying to run sendmail as postfix? > I did install postgress, I didn't expect it to make any changes (I had planned on potentially fiddling with it at some point, so I wanted it in the jail template). I'm assuming it must have made modifications to my system replacing sendmail with it? Thanks -Jim Stapleton