Re: [Exim] Spool directory ownership

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Robert Mognet
Fecha:  
A: exim-users
Asunto: Re: [Exim] Spool directory ownership
Hello,

On Sat, Sep 22, 2001 at 02:50:37PM +0200, Peter Salvage wrote:
> Hi all


> What have I done wrong?


You can make this directory under /var/log :

    mkdir exim
    chown exim
    chgrp exim
    chmod 0755 exim


To make Exim use that directory for your logs, compile exim after editing
LOG_FILE_PATH in the file <exim_source>/Local/Makefile.

> Can I change ownership of the spool directory from root
> to exim?


Not a good idea ;-)

Regards,
Robert