no smtp service after upgrade
Lars Engels
lars.engels at 0x20.net
Wed Apr 27 18:08:03 UTC 2016
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 603 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20160427/0a4dc6bb/attachment.sig>
More information about the freebsd-current
mailing list