--- fsl.sample.cfg 2002/07/25 10:14:03 1.2
+++ fsl.sample.cfg 2002/07/29 17:43:44 1.3
@@ -4,16 +4,16 @@
ident (.*)a(.*)/(.*)p q{
debug: prefix(prefix="%b %d %H:%M:%S <%L> $1[%P]: ", timezone=local)
- -> file(path="sendmail.debug.log", append=0, perm=432)
+ -> file(path="sendmail.debug.log", append=0, perm=0644)
};
ident mail/.* q{
error: prefix(prefix="%b %d %H:%M:%S <%L> $1[%P]: ", timezone=local)
- -> file(path="mail.error.log", append=0, perm=432)
+ -> file(path="mail.error.log", append=0, perm=0644)
};
ident news/.* q{
warning: prefix(prefix="%b %d %H:%M:%S <%L> $1[%P]: ", timezone=local)
- -> file(path="news.warning.log", append=0, perm=432)
+ -> file(path="news.warning.log", append=0, perm=0644)
};
|