On Thu, 2009-04-09 at 21:57, Charles Marcus wrote:
> > Extrapolating from your example, I can I just: > > protocol imap { > ... > log_path = /var/log/imap.log > info_log_path = /var/log/imap.log > } > protocol pop3 { > ... > log_path = /var/log/pop3.log > info_log_path = /var/log/pop3.log > } > In using this as above, you can omit info_log_path entries (unless you want it to go to yet another file altogether)