Re: [Exim] owner.group of log files?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Dave C.
Datum:  
To: Philip Hazel
CC: exim-users
Betreff: Re: [Exim] owner.group of log files?
Sigh.. Ok, I thought maybe I was missing something simple. I don't
really like site-hacks to code, I like to use the official version. So
I guess I'll just have a cron task setting it to the gid I want for
now.

On Mon, 6 Dec 1999, Philip Hazel wrote:

> On Sat, 4 Dec 1999, Dave C. wrote:
>
> > I have set the log directory to that group, and set the SetGID bit. I
> > have set all the current and archived files to that group. and set
> > group read permission.
>
> > Yet something (exim? exicylog?) keeps setting the current main or
> > reject log to group 'mail', which is the GID under which exim runs..
>
> Exim forces this. The problem is that it creates new log files and has
> to ensure they are accessible. Sometimes it just happens that it is root
> when it creates a log file - and when this happens it changes the
> uid/gid to the Exim uid/gid. It has to change the gid to *something* --
> it can't assume the SetGID bit has been properly set to what the
> administrator wants. The code that does this is line 213 in log.c of
> Exim 3.11, if you want to change it.
>
> I suppose there could be an option to control this, and refrain from
> changing if the directory has the SetGID bit. Noted.
>
> -- 
> Philip Hazel            University of Cambridge Computing Service,
> ph10@???      Cambridge, England. Phone: +44 1223 334714.

>
>