Sfoglia il codice sorgente

Add 'clamav' user in /etc/aliases file

Emmanuel Bouthenot 11 anni fa
parent
commit
d0831ede55
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      roles/common/templates/aliases.j2

+ 1 - 0
roles/common/templates/aliases.j2

@@ -12,6 +12,7 @@ abuse:          root
 noc:            root
 security:       root
 logcheck:       root
+clamav:         root
 
 {% if admin_email is defined %}
 root:           {{ admin_email }}