On Fri, 2 Nov 2001, Michael N. Shibaev wrote:
> How can i say to exim from command line where are his logs?
> (as option -C allows to point configuration file)
You can't. It would be ridiculous to have a command line option for
every configuration file option. However, you can get round this by
using macros. In your configuration file, put
LOG_PATH=/default/log/path
log_file_path = LOG_PATH
Then you can call exim with
exim -DLOG_PATH=/other/log/path ...
Of course, like -C, the use of -D requires privilege.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.