Subject: Re: postinstall fix sendmail problem on netbsd 3
To: Asmodehn Shade <asmodehn@gmail.com>
From: Matthias Scheler <tron@zhadum.org.uk>
List: netbsd-users
Date: 06/07/2007 13:15:03
On Thu, Jun 07, 2007 at 12:56:26PM +0200, Asmodehn Shade wrote:
> $ /usr/sbin/postinstall fix sendmail
> Source directory: /usr/src
> Target directory: /
> sendmail fix:
>         /usr/libexec/sendmail/sendmail binary has wrong owner/mode [NOT FIXED]
> chown: smmsp: invalid group name
>         Client queue /var/spool/clientmqueue has wrong owner/mode [NOT FIXED]
> postinstall fixes passed:
> postinstall fixes failed: sendmail
> 
> Anyone has an idea on why and how to fix this ?

1.) Add the missing "smmsp" group. "postinstall" should have complained
    about that.

2.) If that doesn't fix the problem use these commands:

chown root:smmsp /usr/libexec/sendmail/sendmail
chmod 2555 /usr/libexec/sendmail/sendmail
chow smmsp:smmsp /var/spool/clientmqueue
chmod 770 /var/spool/clientmqueue

	Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/