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