Commit c508ff23e5338c82c5b913137aa59a82be701c3c

Authored by Antonio Terceiro
2 parents 0d8a9ab3 0d09eaa6

Merge branch 'mailman_fix' into 'master'

Mailman fix

fixed mailman list name and held messages

See merge request !26
cookbooks/mailman/templates/centos/mm_cfg.py.erb
@@ -16,11 +16,11 @@ except: @@ -16,11 +16,11 @@ except:
16 # site-specific items 16 # site-specific items
17 ############################################################### 17 ###############################################################
18 18
19 -DEFAULT_URL_HOST = '<%= node['config']['external_hostname'] %>' 19 +DEFAULT_URL_HOST = '<%= node['config']['lists_hostname'] %>'
20 DEFAULT_EMAIL_HOST = '<%= node['config']['lists_hostname'] %>' 20 DEFAULT_EMAIL_HOST = '<%= node['config']['lists_hostname'] %>'
21 MTA = None 21 MTA = None
22 POSTFIX_STYLE_VIRTUAL_DOMAINS = ['<%= node['config']['lists_hostname']%>'] 22 POSTFIX_STYLE_VIRTUAL_DOMAINS = ['<%= node['config']['lists_hostname']%>']
23 -DEFAULT_URL_PATTERN = 'http://%s/mailman/cgi-bin/' 23 +DEFAULT_URL_PATTERN = 'https://%s/mailman/cgi-bin/'
24 24
25 ############################################################### 25 ###############################################################
26 # copied from default mailman config file 26 # copied from default mailman config file