On Wed, Aug 18, 2010 at 10:52 AM, Timo Sirainen wrote:
> This is the problem. You've specified a debug_log_path explicitly
> globally and didn't override it for lda. So lda was trying to open the
> debug log and failed to do it. Either comment out the global (it
> defaults to info_log_path) or ove
On Wed, 2010-08-18 at 10:50 -0500, Nishant Limbachia wrote:
> > doveconf -f service=lda|grep log_path
>
> debug_log_path = /var/log/dovecot.log
This is the problem. You've specified a debug_log_path explicitly
globally and didn't override it for lda. So lda was trying to open the
debug log and fa
On Wed, Aug 18, 2010 at 10:04 AM, Timo Sirainen wrote:
> It doesn't matter. The files are split only for readability.
I've removed the the following from 10-logging.conf and kept it in
15-lda.conf. I've also restart dovecot after the change.
protocol lda {
log_path = /var/log/dovecot-lda.log
On Tue, 2010-08-17 at 22:22 -0500, Nishant Limbachia wrote:
> I've read the LDA.txt in the wiki documentation and it states I can override
> log_path & info_log_path like this:
>
> protocol lda {
> log_path = /var/log/dovecot-lda.log
> info_log_path = /var/log/dovecot-lda.log
> }
Yes.
> What I
Hi everyone,
I'm using Postfix and Dovecot with dovecot-lda used for local delivery.
I've successfully migrated from 1.2.13 to 2.0.0 however I have a little
problem with dovecot-lda logging. With version 1.2.13, I use to log
dovecot-lda to /var/log/dovecot-lda.log with world-writable mode. With
v
Timo Sirainen wrote:
On Fri, 2007-03-23 at 17:18 -0400, Jonathan Stewart wrote:
I have Dovecot LDA logging fine right now but I really don't like having
my log files world writable because I have users with shell access.
Is there a way to have Dovecot LDA log to syslog
Set the log_path and
On Fri, 2007-03-23 at 17:18 -0400, Jonathan Stewart wrote:
> I have Dovecot LDA logging fine right now but I really don't like having
> my log files world writable because I have users with shell access.
>
> Is there a way to have Dovecot LDA log to syslog
Set the log_path and info_log_path emp
I have Dovecot LDA logging fine right now but I really don't like having
my log files world writable because I have users with shell access.
Is there a way to have Dovecot LDA log to syslog or would it be possible
to write a mini-daemon that could log to syslog on behalf of Deliver or
somethin