Hi,
in fsl.imapd (current imapd-2.1.13-20030530) there is no statement
for timsieved. This leads to the behaviour that timsieved falls through
fsl.imapd and should log to default.log where it is obviously not
permitted to.
See if you like the appended fix. For me it helped to clear the
situation. I now receive fine log information :-)
Regards,
Tassilo
--- fsl.imapd.orig 2003-06-09 12:56:15.000000000 +0200
+++ fsl.imapd 2003-06-09 12:56:50.000000000 +0200
@@ -26,6 +26,18 @@
}
};
+ident (timsieved)/.+ q{
+ prefix(
+ prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
+ )
+ -> {
+ debug: file(
+ path="@l_prefix@/var/imapd/log/timsieved.log",
+ append=1, perm=0644
+ )
+ }
+};
+
ident (lmtpd)/.+ q{
prefix(
prefix="%b %d %H:%M:%S %N <%L> $1[%P]:
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [EMAIL PROTECTED]