########################################################################### # The configuration file for Kaspersky Anti-Spam Plugin for CommuniGate Pro. # Originator page: # # Mail your suggestions and bug reports to ########################################################################### # The header to be added to the rated messages # The ^1 combination is replaced with the digital message score. # The ^2 combination is replaced with the bar score. # You can insert multiple lines if you use "\e" as a line breaker. Header="X-Junk-Score: ^1 [^2]\eX-KAS-Score: ^1 [^2]"; # Defines the bar score ranges. By default the following ratios are used: # digital Bar score # 0 [] # 1-39 [X] # 40-80 [XX] # 81-90 [XXX] # 91-95 [XXXX] # 96-99 [XXXXX] # 100 [XXXXXX] # You can create up to 20 ranges. BarScoreRanges=(0,39,80,90,95,99,100); # The score which triggers the AlertHeader to be inserted into the message, # and if mesage addresses will be included into Spam Sources/Targets lists # of the daily reports. AlertLevel=96; # The header to be added to the rated messages if its score is equal or greater # than the value of AlertLevel. The "X-Color: red" combination changes the message # color when viewed via CommuniGate Pro WebMail interface. AlertHeader="X-Alert: possible spam!\eX-Color: red"; # Use Cloud-based spam detection technologies (UDS, SURBL, URL Reputation). # If this option is disabled, no requests to the Kaspersky Lab cloud services are made. # This option is enabled by default. # # Possible values: No, Yes # #UseCloud = Yes; # Proxy server settings for Cloud Protection # #ProxyServerHost = "hostname:80"; #ProxyServerAuth = "user:password"; # The time between automatic updates of spam database, in minutes # The default value is 5 # # AutoUpdateInterval=5; # Check message bodies with linguistic analysis. # This option is enabled by default. # Possible values: No, Yes # #UseHeuristic = No; # Use DNS-based spam detection technologies. # This option is enabled by default. # Possible values: No, Yes # #UseDNSHeuristic = No; # Use anti-phishing spam detection technology. # This option is enabled by default. # Possible values: No, Yes # #UseAntiPhishing = No; # Enable technology for checking the IP reputation. # This option is enabled by default. # Possible values: No, Yes # #UseIPReputation = No; # Use Reputation Filtering spam detection technology. # This option is enabled by default. # Possible values: No, Yes # #UseReputationFiltering = No; # Use graphical recognition spam detection technology (GSG). # This option is enabled by default. # Possible values: No, Yes # #UseGraphicalAnalysis = No; # Analyze messages for obscene language. # This option is enabled by default. # Possible values: No, Yes # #UseObsceneFiltration = No; # Automatically mark all messages in eastern language encodings as spam. # This option is disabled by default. # Possible values: No, Yes # #EasternLanguageFiltration = Yes; # Automatically mark all messages in cyrillic language encodings as spam. # This option is disabled by default. # Possible values: No, Yes # #CyrillicLanguageFiltration = Yes; # Provide statistical information to Kaspersky Lab. # This option is enabled by default. # Possible values: No, Yes # #ProvideStatistics = No; # The location of the "Submitted" directory, absolute or relative to the Base directory. # For Unix, e.g. "/var/CommuniGate/Submitted" # For Windows, e.g. "C:\\CommuniGate Files\\Submitted" SubmittedDirectory = "Submitted"; # What to do if the msg/hour license limit is reashed. # "Delay" - hold messages in Queue until next window # "Pass" - let exceeding messages go through without scanning OnLicenseLimitReached=Pass; # What to do when it detects an internal problem in the scanning Engine # Possible values: # Ignore - try to ignore the problem and continue # Exit - quit but try to complete the messages being scanned # Quit - quit immediately. OnProblem=Exit; # The maximum number of simultaneous scanning processes. # min: 1, max: 100 # You may want to decrease this value if the plugin is using too much CPU, # and increase if you have a multi-processor machine. # Note that the number of simultaneously scanned messages is also limited by the # number of Enqueuer processes in CommuniGatePro settings in SETTINGS->Queue page. MaxScanningThreads=5; # The parameters of the daily report message DailyReport = { Enabled=YES; From="MAILER-DAEMON"; To="postmaster"; Subject="Kaspersky Anti-Spam plugin daily report for ^1"; ExtraHeaders="X-Auto-Generated: report"; ReportSources=YES; ReportSourcesMax=10000; ReportTargets=YES; ReportTargetsMax=10000; }; # The file name and the interval in seconds for saving the statistics into a file. # Value of 0 disables this feature. StatDumpInterval=10; StatDumpFile="statistics.dat"; # The parameters of the event report messages EventsReports = { From="MAILER-DAEMON"; To="postmaster"; ExtraHeaders="X-Auto-Generated: report"; Started = { Enabled=YES; Subject="KAS plugin started on ^1"; }; Stopped = { Enabled=YES; Subject="KAS plugin stopped on ^1"; }; # this report is sent when spam database is updated. DatsUpdated = { Enabled=YES; Subject="KAS plugin spam database updated on ^1"; }; # this report is sent when a message is delayed for more than 10 minutes, maximum once per hour. LicenseLimitReached = { Enabled=YES; Subject="KAS plugin License Limit reached on ^1"; }; ProblemOccured = { Enabled=YES; Subject="KAS plugin problem detected on ^1"; }; };