Re: [Exim] Exim log file location

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Adam D. Barratt
Data:  
Para: 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