|
@@ -2,7 +2,7 @@
|
|
|
## fsl.imapd -- OSSP fsl configuration for cyrus imapd
|
|
## fsl.imapd -- OSSP fsl configuration for cyrus imapd
|
|
|
##
|
|
##
|
|
|
|
|
|
|
|
-ident .*(imapd/.+) q{
|
|
|
|
|
|
|
+ident (imapd)/.+ q{
|
|
|
prefix(
|
|
prefix(
|
|
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
|
)
|
|
)
|
|
@@ -14,7 +14,7 @@ ident .*(imapd/.+) q{
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-ident .*(pop3d/.+) q{
|
|
|
|
|
|
|
+ident (pop3d)/.+ q{
|
|
|
prefix(
|
|
prefix(
|
|
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
|
)
|
|
)
|
|
@@ -26,7 +26,7 @@ ident .*(pop3d/.+) q{
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-ident .*(lmtpd/.+) q{
|
|
|
|
|
|
|
+ident (lmtpd)/.+ q{
|
|
|
prefix(
|
|
prefix(
|
|
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
|
)
|
|
)
|
|
@@ -38,7 +38,43 @@ ident .*(lmtpd/.+) q{
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-ident .*(master/.+) q{
|
|
|
|
|
|
|
+ident (idled)/.+ q{
|
|
|
|
|
+ prefix(
|
|
|
|
|
+ prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
|
|
|
+ )
|
|
|
|
|
+ -> {
|
|
|
|
|
+ debug: file(
|
|
|
|
|
+ path="@l_prefix@/var/imapd/log/idled.log",
|
|
|
|
|
+ append=1, perm=0644
|
|
|
|
|
+ )
|
|
|
|
|
+ }
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+ident (notifyd)/.+ q{
|
|
|
|
|
+ prefix(
|
|
|
|
|
+ prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
|
|
|
+ )
|
|
|
|
|
+ -> {
|
|
|
|
|
+ debug: file(
|
|
|
|
|
+ path="@l_prefix@/var/imapd/log/notifyd.log",
|
|
|
|
|
+ append=1, perm=0644
|
|
|
|
|
+ )
|
|
|
|
|
+ }
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+ident (cyrdeliver)/.+ q{
|
|
|
|
|
+ prefix(
|
|
|
|
|
+ prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
|
|
|
+ )
|
|
|
|
|
+ -> {
|
|
|
|
|
+ debug: file(
|
|
|
|
|
+ path="@l_prefix@/var/imapd/log/cyrdeliver.log",
|
|
|
|
|
+ append=1, perm=0644
|
|
|
|
|
+ )
|
|
|
|
|
+ }
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+ident (master)/.+ q{
|
|
|
prefix(
|
|
prefix(
|
|
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
|
|
|
)
|
|
)
|