Re: [exim] Working around “exim: permission denied”

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
古いトピック: [exim] Working around =?utf-8?Q?=E2=80=9Cexim=3A_?=permission denied”
新しいトピック: Re: [exim] Working around “exim: ?=permission =?utf-8?Q?denied”
題目: Re: [exim] Working around “exim: permission denied”
On 25/01/2022 21:05, Michael Steigman via Exim-users wrote:
> With OpenShift, however, all containers are run by a user with an arbitrary ID. That ID is linked to the project you are running the image in. It’s usually something like 1001360000. OpenShift adds the user to the image and makes it a member of the group root before starting up a container with the image.


I'm not a containers user myself, but Exim generally runs with the
assumption it needs to become anybody - for two reasons: opening
priv ports (25 is usually a restricted one) and delivery
into user's mailboxes. Therefore, suid root.

There's some notes in the docs on running in alternate modes,
(but I've never tried).

--
Cheers,
Jeremy