[BACK]Return to syslog.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/syslog.conf, Revision 1.5

1.5     ! deraadt     1: #      $OpenBSD: syslog.conf,v 1.4 1997/04/02 11:56:42 kstailey Exp $
1.2       deraadt     2: #
1.3       millert     3:
                      4: *.err;kern.debug;auth.notice;authpriv.none;mail.crit   /dev/console
                      5: *.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none        /var/log/messages
                      6: kern.debug,user.info,syslog.info                       /var/log/messages
                      7: auth.info                                              /var/log/authlog
                      8: authpriv.debug                                         /var/log/secure
                      9: cron.info                                              /var/cron/log
                     10: daemon.info                                            /var/log/daemon
                     11: ftp.info                                               /var/log/xferlog
                     12: lpr.debug                                              /var/log/lpd-errs
                     13: mail.info                                              /var/log/maillog
1.4       kstailey   14: local0.info                                            /var/log/ipflog
1.3       millert    15: #local2.debug                                          /var/log/chat
                     16: #uucp.info                                             /var/log/uucp
                     17:
                     18: *.err                                                  root
                     19: *.notice;auth.debug                                    root
                     20: *.alert                                                        root
                     21: *.emerg                                                        *
                     22:
1.5     ! deraadt    23: # Uncomment to log to a central host named "loghost".   You need to run
        !            24: # syslogd with the -u option on the remote host if you are using this.
        !            25: # (This is also required to log info from things like routers and
        !            26: # ISDN-equipment).  If you run -u, you are vulnerable to syslog bombing,
        !            27: # and should consider using ipf to block external syslog packets
1.3       millert    28: #*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none       @loghost
                     29: #kern.debug,user.info,syslog.info                              @loghost
                     30: #auth.info,authpriv.debug,daemon.info                          @loghost