# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. xwall = { plugin_version = "1.0.1" # 2007-09-14 - 1.0 - KBB - added version number and changed file name from beta_xwall.cfg # 2011-07-27 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "Forum Systems" info.1.device = "XWall" info.1.version.1 = "" # The name of the log format log.format.format_label = "XWall Log Format" log.miscellaneous.log_data_type = "csv" log.miscellaneous.log_format_type = "firewall" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_expression = ` matches_regular_expression(volatile.log_data_line, '^"Date","Time","IP","Host","From","Err","Reason","SLS","To","Greylisting","Triplet"') or matches_regular_expression(volatile.log_data_line, '^"Date","Time","Type","ReturnPath","From","Name","Recipient","MsgDate","MsgTime","Subject","MessageID","Prio","SendPrio","RR","Size","Att","History","Infected","Virusinfo","Spam","Format","Bayes","Exclude","IPAddress","Hostname","Heuristic","AttType","SLSService","SLSInfo"') ` # Log fields log.fields = { date = "" time = "" type = "" returnpath = "" from = "" name = "" recipient = "" msgdate = "" msgtime = "" subject = "" messageid = "" prio = "" sendprio = "" rr = "" size = "" att = "" history = "" infected = "" virusinfo = "" spam = "" format = "" bayes = "" exclude = "" ipaddress = "" hostname = "" heuristic = "" atttype = "" slsservice = "" slsinfo = "" ip = "" host = "" err = "" reason = "" sls = "" to = "" greylisting = "" triplet = "" } # log.fields # Database fields database.fields = { date_time = "" hour_of_day = "" day_of_week = "" type = "" returnpath = "" from = "" name = "" recipient = "" subject = "" messageid = "" prio = "" sendprio = "" rr = "" size = "" att = "" history = "" infected = "" virusinfo = "" spam = "" format = "" bayes = "" exclude = "" ipaddress = "" hostname = "" heuristic = "" atttype = "" slsservice = "" slsinfo = "" ip = "" host = "" err = "" reason = "" sls = "" to = "" greylisting = "" triplet = "" } # database.fields # Log Filters log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'events = 1;' } # mark_entry } # log.filters log.field_options = { sessions_page_field = "url" sessions_visitor_id_field = "browsing_host" sessions_event_field = "page_views" } # log.field_options database.numerical_fields = { events = { default = true requires_log_field = false entries_field = true } # events } # database.numerical_fields create_profile_wizard_options = { # How the reports should be grouped in the report menu report_groups = { date_time_group = "" } # report_groups } # create_profile_wizard_options } # xwall