[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sendmail/mailwrapper changes mod
* Liam <allenwc@shaw.ca> [020316 15:37]:
> system is 3.0 -stable
>
> does anyone have any idea why mailwrapper would change its mod from
> one day to the next?
>
> Thursday all was well, Friday I started getting sendmail errors
>
> Sendmail[allenwc] insufficient privileges to change UID.
> I checked and mailwrapper had become -r-xr-xr-x ?
That's what it's supposed to be. My guess is that something else is
fubared. Run this and see if mtree fixes anything:
cd /usr/src/etc && make DESTDIR=/ distrib-dirs
ender:david {116} ls -al `which mailwrapper`
-r-xr-xr-x 1 root bin 12288 Dec 29 04:52
/usr/sbin/mailwrapper
David