10 Apr
2009
10 Apr
'09
1:11 a.m.
On Fri, 2009-04-10 at 07:57 +1000, Noel Butler wrote:
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
Yeah. That's because all logging is done via master process, which logs only to one log (and one info log). deliver however doesn't log via master, because it's executed independently.