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