From owner-freebsd-questions@FreeBSD.ORG Thu Oct 18 18:09:21 2007 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 9791916A41A for ; Thu, 18 Oct 2007 18:09:21 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 24F6213C458 for ; Thu, 18 Oct 2007 18:09:20 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 86543 invoked by uid 1002); 18 Oct 2007 18:09:20 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 11.079314 secs); 18 Oct 2007 18:09:20 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 18 Oct 2007 18:09:08 -0000 Message-ID: <4717A149.1040508@ibctech.ca> Date: Thu, 18 Oct 2007 14:09:13 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: tonylabarbara@aol.com References: <8C9DFA34D82171D-C6C-72A7@webmail-me13.sysops.aol.com> <471766D7.7080909@ibctech.ca> <8C9DFADBD325F52-B64-40D1@webmail-mf04.sysops.aol.com> <6.0.0.22.2.20071018095926.024c51a8@mail.computinginnovations.com> <8C9DFC6C37DB458-B64-50C2@webmail-mf04.sysops.aol.com> In-Reply-To: <8C9DFC6C37DB458-B64-50C2@webmail-mf04.sysops.aol.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, derek@computinginnovations.com Subject: Re: How To Change Email Addr? 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: Thu, 18 Oct 2007 18:09:21 -0000 tonylabarbara@aol.com wrote: > > chmod 644 /etc/mail/aliases > I tried that and checked the permissions on > /etc/mail/aliases.db > but nothing works :( Any other ideas? Try this: # cd /etc/mail # makemap hash aliases < aliases Then post to this list output from: # ls -la | grep aliases If the timestamp of aliases.db had not been updated, post output to the list from: # whoami # ls -la /etc/mail Regards, Steve