From owner-freebsd-questions@freebsd.org Sat Apr 23 12:08:19 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40A99B19F3F for ; Sat, 23 Apr 2016 12:08:19 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC4S14.hotmail.com (blu004-omc4s14.hotmail.com [65.55.111.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 006271712 for ; Sat, 23 Apr 2016 12:08:18 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP39 ([65.55.111.136]) by BLU004-OMC4S14.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 23 Apr 2016 05:07:12 -0700 X-TMN: [ZYHPXJblsu0uKtRsRLh+bNhvetLRWcql] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Sat, 23 Apr 2016 08:07:09 -0400 From: Carmel To: freebsd-questions@freebsd.org Subject: Re: daily run output In-Reply-To: <571B5C87.4090504@FreeBSD.org> References: <571B5C87.4090504@FreeBSD.org> Organization: Seibercom NET X-Mailer: Claws Mail 3.13.2-dirty (GTK+ 2.24.28; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Apr 2016 12:07:11.0604 (UTC) FILETIME=[AAA46B40:01D19D58] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2016 12:08:19 -0000 On Sat, 23 Apr 2016 12:29:11 +0100, Matthew Seaman stated: >On 23/04/2016 10:27, Carmel wrote: >> The "daily run output" has been displaying this message: >> >> mailwrapper: no mapping in /usr/local/etc/mail/mailer.conf >> >> This is the mailer.conf file: >> >> # >> # Execute the Postfix sendmail program, >> named /usr/local/sbin/sendmail # >> sendmail /usr/local/sbin/sendmail >> send-mail /usr/local/sbin/sendmail >> mailq /usr/local/sbin/sendmail >> newaliases /usr/local/sbin/sendmail >> >> I a running postfix without any problems on a FreeBSD-11 machine. Is >> this something I should worry about? > >As I recall, this is to do with a change from ports modifying >/etc/mail/mailer.conf in the base system, instead moving that file to >/usr/local/sbin/mail/mailer.conf It's a new thing, and only in >11-CURRENT so far. Looks like there are still a few rough edges -- but >if postfix is working for you, then I don't think this message is >anything more than an annoyance. You should come to expect these sort >of things if you run the bleeding edge development version of the OS. Okay, let me see if I am following you correctly. This is the "/etc/mail/mailer.conf" file: # $FreeBSD: head/etc/mail/mailer.conf 93858 2002-04-05 04:25:14Z gshapiro $ # # Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail # sendmail /usr/libexec/sendmail/sendmail send-mail /usr/libexec/sendmail/sendmail mailq /usr/libexec/sendmail/sendmail newaliases /usr/libexec/sendmail/sendmail hoststat /usr/libexec/sendmail/sendmail purgestat /usr/libexec/sendmail/sendmail And this is the "/usr/local/etc/mail/mailer.conf" file: # # Execute the Postfix sendmail program, named /usr/local/sbin/sendmail # sendmail /usr/local/sbin/sendmail send-mail /usr/local/sbin/sendmail mailq /usr/local/sbin/sendmail newaliases /usr/local/sbin/sendmail So, it is obvious that the port modified the "/usr/local/etc/mail/mailer.conf" file. Are you impling that I should replace the "/etc/mail/mailer.conf" file with the "/usr/local/etc/mail/mailer.conf" file? -- Carmel