From d788afd4c1a6f0893361bff4ce43a59b00347037 Mon Sep 17 00:00:00 2001 From: Macartur Sousa Date: Mon, 25 May 2015 15:28:35 -0300 Subject: [PATCH] Fixing list domain name in mm_cfg.py.erb --- cookbooks/mailman/templates/centos/mm_cfg.py.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/mailman/templates/centos/mm_cfg.py.erb b/cookbooks/mailman/templates/centos/mm_cfg.py.erb index 336d633..0265092 100644 --- a/cookbooks/mailman/templates/centos/mm_cfg.py.erb +++ b/cookbooks/mailman/templates/centos/mm_cfg.py.erb @@ -16,7 +16,7 @@ except: # site-specific items ############################################################### -DEFAULT_URL_HOST = '<%= node['config']['external_hostname'] %>' +DEFAULT_URL_HOST = '<%= node['config']['lists_hostname'] %>' DEFAULT_EMAIL_HOST = '<%= node['config']['lists_hostname'] %>' MTA = None POSTFIX_STYLE_VIRTUAL_DOMAINS = ['<%= node['config']['lists_hostname']%>'] -- libgit2 0.21.2