From owner-freebsd-questions@freebsd.org Sat Apr 23 13:22:15 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 03FDEB12266 for ; Sat, 23 Apr 2016 13:22:15 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F5261C96 for ; Sat, 23 Apr 2016 13:22:14 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id B843FDF35 for ; Sat, 23 Apr 2016 13:22:11 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/B843FDF35; dkim=none; dkim-atps=neutral Subject: Re: daily run output To: freebsd-questions@freebsd.org References: <571B5C87.4090504@FreeBSD.org> From: Matthew Seaman Message-ID: <571B7703.4000903@FreeBSD.org> Date: Sat, 23 Apr 2016 14:22:11 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CJdV2sBmaVPMaHOsE1HnHQGn6qv4G60dW" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk 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 13:22:15 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --CJdV2sBmaVPMaHOsE1HnHQGn6qv4G60dW Content-Type: multipart/mixed; boundary="D58qckTmIKDkVwsukR289C7iE38fnBXj5" From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <571B7703.4000903@FreeBSD.org> Subject: Re: daily run output References: <571B5C87.4090504@FreeBSD.org> In-Reply-To: --D58qckTmIKDkVwsukR289C7iE38fnBXj5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 23/04/2016 13:07, Carmel wrote: > On Sat, 23 Apr 2016 12:29:11 +0100, Matthew Seaman stated: >=20 >> 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? =20 >> >> 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 -- bu= t >> 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. >=20 > Okay, let me see if I am following you correctly. >=20 > This is the "/etc/mail/mailer.conf" file: >=20 > # $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 >=20 > 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 >=20 > 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? >=20 No. You can do what you like with the mailer.conf files, but you don't *need* to do anything. All I am stating is that you can ignore the warning message. Matthew --D58qckTmIKDkVwsukR289C7iE38fnBXj5-- --CJdV2sBmaVPMaHOsE1HnHQGn6qv4G60dW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXG3cDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATrrQQAIVU7ttAFOMYRamp0UoypRZQ okA5EpY78lP/80GO2JNfBHhVy62WC76nq8kAQWKSWU6UrIKhsOiPqijRTrKqTosO FqZXSx1uI4bEj1y0WaA8y1CJKGXOB33w9I8U5GXVxRx6xmC+FXsiKdouFjE5DmDt f7DXtJcEcUU2GFBJuIX/yatcgrp4vdUNjjtk4AvaweAHREySL5UQpvsWmcZm/VPJ q0Lcmnav8viWT9cZWNdlKdpdIKrCO2kOSU86TtvwVZzYDcAyKdgzo8mPeZom1A+u SDTLsEJlR5YuPvJIZaKXh+4+lhLHHU/0AZO87S2thzeunPiBZvQQw3wxfkHj7iLz h/GXSxEQvHoCYuk6yS/I4+MEIMA2FcYftjCqujCgjnFTPn8Ba4Vzz3UUsKiPvOMP 5f14B4qPQaJVpubF+EaYZuVuhPBuxrP9Lv9f8G3by/NKUOQpUTJntD3cntO38KKv VG0X8iflhXZnVNLpg0T0R3w12DPorjrTRCJJw7B2G287Inb/Dlj0W2fvl+zxsLhP F1ucArI2IzN5HzOz7zdu8X5GPxCZn76RjI5cLEeP5ADaL2QKL4nzRTGQJJ6RAFWA RCvj6ZYqhcgGFHLldskELqlv/HTtEJAZqBOCs3GnwOiVKC319havV7QJS4qvySD7 1p3k02w46+L1Gpy31gyQ =pzI/ -----END PGP SIGNATURE----- --CJdV2sBmaVPMaHOsE1HnHQGn6qv4G60dW--