Current File : //etc/syslog.conf
#
# Copyright (c) 1991, 2014, Oracle and/or its affiliates. All rights reserved.
#
# syslog configuration file.
#
# This file is processed by m4 so be careful to quote (`') names
# that match m4 reserved words.  Also, within ifdef's, arguments
# containing commas must be quoted.
#
*.err;kern.notice;auth.notice			/dev/sysmsg
*.err;kern.debug;daemon.notice;auth.none;mail.crit	/var/adm/messages

*.alert;kern.err;daemon.err			operator
*.alert						root

*.emerg						*

# if a non-loghost machine chooses to have authentication messages
# sent to the loghost machine, un-comment out the following line:
auth.notice;auth.info			ifdef(`LOGHOST', /var/log/authlog, @loghost)

#mail.debug			ifdef(`LOGHOST', /var/log/syslog, @loghost)

#
# non-loghost machines will use the following lines to cause "user"
# log messages to be logged locally.
#
ifdef(`LOGHOST', ,
user.err					/dev/sysmsg
user.err					/var/adm/messages
user.alert					`root, operator'
user.emerg					*
)
############################
# MUST use TAB not SPACE !!

# IMAP 16
local0.err;local0.notice;local0.crit;local0.emerg;local0.debug;local0.alert;local0.info	@203.124.10.51

# SMTP 17
local1.info	@203.124.10.51

# Qmail 18
local2.info	@203.124.10.51

# Clamav 19
local3.info	@203.124.10.51

# FTP 20
local4.info	@203.124.10.51

# POP3
mail.notice	/var/log/mail/connect.log
mail.notice	@203.124.10.51