install_amavis.sh: chane SecuriteInfo signatur (account oo@oopen.de).

This commit is contained in:
Christoph 2018-09-22 12:07:36 +02:00
parent b95e0e3e97
commit a64a64be8c
2 changed files with 11 additions and 2 deletions

View File

@ -20,4 +20,4 @@ _MALWARE_PATROL_IN_USE=true
_MALWERE_PATROL_FREE=false
_MP_RECEIPT_NUMBER=106015125438
_SECURITE_INFO_IN_USE=true
_SI_AUTHORISATION_SIGNATURE=abb4ec6b194639f3d123154f1b971843a3b8751d8c1bcdc7d07ed6db26621b11bca0e23d2a42b60aef3f7b7803a1466a964d90c7b1e82d67c7680c8f46b59a4e
_SI_AUTHORISATION_SIGNATURE=b0b7e94d3fcc8f3b1f128edd5830392361868cf0174723a9924ac25bf8b1b588cb974b50234e1bc1d9839dfe0ca6e1627733d90daf1399347b1046d20c2e3a89

View File

@ -2930,7 +2930,16 @@ EOF
if $SECURITE_INFO_IN_USE ; then
cat << EOF >> /etc/clamav-unofficial-sigs/user.conf 2> $tmp_err_msg
# - SecuriteInfo
# -
# - type: basic
# - account: ckubu@oopen.de
# - signatur: abb4ec6b..46b59a4e
# -
# - type: professional
# - account: oo@oopen.de
# - signatur: b0b7e94d..0c2e3a89
# -
securiteinfo_authorisation_signature="$SI_AUTHORISATION_SIGNATURE"
EOF
if [[ "$?" -ne 0 ]] ; then