[Dovecot] deliver_log_format not working with 1.2.rc3?
Hi list,
just a small issue with deliver_log_format.
Although, the parameter is altered in the config and is correctly shown with "dovecot -n", deliver uses only its default log_format.
root@terra:~# dovecot -n | grep -e deliver -e "^#" # 1.2.rc3: /etc/dovecot/dovecot.conf # OS: Linux 2.6.26-1-686 i686 Debian 5.0.1 deliver_log_format: %m:%$:%f:%s
this is from a recent mail:
deliver(antondollmaier@aditsystems.de): 2009-04-30 16:13:45 Info: sieve: msgid=<20090430141309.GN16305@katherina.student.utwente.nl>: stored mail into mailbox 'Dovecot-List'
Subject and From are obviously not logged.
Any hints?
thanks in advance.
best regards, Anton
On Thu, 2009-04-30 at 17:28 +0200, Anton Dollmaier wrote:
Although, the parameter is altered in the config and is correctly shown with "dovecot -n", deliver uses only its default log_format.
dovecot -n isn't supposed to show deliver settings.. This is finally fixed in v2.0.
root@terra:~# dovecot -n | grep -e deliver -e "^#" # 1.2.rc3: /etc/dovecot/dovecot.conf # OS: Linux 2.6.26-1-686 i686 Debian 5.0.1 deliver_log_format: %m:%$:%f:%s
So you must have put this inside plugin {}, which isn't really the correct place. It still should have worked though, except you probably have another deliver_log_format setting inside protocol lda {} which overrides it.
participants (2)
-
Anton Dollmaier
-
Timo Sirainen