From owner-freebsd-questions@FreeBSD.ORG Wed Feb 7 19:36:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BC5D16A406 for ; Wed, 7 Feb 2007 19:36:35 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from cetus.dawnsign.com (myrouter.dawnsign.com [216.70.250.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0002D13C4AC for ; Wed, 7 Feb 2007 19:36:34 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: by cetus.dawnsign.com with Internet Mail Service (5.5.2657.72) id <1PXZB77X>; Wed, 7 Feb 2007 11:39:17 -0800 Message-ID: <9DE6EC5B5CF8C84281AE3D7454376A0D0138F7@cetus.dawnsign.com> From: Doug Sampson To: "'Peter A. Giessel'" Date: Wed, 7 Feb 2007 11:39:16 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Cc: freebsd-questions@freebsd.org Subject: RE: newaliases not working? 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: Wed, 07 Feb 2007 19:36:35 -0000 > >> I believe that sendmail wants /etc/mail/aliases.db not > /etc/aliases. > >> You can remake your aliases.db by: > >> cd /etc/mail > >> make maps > >> > > Does not seem to do the trick. > > Sorry, try: > make aliases restart > > (more Makefile for other options) > No dice. Feb 7 11:29:48 ftp sm-mta[11136]: restarting /usr/sbin/sendmail due to signal Feb 7 11:29:48 ftp sm-msp-queue[11137]: restarting /usr/sbin/sendmail due to signal Feb 7 11:29:48 ftp sm-mta[14105]: starting daemon (8.13.8): SMTP+queueing@00:30:00 Feb 7 11:29:48 ftp sm-msp-queue[14107]: starting daemon (8.13.8): queueing@00:30:00 Feb 7 11:30:05 ftp sendmail[14113]: l17JU50O014113: from=root, size=30, class=0, nrcpts=1, msgid=<200702071930.l17JU50O014113@ftp.dawnsign.com>, relay=root@localhost Feb 7 11:30:05 ftp sm-mta[14114]: l17JU5T8014114: from=, size=356, class=0, nrcpts=1, msgid=<200702071930.l17JU50O014113@ftp.dawnsign.com>, proto=ESMTP, daemon=Daemon0, relay=localhost [127.0.0.1] Feb 7 11:30:05 ftp sendmail[14113]: l17JU50O014113: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30030, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l17JU5T8014114 Message accepted for delivery) Feb 7 11:30:06 ftp sm-mta[14116]: l17JU5T8014114: to=, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=30356, relay=mercury.dawnsign.com. [192.168.1.4], dsn=2.0.0, stat=Sent (OK) Thanks for the tip on make Makefile. It's interesting but I'd leave that to sendmail whizzes. ~Doug