Kaynağa Gözat

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 7 yıl önce
ebeveyn
işleme
c50b1255c3
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      group_vars/sovereign

+ 3
- 0
group_vars/sovereign Dosyayı Görüntüle

@@ -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…
İptal
Kaydet