소스 검색

don't keep extra var for organization thats not really needed.

Thomas Buck 5 년 전
부모
커밋
7096fec015
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    1
      group_vars/sovereign
  2. 1
    1
      roles/mailserver/templates/etc_rspamd_local.d_dmarc.conf.j2

+ 0
- 1
group_vars/sovereign 파일 보기

@@ -6,7 +6,6 @@
6 6
 # common
7 7
 domain: (required)
8 8
 main_user_name: (required)
9
-organization: (required)
10 9
 
11 10
 # admin email
12 11
 # fail2ban reports will be sent to this address

+ 1
- 1
roles/mailserver/templates/etc_rspamd_local.d_dmarc.conf.j2 파일 보기

@@ -15,7 +15,7 @@ send_reports = true;
15 15
 report_settings {
16 16
   # The following elements MUST be present
17 17
   # organisation name to use for reports
18
-  org_name = "{{ organization }}";
18
+  org_name = "xythobuzSovereign";
19 19
   
20 20
   # organisation domain
21 21
   domain = "{{ domain }}";

Loading…
취소
저장