From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 01:38:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B11E16A4CE for ; Thu, 26 Feb 2004 01:38:18 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D129A43D2D for ; Thu, 26 Feb 2004 01:38:15 -0800 (PST) (envelope-from remko@elvandar.org) From: "Remko Lodder" To: "Matt Weatherford" , Date: Thu, 26 Feb 2004 10:38:09 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) In-Reply-To: <20040226001431.389B71B@mail.elvandar.org> Importance: Normal X-Virus-Scanned: for evilcoder.org Message-Id: <20040226093813.D9C512B4DA4@mail.evilcoder.org> Subject: RE: FreeBSD 5.2 & sendmail - root alias aliases not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 09:38:18 -0000 Hi, Since you use a smart host, all email is directly send to that host i think { not very familiar with sendmail } So my guess is that you need local aliases on t he smtp.washington.edu machine.. HTH, -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -----Oorspronkelijk bericht----- Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Namens Matt Weatherford Verzonden: donderdag 26 februari 2004 1:14 Aan: freebsd-questions@freebsd.org Onderwerp: FreeBSD 5.2 & sendmail - root alias aliases not working Hi, Im trying to hand off all the cron mail (to root) on my freebsd 5.2 server to another user or 2 using the aliases file and sendmail. The problem is that sendmail does not seem to be looking at my aliases file at all. Here is my setup: ali# grep send /etc/rc.conf sendmail_enable="NO" sendmail_submit_enable="YES" sendmail_msp_queue_enable="YES" ali# The only thing I changed from the default freebsd.mc file in /etc/mail was to uncomment/add the line: dnl Dialup users should uncomment and define this appropriately define(`SMART_HOST', `smtp.washington.edu') to hand off email to the campus-wide delivery system in /etc/aliases I have: # Pretty much everything else in this file points to "root", so # you would do well in either reading root's mailbox or forwarding # root's email from here. root: mbw, ncosgray Which I would assume will fwd mail to root to those 2 users... But when I run a test: ali# /usr/sbin/sendmail -v root < /dev/null LOG: MAIN <= root@u.washington.edu U=root P=local S=310 ali# Connecting to smtp.washington.edu [140.142.33.9]:25 ... connected SMTP<< 220 smtp.washington.edu ESMTP Sendmail 8.12.11+UW04.02/8.12.11+UW04.02; Wed, 25 Feb 2004 16:11:30 -0800 SMTP>> EHLO ali.csde.washington.edu SMTP<< 250-smtp.washington.edu Hello ali.csde.washington.edu, pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-EXPN 250-VERB 250-8BITMIME 250-SIZE 60000000 250-ETRN 250-AUTH GSSAPI 250-STARTTLS 250-DELIVERBY 250 HELP SMTP>> STARTTLS SMTP<< 220 2.0.0 Ready to start TLS SMTP>> EHLO ali.csde.washington.edu SMTP<< 250-smtp.washington.edu Hello ali.csde.washington.edu, pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-EXPN 250-VERB 250-8BITMIME 250-SIZE 60000000 250-ETRN 250-AUTH GSSAPI PLAIN LOGIN 250-DELIVERBY 250 HELP SMTP>> MAIL FROM: SIZE=1341 SMTP>> RCPT TO: SMTP>> DATA SMTP<< 250 2.1.0 ... Sender ok SMTP<< 250 2.1.5 ... Recipient ok SMTP<< 354 Enter mail, end with "." on a line by itself SMTP>> writing message and terminating "." SMTP<< 250 2.0.0 i1Q0BUWQ030526 Message accepted for delivery SMTP>> QUIT LOG: MAIN => root@u.washington.edu R=smarthost T=remote_smtp H=smtp.washington.edu [140.142.33.9] X=TLSv1:EDH-RSA-DES-CBC3-SHA:168 LOG: MAIN Completed ali# It never changes the "root" to "mbw" or "ncosgray" Can anyone explain this and/or help me to fix it? thanks, Matt _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"