1 May
2009
1 May
'09
11:56 p.m.
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.