10 Apr
2009
10 Apr
'09
12:57 a.m.
On Fri, 2009-04-10 at 07:42, Noel Butler wrote:
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)
Actually scrap that, I don't think any of that would work, it would use first match , the imap file for everything