Re: [Exim] Exim log file location

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Adam D. Barratt
Fecha:  
A: exim-users
Asunto: Re: [Exim] Exim log file location
Moe Aboulkheir wrote:
[...]
> also, i would be very curious to know if
> anyone knows of a way to find out the location of the logs on a given
> system without just randomly poking around /var. thanks (im writing
> a program)


adb@deathstar:~$ exim4 -bP log_file_path
log_file_path = /var/log/exim4/%slog

Replace `%s' with each of `main', `panic' and `reject', as appropriate.

Adam