浏览代码

Added abuse as a default alias

Blake Peterman 7 年前
父节点
当前提交
1586c01e30
共有 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

正在加载...
取消
保存