[Dovecot] LMTP logging

Timo Sirainen tss at iki.fi
Fri Feb 22 16:50:22 EET 2013


On Fri, 2013-02-22 at 15:32 +0100, Peter Rindfuss wrote:
> Hi,
> 
> Is there a way (in Dovecot 2.1.14) to sent LMTP log entries and IMAP log 
> entries to different files?  I know I could achieve this with syslog-ng, 
> but as LDA has a log file of its own, I am wondering if this is possible 
> with LMTP as well. I apologize if I missed something in the wiki.

This should work:

service lmtp {
  executable = lmtp -L
}
protocol lmtp {
  log_path = ..
}




More information about the dovecot mailing list