Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2017
907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.00 KB | None | 0 0
  1. cat esets.cfg
  2. ################################################################################
  3. # esets.cfg
  4. #
  5. # Main ESET Security configuration file is a configuration file for all the
  6. # ESET's Security products running under Linux/BSD OS.
  7. #
  8. # The configuration file is composed from sections each containing a variety
  9. # of configuration options. The configuration section definition format is:
  10. #
  11. # [sname]
  12. #
  13. # where 'sname' is a header name of an appropriate section. The configuration
  14. # option definition format is:
  15. #
  16. # pname = pvalue
  17. #
  18. # where 'pname' is any valid parameter name and 'pvalue' is any value accepted
  19. # by an appropriate parameter. For more refer to esets.cfg(5) manual page.
  20. #
  21. # Any line starting with a semi-colon (;) or a hash (#) is assumed to be
  22. # comment and thus ignored. In this sample file a hash character is used for
  23. # commentary and a semi-colon character is used for commented configuration
  24. # options that may be enabled and modified (Note that the commented options
  25. # values represent defaults for an appropriate configuration options.).
  26. #
  27. ################################################################################
  28.  
  29.  
  30. [global]
  31. #
  32. # Main ESETS system control options.
  33. #
  34.  
  35. # daemon_sock_path = "path"
  36. # Path to UNIX socket used to communicate with main daemon (esets_daemon).
  37. #daemon_sock_path = "/tmp/esets.sock"
  38.  
  39. # num_thrd = value
  40. # Number of main daemon (esets_daemon) scanning threads.
  41. #num_thrd = 2
  42.  
  43. # restricted_user = user
  44. # Run all executive daemons as this user (or don't change uid, if empty).
  45. #restricted_user = "esets"
  46.  
  47. # av_clean_file_cache_size = value
  48. # Number of cached results.
  49. #av_clean_file_cache_size = 50000
  50.  
  51. # scheduler_tasks = tasks
  52. # Scheduled tasks.
  53. # Refer to esets_daemon(8) manual page for details.
  54. #scheduler_tasks = "1;Log maintenance;;0;0 3 * * * *;@logs;3;Automatic startup file check;;0;login;@sscan;4;Automatic startup file check;;0;engine;@sscan;64;Regular automatic update;;;repeat 60;@update;66;Automatic update after user logon;disabled;;login 60;@update;"
  55.  
  56. #
  57. # ESETS Logging options.
  58. #
  59.  
  60. # log_format_summ = "format"
  61. # Format of summ log messages. Refer to esets_daemon(8) manual page for details.
  62. #log_format_summ = "vdb=%vdb%, agent=%agent%, name="%name%", virus="%virus%", action="%action%", info="%info%", avstatus="%avstatus%", hop="%hop%""
  63.  
  64. # log_format_part = "format"
  65. # Format of part log messages. Refer to esets_daemon(8) manual page for details.
  66. #log_format_part = "vdb=%vdb%, agent=%agent%, name="%name%", virus="%virus%", action="%action%", info="%info%""
  67.  
  68. # syslog_facility = "none/kern/user/mail/daemon/auth/syslog/lpr/news/uucp/cron/authpriv/ftp/local0/local1/local2/local3/local4/local5/local6/local7"
  69. # Defines syslog facility used for the logging (daemon by default).
  70. #syslog_facility = "daemon"
  71.  
  72. # syslog_class = "error:warning:summ:summall:part:partall:info:debug"
  73. # Logging class. Refer to esets.cfg(5) manual page for details.
  74. #syslog_class = "error:warning:summall:part"
  75.  
  76. # disklogs_lifetime = value
  77. # Delete logs older than value (in days).
  78. #disklogs_lifetime = 90
  79.  
  80. # disklogs_optimize_percent = value
  81. # Optimize logs when the percentage of unused records exceeds value percent.
  82. #disklogs_optimize_percent = 25
  83.  
  84. #
  85. # ESETS Reports options.
  86. #
  87.  
  88. # report_enabled = yes/no
  89. # Enables storing data for reports. Path of store is
  90. # "/var/opt/eset/esets/cache/reports (base Linux and BSD installation) or
  91. # "/var/opt/esets/cache/reports" (Solaris installation)
  92. #report_enabled = no
  93.  
  94. # report_domains = "domain1.com,user@domain2.com,..."
  95. # Defines a list of domains for which the report data should be stored.
  96. #report_domains = ""
  97.  
  98. # report_lifetime = value
  99. # Delete entries in reports older than value (in days).
  100. #report_lifetime = 365
  101.  
  102. #
  103. # ESETS Handle Object Policy options.
  104. #
  105.  
  106. # action_av = "scan/accept/defer/discard/reject"
  107. # Defines action to be performed on all objects approaching AV control.
  108. action_av = "reject"
  109.  
  110. # av_clean_mode = "none/standard/strict/rigorous/delete"
  111. # Defines cleaning mode when scanning.
  112. #av_clean_mode = "standard"
  113.  
  114. # action_av_infected = "accept/defer/discard/reject"
  115. # Defines action to be performed on infected objects.
  116. action_av_infected = "reject"
  117.  
  118. # action_av_notscanned = "accept/defer/discard/reject"
  119. # Defines action to be performed on AV not scanned objects, e.g. password
  120. # protected archives.
  121. #action_av_notscanned = "accept"
  122.  
  123. # action_av_deleted = "accept/defer/discard/reject"
  124. # Defines action to be performed on AV deleted objects, e.g. objects
  125. # containing not relevant information after AV clean process.
  126. #action_av_deleted = "discard"
  127.  
  128. # av_quarantine_enabled = yes/no
  129. # Enables quarantine of every infected object if cleaned.
  130. #av_quarantine_enabled = no
  131.  
  132. # action_as = "scan/accept/defer/discard/reject"
  133. # Defines action to be performed on all emails approaching AS control.
  134. #action_as = "accept"
  135.  
  136. # action_as_spam = "accept/defer/discard/reject"
  137. # Defines action to be performed on emails found as spam (mail agents only).
  138. #action_as_spam = "accept"
  139.  
  140. # action_as_notscanned = "accept/defer/discard/reject"
  141. # Defines action to be performed on AS not scanned emails.
  142. #action_as_notscanned = "accept"
  143.  
  144.  
  145. #
  146. # ESETS anti-virus scanner common options.
  147. #
  148.  
  149. # av_scan_obj_files = yes/no
  150. # Enables/disables scanning of files.
  151. #av_scan_obj_files = yes
  152.  
  153. # av_scan_obj_archives = yes/no
  154. # Enables/disables scanning of archives (.ZIP, .RAR, .ARJ, etc.).
  155. # Default value of this parameter is redefined in sections [pac],[dac].
  156. # Refer to libesets_pac.so(1), esets_dac(1) and esets.cfg(5) manual page for details.
  157. #av_scan_obj_archives = yes
  158.  
  159. # av_scan_obj_mime = yes/no
  160. # Enables/disables scanning of MIME archives, i.e. e-mails in raw format.
  161. # Default value of this parameter is redefined in sections [pac],[dac].
  162. # Refer to libesets_pac.so(1), esets_dac(1) and esets.cfg(5) manual page for details.
  163. #av_scan_obj_mime = yes
  164.  
  165. # av_scan_obj_mailbox = yes/no
  166. # Enables/disables scanning of various mailboxes.
  167. # Default value of this parameter is redefined in sections [pac],[dac].
  168. # Refer to libesets_pac.so(1), esets_dac(1) and esets.cfg(5) manual page for details.
  169. #av_scan_obj_mailbox = no
  170.  
  171. # av_scan_obj_rtp = yes/no
  172. # Enables/disables scanning of runtimepackers.
  173. # Default value of this parameter is redefined in sections [pac],[dac].
  174. # Refer to libesets_pac.so(1), esets_dac(1) and esets.cfg(5) manual page for details.
  175. #av_scan_obj_rtp = yes
  176.  
  177. # av_scan_obj_sfx = yes/no
  178. # Enables/disables scanning of self extracting archives.
  179. # Default value of this parameter is redefined in sections [pac],[dac].
  180. # Refer to libesets_pac.so(1), esets_dac(1) and esets.cfg(5) manual page for details.
  181. #av_scan_obj_sfx = yes
  182.  
  183. # av_scan_app_adware = yes/no
  184. # Enables/disables scanning of adware, spyware, etc..
  185. #av_scan_app_adware = yes
  186.  
  187. # av_scan_app_unsafe = yes/no
  188. # Enables/disables scanning of potentially dangerous applications.
  189. #av_scan_app_unsafe = no
  190.  
  191. # av_scan_app_unwanted = yes/no
  192. # Enables/disables scanning of unwanted applications.
  193. #av_scan_app_unwanted = no
  194.  
  195. # av_scan_pattern = yes/no
  196. # ESETS anti-virus scanner will use virus signatures while scanning.
  197. #av_scan_pattern = yes
  198.  
  199. # av_scan_heur = yes/no
  200. # ESETS anti-virus scanner will use heuristics while scanning.
  201. #av_scan_heur = yes
  202.  
  203. # av_scan_adv_heur = yes/no
  204. # ESETS anti-virus scanner will use advanced heuristics while scanning.
  205. # Default value of this parameter is redefined in sections [pac],[dac].
  206. # Refer to libesets_pac.so(1), esets_dac(1) and esets.cfg(5) manual page for details.
  207. #av_scan_adv_heur = yes
  208.  
  209. # av_scan_ext = "ext1:ext2:ext3"
  210. # Defines list of only extensions of files to be scanned.
  211. # If not defined, all files are scanned regardless of extension.
  212. # If defined, the 'av_scan_ext_exclude' parameter is ignored.
  213. #av_scan_ext = ""
  214.  
  215. # av_scan_ext_exclude = "ext1:ext2:ext3"
  216. # Defines list of only extensions of files to be excluded from scanning,
  217. # i.e. all files are scanned except these defined by the list.
  218. # If parameter 'av_scan_ext' defined, this parameter is ignored.
  219. #av_scan_ext_exclude = ""
  220.  
  221. # av_exclude = "path1:idef1:path2:idef2:"
  222. # Define list of paths to be excluded from scanning, i.e. all files
  223. # are scanned except those defined by the list.
  224. # Refer to esets.cfg(5) manual page for details.
  225. #av_exclude = ""
  226.  
  227. # av_scan_smart = yes/no
  228. # Enables/disables so called Smart Optimization of scanner, i.e. optimal
  229. # scanner settings to ensure the most efficient scanning level, while
  230. # simultanneously maintaining the highest scanning speeds.
  231. # Refer to esets.cfg(5) manual page for details.
  232. #av_scan_smart = yes
  233.  
  234. # av_eml_subject_modification_mask = "clean:cleaned:deleted:infected:notscanned:as_ham:as_spam"
  235. # Defines AV/AS-scanning states of e-mails whose subject will be modified
  236. # according to the setting of parameter 'av_eml_subject_template'.
  237. #av_eml_subject_modification_mask = ""
  238.  
  239. # av_eml_subject_template = "template"
  240. # Defines template of subject prefix written into the subject of AV-scanned
  241. # e-mail under conditions of parameter 'av_eml_subject_modification_mask'.
  242. #av_eml_subject_template = "%avstatus%"
  243.  
  244. # as_eml_subject_template = "template"
  245. # Defines template of subject prefix written into the subject of AS-scanned
  246. # e-mail under conditions of parameter 'av_eml_subject_modification_mask'.
  247. #as_eml_subject_template = "[%asstatus%]"
  248.  
  249. # av_eml_header_modification_mask = "clean:cleaned:deleted:infected:notscanned"
  250. # Defines AV/AS-scanning states of e-mails whose header will be modified
  251. # according to the setting of parameter 'av_eml_header_template' for av-scanning.
  252. #av_eml_header_modification_mask = ""
  253.  
  254. # av_eml_header_template = "template"
  255. # Defines template of header field written into the header of AV-scanned
  256. # e-mail under conditions of parameter 'av_eml_header_modification_mask'.
  257. #av_eml_header_template = "%avstatus%"
  258.  
  259. # av_eml_footnote_modification_mask = "clean:infected:notscanned"
  260. # Defines AV-scanning states of e-mails whose body will be modified
  261. # according to the setting of parameters:
  262. # 'av_eml_footnote_template_clean', 'av_eml_footnote_template_infected',
  263. # 'av_eml_footnote_template_notscanned' and 'av_eml_footnote_log_all'.
  264. #av_eml_footnote_modification_mask = "clean:infected:notscanned"
  265.  
  266. # av_eml_footnote_template_clean = "template"
  267. # Defines template of footnote written into the body of AV-scanned
  268. # e-mail in case its status is 'clean'.
  269. #av_eml_footnote_template_clean = "<br>\r\n<br>\r\n__________ Information from ESET Mail Security, version of virus signature database %version% __________<br>\r\n<br>\r\nThe message was checked by ESET Mail Security.<br>\r\n<A HREF="http://www.eset.com">http://www.eset.com</A><br>\r\n\r\n"
  270.  
  271. # av_eml_footnote_template_infected = "template"
  272. # Defines template of footnote written into the body of AV-scanned
  273. # e-mail in case its status is 'infected'.
  274. #av_eml_footnote_template_infected = "<br>\r\n<br>\r\n__________ ESET Mail Security warning, version of virus signature database %version% __________<br>\r\n<br>\r\nWarning, ESET Mail Security found the following threats in the message:<br>\r\n%log%<br>\r\n<br>\r\n<A HREF="http://www.eset.com">http://www.eset.com</A><br>\r\n\r\n"
  275.  
  276. # av_eml_footnote_template_notscanned = "template"
  277. # Defines template of footnote written into the body of AV-scanned
  278. # e-mail in case its status is 'notscanned'.
  279. #av_eml_footnote_template_notscanned = "<br>\r\n<br>\r\n__________ ESET Mail Security warning, version of virus signature database %version% __________<br>\r\n<br>\r\nWarning, ESET Mail Security could not check this message:<br>\r\n%log%<br>\r\n<br>\r\n<A HREF="http://www.eset.com">http://www.eset.com</A><br>\r\n\r\n"
  280.  
  281. # av_eml_footnote_log_all = yes/no
  282. # Footnote written into the e-mail will report also not infected files.
  283. #av_eml_footnote_log_all = no
  284.  
  285.  
  286. #
  287. # ESETS anti-virus scanner limits.
  288. #
  289.  
  290. # av_scan_obj_max_size = size
  291. # Specifies the maximum size in bytes of a single object
  292. # scanned. Refer to esets.cfg(5) manual page for details.
  293. #av_scan_obj_max_size = 0
  294.  
  295. # av_scan_archive_max_level = level
  296. # Specifies the maximum level an archive is descended during scan.
  297. # Default value of this parameter may be redefined in sections [pac],[dac].
  298. # Refer to libesets_pac.so(1), esets_dac(1) and esets.cfg(5) manual page for details.
  299. #av_scan_archive_max_level = 10
  300.  
  301. # av_scan_archive_max_size = size
  302. # Specifies the maximum unpacked size in bytes of a single archive's level scanned.
  303. # Default value of this parameter may be redefined in sections [pac],[dac].
  304. # Refer to libesets_pac.so(1), esets_dac(1) and esets.cfg(5) manual page for details.
  305. #av_scan_archive_max_size = 0
  306.  
  307. # av_scan_archive_timeout = timeout
  308. # Specifies the maximum scanning time of a single archive's level scan
  309. # in seconds. Refer to esets.cfg(5) manual page for details.
  310. #av_scan_archive_timeout = 0
  311.  
  312. #
  313. # ESETS anti-virus ThreatSense.NET options.
  314. #
  315.  
  316. # samples_enabled = yes/no
  317. # Enables samples submission system.
  318. #samples_enabled = no
  319.  
  320. # samples_send_target = "target"
  321. # Target of samples submission system delivery service.
  322. #samples_send_target = "ras:eset"
  323.  
  324. # samples_send_files = "event"
  325. # Event when samples shall be sent to ESET's Lab.
  326. # none - never, add - on add of sample to cache, update - on update.
  327. #samples_send_files = "update"
  328.  
  329. # samples_send_stats = "event"
  330. # Event when statistics shall be sent to ESET's Lab.
  331. # none - never, add - on add of sample to cache, update - on update.
  332. #samples_send_stats = "update"
  333.  
  334.  
  335. #
  336. # ESETS anti-spam scanner common options.
  337. #
  338.  
  339. # as_approved_ip_list = "ip_address1,ip_address2"
  340. # List of IP addresses or ranges whose mails should be approved.
  341. # Ranges can be specified following ways:
  342. # IP (e.g. 1.2.3.4)
  343. # IP/netmask (e.g. 1.2.3.4/8)
  344. # StartingIP-EndingIP (e.g. 1.2.3.4-1.2.3.8)
  345. #as_approved_ip_list = ""
  346.  
  347. # as_blocked_ip_list = "ip_address1,ip_address2"
  348. # List of IP addresses or ranges whose mails should be blocked.
  349. # Format is the same as format as_approved_senders.
  350. #as_blocked_ip_list = ""
  351.  
  352. # as_ignored_ip_list = "ip_address1,ip_address2"
  353. # List of IP addresses or ranges whose mails should be ignored.
  354. # Format is the same as format as_approved_ip_list.
  355. #as_ignored_ip_list = ""
  356.  
  357. # as_blocked_body_domain_list = "domain1, domain2"
  358. # Defines a list of domains which will be blocked if they appear in mail body.
  359. #as_blocked_body_domain_list = ""
  360.  
  361. # as_ignored_body_domain_list = "domain1, domain2"
  362. # Defines a list of domains which will be ignored if they appear in mail body.
  363. #as_ignored_body_domain_list = ""
  364.  
  365. # as_blocked_body_ip_list = "ip1, ip2"
  366. # Defines a list of IPs which will be blocked if they appear in mail body.
  367. #as_blocked_body_ip_list = ""
  368.  
  369. # as_ignored_body_ip_list = "ip1, ip2"
  370. # Defines a list of IPs which will be ignored if they appear in mail body.
  371. #as_ignored_body_ip_list = ""
  372.  
  373. # as_approved_senders = "domain1.com,user@domain2.com,..."
  374. # List of senders addresses or senders domains whose mails never will be
  375. # considered spam.
  376. #as_approved_senders = ""
  377.  
  378. # as_blocked_senders = "domain1.com,user@domain2.com,..."
  379. # List of senders addresses or senders domains whose mails always will be
  380. # considered spam.
  381. #as_blocked_senders = ""
  382.  
  383. # as_approved_domain_to_ip_list = "domain1.com, domain2.com, domain3.com"
  384. # List of Domains whose mails should be approved and Domains are internally
  385. # resolved to IP addresses dynamically.
  386. #as_approved_domain_to_ip_list = ""
  387.  
  388. # as_blocked_domain_to_ip_list = "domain1.com, domain2.com, domain3.com"
  389. # List of Domain whose mails should be blocked and Domains are internally
  390. # resolved to IP addresses dynamically.
  391. #as_blocked_domain_to_ip_list = ""
  392.  
  393. # as_ignored_domain_to_ip_list = "domain1.com, domain2.com, domain3.com"
  394. # List of Domain whose mails should be ignored and Domains are internally
  395. # resolved to IP addresses dynamically.
  396. #as_ignored_domain_to_ip_list = ""
  397.  
  398. # as_rbl_service = "service1:response1;response2;...,service2:response,..."
  399. # Specifies a list of Realtime Blackhole List (RBL) servers to query when analyzing messages.
  400. #as_rbl_service = ""
  401.  
  402. # as_rbl_max_ips = num
  403. # This option allows you to limit how many IP addresses are queried against
  404. # the RBL server. If the value is set to "0" , it is unlimited.
  405. #as_rbl_max_ips = 0
  406.  
  407. # as_dnsbl_service = "service1:response1;response2;...,service2:response,..."
  408. # Specifies a list of DNS Blocklist (DNSBL) servers to query with domains and IPs extracted from the message body.
  409. #as_dnsbl_service = ""
  410.  
  411. # as_dnsbl_max_ips = num
  412. # Allows you to limit how many IP addresses are queried against the DNS
  413. # Blocklist server.
  414. #as_dnsbl_max_ips = 0
  415.  
  416. # as_dnsbl_max_domains = num
  417. # Allows you to limit how many domains are queried against the DNS
  418. # Blocklist server.
  419. #as_dnsbl_max_domains = 0
  420.  
  421. # as_log_enabled = yes/no
  422. # Enables/disables diagnostic logging of Antispam.
  423. #as_log_enabled = no
  424.  
  425. # as_message_scan_size = num
  426. # Limit message size (in Bytes), which should be scanned by Antispam.
  427. # 0 means unlimited.
  428. #as_message_scan_size = 0
  429.  
  430.  
  431. #
  432. # ESETS Update options.
  433. #
  434.  
  435. # av_update_server = "server"
  436. # ESET server used to update ESETS anti-virus modules,
  437. # empty string means - autoselect.
  438. #av_update_server = ""
  439.  
  440. # av_update_username = "username"
  441. # Username used in authentication against ESET server.
  442. av_update_username = "EAV-xxxxxxxxx"
  443.  
  444. # av_update_password = "password"
  445. # Password used in authentication against ESET server.
  446. av_update_password = "xxxxxxxx"
  447.  
  448. # av_update_quarantine_scan = yes/no
  449. # Enables/disables scan of quarantined files automatically after
  450. # each virus signature database update.
  451. #av_update_quarantine_scan = yes
  452.  
  453. # av_prerelease_updates = yes/no
  454. # Use prerelase av modules
  455. #av_prerelease_updates = no
  456.  
  457. # av_mirror_enabled = yes/no
  458. # Enables ESETS mirror.
  459. #av_mirror_enabled = no
  460.  
  461. # av_mirror_pcu = "mod1:mod2:..."
  462. # List of so called ESETS anti-virus Program Component Update modules
  463. # to be mirrored from ESET server.
  464. #av_mirror_pcu = ""
  465.  
  466. # proxy_addr = "addr"
  467. # Proxy server address.
  468. #proxy_addr = ""
  469.  
  470. # proxy_port = port
  471. # Proxy server port.
  472. #proxy_port = 3128
  473.  
  474. # proxy_username = "username"
  475. # Username used in authentication against proxy server.
  476. #proxy_username = ""
  477.  
  478. # proxy_password = "password"
  479. # Password used in authentication against proxy server.
  480. #proxy_password = ""
  481.  
  482.  
  483. #
  484. # ESETS optional information.
  485. #
  486.  
  487. # user_mail = "email"
  488. # Optional information for ESET virus laboratory team.
  489. #user_mail = ""
  490.  
  491. #
  492. # ESETS Remote Administrator Client options.
  493. #
  494.  
  495. # racl_server_addr = "address"
  496. # Address of primary RA Server (empty string for no RA Server).
  497. #racl_server_addr = ""
  498.  
  499. # racl_server_port = port
  500. # TCP port on primary RA Server to connect to.
  501. #racl_server_port = 2222
  502.  
  503. # racl_password = "password"
  504. # Password to use for connecting to primary RA Server.
  505. #racl_password = ""
  506.  
  507. # racl_secure_enabled = yes/no
  508. # Enables/disables nonencrypted connections to primary RA Server.
  509. #racl_secure_enabled = yes
  510.  
  511. # racl_alt_server_addr = "address"
  512. # Address of secondary RA Server (empty string for no RA Server).
  513. #racl_alt_server_addr = ""
  514.  
  515. # racl_alt_server_port = port
  516. # TCP port on secondary RA Server to connect to.
  517. #racl_alt_server_port = 2222
  518.  
  519. # racl_alt_password = "password"
  520. # Password to use for connecting to secondary RA Server.
  521. #racl_alt_password = ""
  522.  
  523. # racl_alt_secure_enabled = yes/no
  524. # Enables/disables nonencrypted connections to secondary RA Server.
  525. #racl_alt_secure_enabled = no
  526.  
  527. # racl_interval = value
  528. # How often to connect to RA Server (in minutes).
  529. #racl_interval = 10
  530.  
  531. [wwwi]
  532. # Settings for ESETS Web Interface configuration module
  533.  
  534. # agent_enabled = yes/no
  535. # Enables operation of the esets_wwwi.
  536. agent_enabled = yes
  537.  
  538. # listen_addr = "address"
  539. # Address (IP or name) where esets_wwwi listens for HTTPS client connections.
  540. # If set to 0.0.0.0 then esets_wwwi listens on all available network interfaces.
  541. listen_addr = "192.168.121.13"
  542.  
  543. # listen_port = port
  544. # TCP port where esets_wwwi listens for HTTPS client connections.
  545. # You may have to open this port in your firewall.
  546. listen_port = 8080
  547.  
  548. # username and password needed for accessing the interface (required)
  549. username = eset
  550. password = esetMAIL
  551.  
  552. [mird]
  553. # Settings for ESETS Mirror http daemon
  554. # agent_enabled = yes/no
  555. # Enables operation of the mirror http daemon.
  556. #agent_enabled = no
  557.  
  558. # listen_addr = "address"
  559. # Address (IP or name) where agent listens for client connections. Empty means on all available interfaces.
  560. #listen_addr = ""
  561.  
  562. # listen_port = port
  563. # TCP port where agent listens for client connections.
  564. # You may have to open this port in your firewall.
  565. #listen_port = 2221
  566.  
  567. # timeout_client = time
  568. # Timeout for client part of the communication.
  569. #timeout_client = 30
  570.  
  571. # auth_mode = "none"/"basic"
  572. # Mirror access authentication mode.
  573. #auth_mode = "none"
  574.  
  575. # username and password needed for accessing the interface (necessary only if auth_mode="basic").
  576. #username = ""
  577. #password = ""
  578.  
  579. [mda]
  580. # Settings for ESETS Mail Delivery Agent module.
  581.  
  582. # mda_path = "path"
  583. # Full path pointing to the original MDA.
  584. #mda_path = "/usr/bin/procmail"
  585.  
  586.  
  587. [smtp]
  588. # Settings for ESETS SMTP filter module.
  589.  
  590. # agent_enabled = yes/no
  591. # Enables/disables operation of the esets_smtp.
  592. agent_enabled = yes
  593.  
  594. # num_proc = value
  595. # Keep value processes of esets_smtp running in parallel.
  596. #num_proc = 1
  597.  
  598. # num_thrd = value
  599. # Keep value threads per process of esets_smtp running in parallel.
  600. #num_thrd = 2
  601.  
  602. # listen_addr = "address"
  603. # Address (IP or name) where esets_smtp listens for SMTP client connections.
  604. # If set to 0.0.0.0 then esets_smtp listens on all available network interfaces.
  605. listen_addr = "localhost"
  606.  
  607. # listen_port = port
  608. # TCP port where esets_smtp listens for SMTP client connections.
  609. listen_port = 2526
  610.  
  611. # server_addr = "address"
  612. # Address (IP or name) of the SMTP server where esets_smtp connects to.
  613. server_addr = "localhost"
  614.  
  615. # server_port = port
  616. # TCP port of the SMTP server where esets_smtp connects to.
  617. server_port = 2525
  618.  
  619. # timeout_client = time
  620. # Timeout for client part of the communication.
  621. #timeout_client = 30
  622.  
  623. # add_header_xvirus = yes/no
  624. # Whether to add the header 'X-Virus-Scanner:' to scanned messages.
  625. #add_header_xvirus = yes
  626.  
  627. # add_header_received = yes/no
  628. # Whether to add the header 'Received:' to scanned messages.
  629. #add_header_received = no
  630.  
  631.  
  632. [smfi]
  633. # Settings for ESETS Sendmail's content filter module.
  634.  
  635. # agent_enabled = yes/no
  636. # Enables/disables operation of the esets_smfi.
  637. #agent_enabled = no
  638.  
  639. # smfi_sock_path = "path"
  640. # A local socket used for communication of the esets_smfi with the Sendmail MTA.
  641. #smfi_sock_path = "/var/run/esets_smfi.sock"
  642.  
  643. [gwia]
  644. # Settings for ESETS GroupWise Internet Agent contentfilter module.
  645.  
  646. # agent_enabled = yes/no
  647. # Enables/disables operation of the esets_gwia.
  648. #agent_enabled = no
  649.  
  650. # num_thrd = value
  651. # Keep value threads of esets_gwia running in parallel.
  652. #num_thrd = 2
  653.  
  654. # gwia_smtphome = "path"
  655. # Defines root directory where GroupWise Internet Agent save files for scanning by esets_gwia.
  656. #gwia_smtphome = ""
  657.  
  658. # gwia_dhome = "path"
  659. # Defines destination root directory for moving scanned files by esets_gwia where GroupWise Internet Agent watch.
  660. #gwia_dhome = ""
  661.  
  662. [http]
  663. # Settings for ESETS HTTP filter module.
  664.  
  665. # agent_enabled = yes/no
  666. # Enables/disables operation of the esets_http.
  667. #agent_enabled = no
  668.  
  669. # num_proc = value
  670. # Keep value processes of esets_http running in parallel.
  671. #num_proc = 1
  672.  
  673. # num_thrd = value
  674. # Keep value threads per process of esets_http running in parallel.
  675. #num_thrd = 2
  676.  
  677. # listen_addr = "address"
  678. # Address (IP or name) where esets_http listens for HTTP client connections.
  679. # If set to 0.0.0.0 then esets_http listens on all available network interfaces.
  680. #listen_addr = ""
  681.  
  682. # listen_port = port
  683. # TCP port where esets_http listens for HTTP client connections.
  684. #listen_port = 8080
  685.  
  686. # parent_addr = "address"
  687. # Parent proxy server address (IP or name).
  688. #parent_addr = ""
  689.  
  690. # parent_port = port
  691. # Parent proxy server TCP port.
  692. #parent_port = 0
  693.  
  694. # timeout_server = time
  695. # Timeout for server part of the communication. Zero (0) means no timeout.
  696. #timeout_server = 30
  697.  
  698. # timeout_client = time
  699. # Timeout for client part of the communication. Zero (0) means no timeout.
  700. #timeout_client = 30
  701.  
  702. # transfer_delay = time
  703. # Limit (in seconds) for transfers handled as long (i.e. deferred/intermediate scan if infected).
  704. #transfer_delay = 10
  705.  
  706. # lt_intermediate_scan_enabled = yes/no
  707. # Enables intermediate scan method for long transfers.
  708. #lt_intermediate_scan_enabled = yes
  709.  
  710. # lt_infected_alert_enabled = yes/no
  711. # Enables/disables administrator alert notification when infected message found in long transfer,
  712. # when deferred scan method used.
  713. #lt_infected_alert_enabled = yes
  714.  
  715. # lt_infected_alert_script_file = "path"
  716. # Path to script used to notify administrator when infected message found in long transfer,
  717. # when deffered scan method used.
  718. #lt_infected_alert_script_file = "/etc/opt/eset/esets/scripts/http_lt_infected_alert_script"
  719.  
  720. # cache_url_blocked_size = size
  721. # Size of the cache (measured in entries) used to store URL's blocked.
  722. #cache_url_blocked_size = 10000
  723.  
  724. # cache_url_blocked_eltime = time
  725. # Time interval (in minutes) after which the URL blocked entry is removed from the cache.
  726. #cache_url_blocked_eltime = 180
  727.  
  728. # scan_obj_max_size = size
  729. # Maximum size in bytes of objects scanned by proxy. Zero (0) means no limit.
  730. #scan_obj_max_size = 0
  731.  
  732. # scan_obj_max_size_accepted = yes/no
  733. # Accept or reject transfer of objects with size higher than scan_obj_max_size.
  734. #scan_obj_max_size_accepted = no
  735.  
  736. # partial_transfer_enabled = yes/no
  737. # Enables/disables HTTP partial transfer. Partial transfer is not scanned for infiltrations.
  738. #partial_transfer_enabled = no
  739.  
  740. # http_template_infected = "template"
  741. # Defines template sent to client in case the AV-scanned object is 'infected'.
  742. #http_template_infected = "<html><head><title>ESET Gateway Security warning</title><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body bgcolor="#FFFFFF" text="#000000" topmargin="3" marginheight="3"><br><br><table width="100%%" bgcolor="#ed0000" cellpadding="5"><tr><td style="color: #000000"><strong>________ ESET Gateway Security warning ________</strong><br>Warning, ESET Gateway Security found the following threats in this object:<br>%log%<br><a href="http://www.eset.com" style="color: #0000dd">http://www.eset.com</a></td></tr></table><br></body></html>"
  743.  
  744. # http_template_notscanned = "template"
  745. # Defines template sent to client in case the AV-scanned object is 'notscanned'.
  746. #http_template_notscanned = "<html><head><title>ESET Gateway Security warning</title><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body bgcolor="#FFFFFF" text="#000000" topmargin="3" marginheight="3"><br><br><table width="100%%" bgcolor="#009794" cellpadding="5"><tr><td style="color: #000000"><strong>________ ESET Gateway Security warning ________</strong><br>Warning, ESET Gateway Security could not check this object:<br>%log%<br><a href="http://www.eset.com" style="color: #0000dd">http://www.eset.com</a></td></tr></table><br></body></html>"
  747.  
  748. # tunnel_ports = "port1:port2:port3"
  749. # Specifies list of port numbers allowed when CONNECT method used.
  750. #tunnel_ports = "443"
  751.  
  752. [ftp]
  753. # Settings for ESETS FTP filter module.
  754.  
  755. # agent_enabled = yes/no
  756. # Enables/disables operation of the esets_ftp.
  757. #agent_enabled = no
  758.  
  759. # num_proc = value
  760. # Keep value processes of esets_ftp running in parallel.
  761. #num_proc = 1
  762.  
  763. # num_thrd = value
  764. # Keep value threads per process of esets_ftp running in parallel.
  765. #num_thrd = 2
  766.  
  767. # listen_addr = "address"
  768. # Address (IP or name) where esets_ftp listens for FTP client connections.
  769. # If set to 0.0.0.0 then esets_ftp listens on all available network interfaces.
  770. #listen_addr = ""
  771.  
  772. # listen_port = port
  773. # TCP port where esets_ftp listens for FTP client connections.
  774. #listen_port = 2121
  775.  
  776. # timeout_server = time
  777. # Timeout for server part of the communication. Zero (0) means no timeout.
  778. #timeout_server = 30
  779.  
  780. # timeout_client = time
  781. # Timeout for client part of the communication. Zero (0) means no timeout.
  782. #timeout_client = 30
  783.  
  784. # scan_obj_max_size = size
  785. # Maximum size in bytes of objects scanned by proxy. Zero (0) means no limit.
  786. #scan_obj_max_size = 0
  787.  
  788. # scan_obj_max_size_accepted = yes/no
  789. # Accept or reject transfer of objects with size higher than scan_obj_max_size.
  790. #scan_obj_max_size_accepted = no
  791.  
  792. # partial_transfer_enabled = yes/no
  793. # Enables/disables FTP partial transfer. Partial transfer is not scanned for infiltrations.
  794. #partial_transfer_enabled = no
  795.  
  796. [icap]
  797. # Settings for ESETS ICAP server module.
  798.  
  799. # agent_enabled = yes/no
  800. # Enables/disables operation of the esets_icap.
  801. #agent_enabled = no
  802.  
  803. # num_proc = value
  804. # Keep value processes of esets_icap running in parallel.
  805. #num_proc = 1
  806.  
  807. # num_thrd = value
  808. # Keep value threads per process of esets_icap running in parallel.
  809. #num_thrd = 2
  810.  
  811. # listen_addr = "address"
  812. # Address (IP or name) where esets_icap listens for ICAP client connections.
  813. # If set to 0.0.0.0 then esets_icap listens on all available network interfaces.
  814. #listen_addr = ""
  815.  
  816. # listen_port = port
  817. # TCP port where esets_icap listens for ICAP client connections.
  818. #listen_port = 1344
  819.  
  820. # ident_scanning_service = "identifier"
  821. # Infiltrations scanning service identifier using in request line:
  822. # METHOD icap://server[identifier] ICAP/1.0
  823. #ident_scanning_service = "/av_scan"
  824.  
  825. # timeout_client = time
  826. # Timeout for client part of the communication.
  827. #timeout_client = 30
  828.  
  829. # transfer_delay = time
  830. # Limit (in seconds) for objects handled as large (i.e. defer handling if infected).
  831. #transfer_delay = 10
  832.  
  833. # lt_intermediate_scan_enabled = yes/no
  834. # Enables intermediate scan method for long transfers.
  835. #lt_intermediate_scan_enabled = yes
  836.  
  837. # lt_infected_alert_enabled = yes/no
  838. # Enables/disables administrator alert notification when infected message found in long transfer.
  839. #lt_infected_alert_enabled = yes
  840.  
  841. # lt_infected_alert_script_file = "path"
  842. # Path to script used to notify administrator when infected message found in long transfer.
  843. #lt_infected_alert_script_file = "/etc/opt/eset/esets/scripts/icap_lt_infected_alert_script"
  844.  
  845. # cache_url_blocked_size = size
  846. # Size of the cache (measured in entries) used to store URL's blocked.
  847. #cache_url_blocked_size = 10000
  848.  
  849. # cache_url_blocked_eltime = time
  850. # Time interval (in minutes) after which the URL blocked entry is removed from the cache.
  851. #cache_url_blocked_eltime = 180
  852.  
  853. # scan_obj_max_size = size
  854. # Maximum size in bytes of objects scanned by proxy. Zero (0) means no limit.
  855. #scan_obj_max_size = 0
  856.  
  857. # scan_obj_max_size_accepted = yes/no
  858. # Accept or reject transfer of objects with size higher than scan_obj_max_size.
  859. #scan_obj_max_size_accepted = no
  860.  
  861. # http_template_infected = "template"
  862. # Defines template sent to client in case the AV-scanned object is 'infected'.
  863. #http_template_infected = "<html><head><title>ESET Gateway Security warning</title><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body bgcolor="#FFFFFF" text="#000000" topmargin="3" marginheight="3"><br><br><table width="100%%" bgcolor="#ed0000" cellpadding="5"><tr><td style="color: #000000"><strong>________ ESET Gateway Security warning ________</strong><br>Warning, ESET Gateway Security found the following threats in this object:<br>%log%<br><a href="http://www.eset.com" style="color: #0000dd">http://www.eset.com</a></td></tr></table><br></body></html>"
  864.  
  865. # http_template_notscanned = "template"
  866. # Defines template sent to client in case the AV-scanned object is 'notscanned'.
  867. #http_template_notscanned = "<html><head><title>ESET Gateway Security warning</title><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body bgcolor="#FFFFFF" text="#000000" topmargin="3" marginheight="3"><br><br><table width="100%%" bgcolor="#009794" cellpadding="5"><tr><td style="color: #000000"><strong>________ ESET Gateway Security warning ________</strong><br>Warning, ESET Gateway Security could not check this object:<br>%log%<br><a href="http://www.eset.com" style="color: #0000dd">http://www.eset.com</a></td></tr></table><br></body></html>"
  868.  
  869. [pop3]
  870. # Settings for ESETS POP3 filter module.
  871.  
  872. # agent_enabled = yes/no
  873. # Enables/disables operation of the esets_pop3.
  874. #agent_enabled = no
  875.  
  876. # num_proc = value
  877. # Keep value processes of esets_pop3 running in parallel.
  878. #num_proc = 1
  879.  
  880. # num_thrd = value
  881. # Keep value threads per process of esets_pop3 running in parallel.
  882. #num_thrd = 2
  883.  
  884. # listen_addr = "address"
  885. # Address (IP or name) where esets_pop3 listens for POP3 client connections.
  886. # If set to 0.0.0.0 then esets_pop3 listens on all available network interfaces.
  887. #listen_addr = ""
  888.  
  889. # listen_port = port
  890. # TCP port where esets_pop3 listens for POP3 client connections.
  891. #listen_port = 8110
  892.  
  893. # server_addr = "address"
  894. # Address (IP or name) of the POP3 server where esets_pop3 connects to.
  895. #server_addr = ""
  896.  
  897. # server_port = port
  898. # TCP port of the POP3 server where esets_pop3 connects to.
  899. #server_port = 0
  900.  
  901. # timeout_client = time
  902. # Timeout for client part of the communication.
  903. #timeout_client = 30
  904.  
  905. [imap]
  906. # Settings for ESETS IMAP filter module.
  907.  
  908. # agent_enabled = yes/no
  909. # Enables/disables operation of the esets_imap.
  910. #agent_enabled = no
  911.  
  912. # num_proc = value
  913. # Keep value processes of esets_imap running in parallel.
  914. #num_proc = 1
  915.  
  916. # num_thrd = value
  917. # Keep value threads per process of esets_imap running in parallel.
  918. #num_thrd = 2
  919.  
  920. # listen_addr = "address"
  921. # Address (IP or name) where esets_imap listens for IMAP client connections.
  922. # If set to 0.0.0.0 then esets_imap listens on all available network interfaces.
  923. #listen_addr = ""
  924.  
  925. # listen_port = port
  926. # TCP port where esets_imap listens for IMAP client connections.
  927. #listen_port = 8143
  928.  
  929. # server_addr = "address"
  930. # Address (IP or name) of the IMAP server where esets_imap connects to.
  931. #server_addr = ""
  932.  
  933. # server_port = port
  934. # TCP port of the IMAP server where esets_imap connects to.
  935. #server_port = 143
  936.  
  937. # timeout_client = time
  938. # Timeout for client part of the communication.
  939. #timeout_client = 30
  940.  
  941. [pac]
  942. # Settings for ESETS Preload library based file Access Controler module.
  943.  
  944. # event_mask = "mask"
  945. # The mask of (open, create, exec) events you wish to guard.
  946. #event_mask = "open:create:exec"
  947.  
  948. # ctl_incl = "directory"
  949. # Colon separated list of directories to scan files in.
  950. #ctl_incl = ""
  951.  
  952. # action_av_deleted = "accept/defer/discard/reject"
  953. # Defines action to be performed on AV deleted objects, e.g. objects
  954. # containing not relevant information after AV clean process.
  955. # This redefines parameter 'action_av_deleted' in section [global].
  956. #action_av_deleted = "accept"
  957.  
  958. # av_scan_obj_archives = yes/no
  959. # Enables/disables scanning of archives (.ZIP, .RAR, .ARJ, etc.).
  960. # This redefines parameter 'av_scan_obj_archives' in section [global].
  961. # Refer to libesets_pac.so(1) and esets.cfg(5) manual page for details.
  962. #av_scan_obj_archives = no
  963.  
  964. # av_scan_obj_mime = yes/no
  965. # Enables/disables scanning of MIME archives, i.e. e-mails in raw format.
  966. # This redefines parameter 'av_scan_obj_mime' in section [global].
  967. # Refer to libesets_pac.so(1) and esets.cfg(5) manual page for details.
  968. #av_scan_obj_mime = no
  969.  
  970. # av_scan_obj_mailbox = yes/no
  971. # Enables/disables scanning of various mailboxes.
  972. # This redefines parameter 'av_scan_obj_mailbox' in section [global].
  973. # Refer to libesets_pac.so(1) and esets.cfg(5) manual page for details.
  974. #av_scan_obj_mailbox = no
  975.  
  976. # av_scan_obj_rtp = yes/no
  977. # Enables/disables scanning of runtimepackers.
  978. # This redefines parameter 'av_scan_obj_rtp' in section [global].
  979. # Refer to libesets_pac.so(1) and esets.cfg(5) manual page for details.
  980. #av_scan_obj_rtp = no
  981.  
  982. # av_scan_obj_sfx = yes/no
  983. # Enables/disables scanning of self extracting archives.
  984. # This redefines parameter 'av_scan_obj_sfx' in section [global].
  985. # Refer to libesets_pac.so(1) and esets.cfg(5) manual page for details.
  986. #av_scan_obj_sfx = no
  987.  
  988. # av_scan_adv_heur = yes/no
  989. # Enables/disables use of advanced heuristics method while scanning.
  990. # This redefines parameter 'av_scan_adv_heur' in section [global].
  991. # Refer to libesets_pac.so(1) and esets.cfg(5) manual page for details.
  992. #av_scan_adv_heur = no
  993.  
  994. # av_exec_scan_adv_heur = yes/no
  995. # Enables/disables use of advanced heuristics method while scanning.
  996. # This redefines parameter 'av_scan_adv_heur' for 'exec' events.
  997. # Refer to libesets_pac.so(1) manual page for details.
  998. #av_exec_scan_adv_heur = no
  999.  
  1000. # av_create_scan_adv_heur = yes/no
  1001. # Enables/disables use of advanced heuristics method while scanning.
  1002. # This redefines parameter 'av_scan_adv_heur' for 'create' events.
  1003. # Refer to libesets_pac.so(1) manual page for details.
  1004. #av_create_scan_adv_heur = yes
  1005.  
  1006. # av_create_scan_obj_rtp = yes/no
  1007. # Enables/disables scanning of runtimepackers.
  1008. # This redefines parameter 'av_scan_obj_rtp' for 'create' events.
  1009. # Refer to libesets_pac.so(1) manual page for details.
  1010. #av_create_scan_obj_rtp = yes
  1011.  
  1012. # av_create_scan_obj_sfx = yes/no
  1013. # Enables/disables scanning of self extracting archives.
  1014. # This redefines parameter 'av_scan_obj_sfx' for 'create' events.
  1015. # Refer to libesets_pac.so(1) manual page for details.
  1016. #av_create_scan_obj_sfx = yes
  1017.  
  1018. # av_create_scan_def_arch = yes/no
  1019. # Enables/disables use of AV scanner limit parameters
  1020. # 'av_create_scan_archive_max_level' and 'av_create_scan_archive_max_size'.
  1021. # Refer to libesets_pac.so(1) manual page for details.
  1022. #av_create_scan_def_arch = yes
  1023.  
  1024. # av_create_scan_archive_max_level = level
  1025. # Specifies the maximum level an archive is descended during scan.
  1026. # This redefines parameter 'av_scan_archive_max_level' for 'create' events.
  1027. # Refer to libesets_pac.so(1) manual page for details.
  1028. #av_create_scan_archive_max_level = 10
  1029.  
  1030. # av_create_scan_archive_max_size = size
  1031. # Specifies the maximum unpacked size in bytes of a single archive's level scanned.
  1032. # This redefines parameter 'av_scan_archive_max_size' for 'create' events.
  1033. # Refer to libesets_pac.so(1) manual page for details.
  1034. #av_create_scan_archive_max_size = 0
  1035.  
  1036. [dac]
  1037. # Settings for ESETS Dazuko powered file Access Controler module.
  1038.  
  1039. # agent_enabled = yes/no
  1040. # Enables operation of the esets_dac.
  1041. #agent_enabled = no
  1042.  
  1043. # num_proc = value
  1044. # Keep value processes of esets_dac running in parallel.
  1045. #num_proc = 1
  1046.  
  1047. # num_thrd = value
  1048. # Keep value threads per process of esets_dac running in parallel.
  1049. #num_thrd = 2
  1050.  
  1051. # event_mask = "mask"
  1052. # The mask of (open, create, exec) events you wish to guard.
  1053. #event_mask = "open:create:exec"
  1054.  
  1055. # ctl_incl = "directory"
  1056. # Colon separated list of directories to scan files in.
  1057. #ctl_incl = ""
  1058.  
  1059. # action_av_deleted = "accept/defer/discard/reject"
  1060. # Defines action to be performed on AV deleted objects, e.g. objects
  1061. # containing not relevant information after AV clean process.
  1062. # This redefines parameter 'action_av_deleted' in section [global].
  1063. #action_av_deleted = "accept"
  1064.  
  1065. # av_scan_obj_archives = yes/no
  1066. # Enables/disables scanning of archives (.ZIP, .RAR, .ARJ, etc.).
  1067. # This overwrites parameter of the same name in section [global].
  1068. # Refer to esets_dac(1) and esets.cfg(5) manual page for details.
  1069. #av_scan_obj_archives = no
  1070.  
  1071. # av_scan_obj_mime = yes/no
  1072. # Enables/disables scanning of MIME archives, i.e. e-mails in raw format.
  1073. # This overwrites parameter of the same name in section [global].
  1074. # Refer to esets_dac(1) and esets.cfg(5) manual page for details.
  1075. #av_scan_obj_mime = no
  1076.  
  1077. # av_scan_obj_mailbox = yes/no
  1078. # Enables/disables scanning of various mailboxes.
  1079. # This overwrites parameter of the same name in section [global].
  1080. # Refer to esets_dac(1) and esets.cfg(5) manual page for details.
  1081. #av_scan_obj_mailbox = no
  1082.  
  1083. # av_scan_obj_rtp = yes/no
  1084. # Enables/disables scanning of runtimepackers.
  1085. # This overwrites parameter of the same name in section [global].
  1086. # Refer to esets_dac(1) and esets.cfg(5) manual page for details.
  1087. #av_scan_obj_rtp = no
  1088.  
  1089. # av_scan_obj_sfx = yes/no
  1090. # Enables/disables scanning of self extracting archives.
  1091. # This overwrites parameter of the same name in section [global].
  1092. # Refer to esets_dac(1) and esets.cfg(5) manual page for details.
  1093. #av_scan_obj_sfx = no
  1094.  
  1095. # av_scan_adv_heur = yes/no
  1096. # ESETS anti-virus scanner will use advanced heuristics while scanning.
  1097. # This overwrites parameter of the same name in section [global].
  1098. # Refer to esets_dac(1) and esets.cfg(5) manual page for details.
  1099. #av_scan_adv_heur = no
  1100.  
  1101. # av_exec_scan_adv_heur = yes/no
  1102. # ESETS anti-virus scanner will use advanced heuristics while scanning.
  1103. # This overwrites parameter 'av_scan_adv_heur' for 'exec' events.
  1104. # Refer to esets_dac(1) manual page for details.
  1105. #av_exec_scan_adv_heur = no
  1106.  
  1107. # av_create_scan_adv_heur = yes/no
  1108. # ESETS anti-virus scanner will use advanced heuristics while scanning.
  1109. # This overwrites parameter 'av_scan_adv_heur' for 'create' events.
  1110. # Refer to esets_dac(1) manual page for details.
  1111. #av_create_scan_adv_heur = yes
  1112.  
  1113. # av_create_scan_obj_rtp = yes/no
  1114. # Enables/disables scanning of runtimepackers.
  1115. # This overwrites parameter 'av_scan_obj_rtp' for 'create' events.
  1116. # Refer to esets_dac(1) manual page for details.
  1117. #av_create_scan_obj_rtp = yes
  1118.  
  1119. # av_create_scan_obj_sfx = yes/no
  1120. # Enables/disables scanning of self extracting archives.
  1121. # This overwrites parameter 'av_scan_obj_sfx' for 'create' events.
  1122. # Refer to esets_dac(1) manual page for details.
  1123. #av_create_scan_obj_sfx = yes
  1124.  
  1125. # av_create_scan_def_arch = yes/no
  1126. # Enables/disables relevance of AV scanner limit parameters
  1127. # 'av_create_scan_archive_max_level' and 'av_create_scan_archive_max_size'.
  1128. # Refer to esets_dac(1) manual page for details.
  1129. #av_create_scan_def_arch = yes
  1130.  
  1131. # av_create_scan_archive_max_level = level
  1132. # Specifies the maximum level an archive is descended during scan.
  1133. # This overwrites parameter 'av_scan_archive_max_level' for 'create' events.
  1134. # Refer to esets_dac(1) manual page for details.
  1135. #av_create_scan_archive_max_level = 10
  1136.  
  1137. # av_create_scan_archive_max_size = size
  1138. # Specifies the maximum unpacked size in bytes of a single archive's level scanned.
  1139. # This overwrites parameter 'av_scan_archive_max_size' for 'create' events.
  1140. # Refer to esets_dac(1) manual page for details.
  1141. #av_create_scan_archive_max_size = 0
  1142.  
  1143. [scan_deep]
  1144. # Settings for ESETS on-demand scanner.
  1145.  
  1146. # max_subdir_level = value
  1147. # How many subdirectories to descend (0 = no limit).
  1148. #max_subdir_level = 0
  1149.  
  1150. # symlink = yes/no
  1151. # Enables/disables following symbolic links.
  1152. #symlink = yes
  1153.  
  1154. [scan_smart]
  1155. # Settings for ESETS on-demand scanner.
  1156.  
  1157. # max_subdir_level = value
  1158. # How many subdirectories to descend (0 = no limit).
  1159. #max_subdir_level = 0
  1160.  
  1161. # symlink = yes/no
  1162. # Enables/disables following symbolic links.
  1163. #symlink = yes
  1164.  
  1165. # av_scan_obj_archives = yes/no
  1166. # Enables/disables scanning of archives (.ZIP, .RAR, .ARJ, etc.).
  1167. #av_scan_obj_archives = yes
  1168.  
  1169. # av_scan_obj_mime = yes/no
  1170. # Enables/disables scanning of MIME archives, i.e. e-mails in raw format.
  1171. #av_scan_obj_mime = no
  1172.  
  1173. [start]
  1174. # Settings for Automatic startup file check scanner.
  1175.  
  1176. # max_subdir_level = value
  1177. # How many subdirectories to descend (0 = no limit).
  1178. #max_subdir_level = 0
  1179.  
  1180. # symlink = yes/no
  1181. # Enables/disables following symbolic links.
  1182. #symlink = no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement