Re: no smtp service after upgrade

From: Lars Engels <lars.engels_at_0x20.net>
Date: Wed, 27 Apr 2016 20:07:56 +0200
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,
> > 
> > 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                 *:*
> > -----
> > 
> > I use (almost) default mail configuration.
> > -----
> > % grep mail /etc/rc.conf{,.local}
> > %
> > -----
> > 
> > I've notice a huge etc updates at update. Seems they may be related.
> >
> the same here, chmod +x /etc/rc.d/sendmail 

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

.if ${MK_SENDMAIL} != "no"
FILESGROUPS+=	SMRCD
SMRCD=		sendmail
.endif
SMRCDDIR=	/etc/rc.d
SMRCDDIRMODE=	${BINMODE}
SMRCDPACKAGE=	sendmail

${BINMODE} is used for all scripts, so I can't see why it is different
for sendmail.

Received on Wed Apr 27 2016 - 16:08:03 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:04 UTC