[Dovecot] Problem with ldap error logging

Timo Sirainen tss at iki.fi
Tue Aug 25 16:25:10 EEST 2009


On Tue, 2009-08-25 at 00:29 -0400, Bernie Innocenti wrote:
> On upgrading to Dovecot 1.2.3, the "cmusieve" plugin was replaced by
> "sieve", so I started getting these errors in my maillog until I fixed
> the configuration:
> 
>   Aug 19 11:33:26 trinity dovecot: deliver(bernie): Fatal: Plugin cmusieve not found from directory /usr/lib/dovecot/lda
..
> Better yet, Dovecot's deliver agent should return a temporary failure,
> although I'm not sure if there's a conventional exit code to propagate
> this condition to the parent process.

That's what it does..:

% ./deliver 
% echo $?
75
% tail -1 /var/log/dovecot.log
Aug 25 09:24:01 deliver(tss): Fatal: Plugin asdf not found from directory /usr/local/lib/dovecot/lda
% grep define.*EX_TEMPFAIL /usr/include/sysexits.h 
#define EX_TEMPFAIL     75      /* temp failure; user is invited to retry */

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20090825/1ad80aa6/attachment.bin 


More information about the dovecot mailing list