[Dovecot] dovecot delivery log
Trying to debug a delivery problem recently (with Postfix) and I realized that Dovecot wasn't logging any of the delivery information. I'm using Postfix to recieve mail, which is passing it on to Dovecot's deliver to actually deliver the emails into the mail boxes.
In dovecot.conf, I have: protocol lda { log_path = /var/tmp/dovecot-deliver.log }
[root]# dir /var/tmp/ total 2 drwxrwxrwt 2 root root 1024 Oct 22 12:30 . drwxr-xr-x 24 root root 1024 Aug 5 08:03 .. -rw------- 1 vmail vmail 0 Oct 22 12:11 dovecot-deliver.log
The log file gets created OK, but then stays at zero size.
Using: Postfix 2.3.3 Dovecot 1.1.4 (and previously 1.0.9)
Any clues as to how I can have a delivery log?
jalal escreveu:
Trying to debug a delivery problem recently (with Postfix) and I realized that Dovecot wasn't logging any of the delivery information. I'm using Postfix to recieve mail, which is passing it on to Dovecot's deliver to actually deliver the emails into the mail boxes.
In dovecot.conf, I have: protocol lda { log_path = /var/tmp/dovecot-deliver.log }
Any clues as to how I can have a delivery log?
That file will only log errors and abnormal conditions. To get information on all deliveries, set info_log_path to the file you want.
-- Eduardo M Kalinowski eduardo@kalinowski.com.br
2008/10/22 Eduardo M KALINOWSKI eduardo@kalinowski.com.br:
jalal escreveu:
Trying to debug a delivery problem recently (with Postfix) and I realized that Dovecot wasn't logging any of the delivery information. I'm using Postfix to recieve mail, which is passing it on to Dovecot's deliver to actually deliver the emails into the mail boxes.
In dovecot.conf, I have: protocol lda { log_path = /var/tmp/dovecot-deliver.log }
Any clues as to how I can have a delivery log?
That file will only log errors and abnormal conditions. To get information on all deliveries, set info_log_path to the file you want.
Ah yes, I see it now. It's kind of buried in a bunch of POP3 and IMAP login messages, but yes, it is there.
Thanks.
participants (2)
-
Eduardo M KALINOWSKI
-
jalal