# # SAMPLE FAKESYSLOG CONFIGURATION FILE # ident sendmail/.* q{ debug: prefix(prefix="%%b %%d %%H:%%M:%%S <%%L> $1 [%%P]: ", timezone=local) -> file(path="sendmail.debug.log", append=0,perm=432) }; 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) }; 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) }; # have a nice day