From owner-freebsd-current@freebsd.org Wed Apr 27 18:08:03 2016 Return-Path: Delivered-To: freebsd-current@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 36698B1E5B8 for ; Wed, 27 Apr 2016 18:08:03 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.0x20.net", Issuer "mail.0x20.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F0B87198D; Wed, 27 Apr 2016 18:08:02 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 4A1406E0082; Wed, 27 Apr 2016 20:07:59 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id u3RI7wSW065874; Wed, 27 Apr 2016 20:07:58 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id u3RI7uAY063863; Wed, 27 Apr 2016 20:07:56 +0200 (CEST) (envelope-from lars) Date: Wed, 27 Apr 2016 20:07:56 +0200 From: Lars Engels To: Chagin Dmitry Cc: Boris Samorodov , FreeBSD Current Subject: Re: no smtp service after upgrade Message-ID: <20160427180756.GD82927@e-new.0x20.net> Mail-Followup-To: Lars Engels , Chagin Dmitry , Boris Samorodov , FreeBSD Current References: <20160427140847.GA4733@chd.heemeyer.club> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hKtPopALqVfswSW2" Content-Disposition: inline In-Reply-To: <20160427140847.GA4733@chd.heemeyer.club> X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p23 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 18:08:03 -0000 --hKtPopALqVfswSW2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 27, 2016 at 05:08:47PM +0300, Chagin Dmitry wrote: > On Wed, Apr 27, 2016 at 04:34:29PM +0300, Boris Samorodov wrote: > > Hi All, > >=20 > > There is no smtp service after recent update: > > ----- > > % sockstat -4l > > USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN > > ADDRESS > > root sshd 879 4 tcp4 *:22 *:* > > root syslogd 663 7 udp4 *:514 *:* > > ----- > >=20 > > I use (almost) default mail configuration. > > ----- > > % grep mail /etc/rc.conf{,.local} > > % > > ----- > >=20 > > I've notice a huge etc updates at update. Seems they may be related. > > > the same here, chmod +x /etc/rc.d/sendmail=20 I wonder why the sendmail rc script gets installed with mode 444. When I run "make install" in src/etc/rc.d all other scripts get installed with mode 555. The relevant part of the Makefile is =2Eif ${MK_SENDMAIL} !=3D "no" FILESGROUPS+=3D SMRCD SMRCD=3D sendmail =2Eendif SMRCDDIR=3D /etc/rc.d SMRCDDIRMODE=3D ${BINMODE} SMRCDPACKAGE=3D sendmail ${BINMODE} is used for all scripts, so I can't see why it is different for sendmail. --hKtPopALqVfswSW2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJXIP/8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1t6HkH/2nhNk1067WaSHd7zt/dIi3p YU9F9SGk9Fu3UR49lWMAfnAzrNR7uDcvzvpq8ZIpevNDT9bhPlkwvlIm+3n71h12 6kW7aTuhAW6YWSijjSI0rxFXngpwdNjHV3j7HBG9AHVSi9Gpq+HlFb34vjU2IdTc ebnfiLxRMg9Dww7J37ZG6mohUNszFf129zYGTvuuRUF68EGlJQBUQoDIT2Yi5FAg qYouk5mtewimDbbu9s6AN4DbheoiJ6ILz4Rzu6EX4zelBWSXj85FiNl09RmE9AJp ag8uWJJ9xZmie5dvZuIoIEYjtGFYOuJ2heuz61/GJas/S0z54NCaTGEkluhMbaY= =8t2P -----END PGP SIGNATURE----- --hKtPopALqVfswSW2--