Browse Source

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

Thomas Buck 5 years ago
parent
commit
7096fec015

+ 0
- 1
group_vars/sovereign View File

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

+ 1
- 1
roles/mailserver/templates/etc_rspamd_local.d_dmarc.conf.j2 View File

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

Loading…
Cancel
Save