Explorar el Código

Merge pull request #592 from bpeterman/master

Added abuse as a default alias
It's mentioned in RFC 2142, I think it'll do no harm to add this
Sven Neuhaus hace 7 años
padre
commit
c50b1255c3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      group_vars/sovereign

+ 3
- 0
group_vars/sovereign Ver fichero

@@ -30,6 +30,9 @@ mail_virtual_aliases:
30 30
   - source: "webmaster@{{ domain }}"
31 31
     destination: "{{ admin_email }}"
32 32
     domain_pk_id: 1
33
+  - source: "abuse@{{ domain }}"
34
+    destination: "{{ admin_email }}"
35
+    domain_pk_id: 1
33 36
 
34 37
 # timezone
35 38
 # common_timezone will be used in the common and mailserver roles

Loading…
Cancelar
Guardar