On Mon, Jun 27, 2022 at 07:19:59AM +0200, Maurizio Caloro <mauri...@caloro.ch> 
wrote:

> On 27.06.2022 00:24, Wietse Venema wrote:
> > Maurizio Caloro:
> > 
> > setup also opendkim and will appear now the error "
> > > *key data is not secure: / is writeable and owned by uid 110 which
> > > is not the executing uid (115)*  *or the superuser*"
> > > it's seem that i have permission issue?
> > Look at the output from:
> > 
> > ls -ld /
> > 
> >     Wietse
> 
> thanks but stil the same
> 
> # ls -ld
> drwx------ 2 opendkim opendkim 4096 Jun 27 06:59 .

You left the / off the end of the command, so it only applied
to the current directory, not to the / directory. Try:

  ls -ld /

Is / really owned by the user bind as indicated by the opendkim
error message? If so, chown it back to root, and see if anything
else has been incorrectly chowned by mistake.

I'm probably being ridiculous (sorry) but the error message looks
like it's saying that / is writable and owned by the user bind.
That's very unlikely, but if it were true, it would be worth an
error message.

cheers,
raf

Reply via email to