On Tue, 2007-06-12 at 18:54 +0200, Erland Nylend wrote:
protocol lda { log_path = /var/log/dovecot-deliver.err }
And with mode 0666 to make sure it's able to write there.
It logs the same information:
deliver(firstname.lastname@domain.tld): Jun 12 18:30:57 Info: msgid=ECEMJFJEJPMECJKPPFBJEEBOCCAA.foo.bar@domain.tld: save failed to INBOX deliver(firstname.lastname@domain.tld): Jun 12 18:30:57 Info: msgid=ECEMJFJEJPMECJKPPFBJGEBOCCAA.foo.bar@domain.tld: saved mail to INBOX
This is taken from /var/log/dovecot-deliver.err, and all the log lines before and after are "saved mail to INBOX" -lines.
Oh. I thought it would have written only errors there. I guess you should have also added then "info_log_path = /var/log/dovecot-deliver.info" or something. :)
But why is it then failing without an error message.. Post your dovecot -n output?