Re: [Exim] Spool directory ownership

Pàgina inicial
Delete this message
Reply to this message
Autor: Robert Mognet
Data:  
A: exim-users
Assumpte: 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