Hello!

* Noel Jones (njo...@megan.vbhcs.org) schrieb:


> It sounds as if you're trying to monitor postfix health.

No, actually i wanted to check the installation. I'm learning docker and
am trying to create an image from a Dockerfile.

Unfortunately Docker doens't allow set-gid files unless startet with
--privileged. So i wanted to check if the file-permissions are ok, if
not set them (thank you for the hint on "postfix set-permissions") and
then check again.

somethink like:

if not postfix check
  postfix set-permissions
  if not postfix check
    ERROR "please run docker with --privileged"
  fi
fi


But its not that easy.


Regards
Sascha

Reply via email to