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

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

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