Re: [Exim] Exim log file location

Etusivu
Poista viesti
Vastaa
Lähettäjä: Adam D. Barratt
Päiväys:  
Vastaanottaja: exim-users
Aihe: 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