Selaa lähdekoodia

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 8 vuotta sitten
vanhempi
commit
c50b1255c3
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      group_vars/sovereign

+ 3
- 0
group_vars/sovereign Näytä tiedosto

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

Loading…
Peruuta
Tallenna