Merge pull request 'Fixes #577. clamav, disabilitata la signature scamnailer, il servizio è stato dismesso.' (#175) from adellam/ansible-roles:master into master
This commit is contained in:
commit
2772188e7b
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
# Default dbs rating (Default: MEDIUM)
|
# Default dbs rating (Default: MEDIUM)
|
||||||
# valid rating: LOW, MEDIUM, HIGH
|
# valid rating: LOW, MEDIUM, HIGH
|
||||||
#default_dbs_rating="HIGH"
|
default_dbs_rating="LOW"
|
||||||
|
|
||||||
# Per Database
|
# Per Database
|
||||||
# These ratings will override the global rating for the specific database
|
# These ratings will override the global rating for the specific database
|
||||||
|
@ -48,6 +48,9 @@
|
||||||
# http://www.example.org/sigs.ldb
|
# http://www.example.org/sigs.ldb
|
||||||
#) #END ADDITIONAL DATABASES
|
#) #END ADDITIONAL DATABASES
|
||||||
|
|
||||||
|
# master.conf single signatures overrides.
|
||||||
|
scamnailer.ndb|DISABLE
|
||||||
|
|
||||||
# Uncomment the following line to enable the script
|
# Uncomment the following line to enable the script
|
||||||
user_configuration_complete="yes"
|
user_configuration_complete="yes"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue