On Tue, 27 Sep 2005, Marc Perkel wrote: > From: Marc Perkel <[EMAIL PROTECTED]> > To: [email protected] > Date: Tue, 27 Sep 2005 08:52:06 -0700 > Subject: [exim] Multiple Log Files > > Is there any way to have multiple log files? I'd like to have a > separate like file for each interface address.
I thought about this and decided against it. Instead I just extended what's logged so I could pick out the different interfaces if necessary. Done by including the following in exim's configuration file: # Slightly increase the stats we log. This will be useful when # looking for authenticated SMTP connections. log_selector = +incoming_interface -- Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK [EMAIL PROTECTED] Phone: +44 1225 386101 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
