Re: [Exim] Exim log file location

Top Pagina
Delete this message
Reply to this message
Auteur: Adam D. Barratt
Datum:  
Aan: exim-users
Onderwerp: 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