Currently exim4 logs to /var/log/exim4/mainlog but I would like to stop this.

I'v checked a few man pages but none show how to do this.

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted
log_selector = -all

in exim.conf, but I wouldn't really do that. Complete list of valid values at http://www.exim.org/exim-html-current/doc/html/spec_html/ch49.html#SECTlogselector

link|improve this answer
Why would you not do that? – Mint Dec 31 '11 at 3:15
'cause I'd have no traces to analyze in case of problems (of any kind, from delivery to abuse...) – S19N Dec 31 '11 at 3:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.