소스 검색

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 년 전
부모
커밋
c50b1255c3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      group_vars/sovereign

+ 3
- 0
group_vars/sovereign 파일 보기

@@ -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…
취소
저장