Hello list, Testing lmtp deliver I can't constrain it to log all activity to separate file, like dovecot-lda does. Here is config: protocol lmtp { info_log_path = /var/log/dovecot/dovecot-deliver.log log_path = /var/log/dovecot/dovecot-deliver.log mail_plugins = acl quota trash virtual zlib expire sieve } protocol lda { info_log_path = /var/log/dovecot/dovecot-deliver.log log_path = /var/log/dovecot/dovecot-deliver.log mail_plugins = acl quota trash virtual zlib expire sieve } When message is proceed via protocol lda - record appear in /var/log/dovecot/dovecot-deliver.log, but when message arrives by protocol lmtp - logs got to /var/log/dovecot.log file. Is this settings suppose to be overwritten ?
On Thu, 2011-02-10 at 15:27 +0200, Nikita Koshikov wrote:> Hello list, > > Testing lmtp deliver I can't constrain it to log all activity to separate file, like dovecot-lda does. Here is config:LMTP processes are started by dovecot master process, so it logs through it. But you can avoid this with: service lmtp { executable = lmtp -L }