X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9efaa37d8f7bf4f9a019fc2b6208762b94d4f04c..5e01e28d3970940f3be03d7bfa514373175caad8:/cookbooks/community/templates/default/mail-receiver.yml.erb?ds=inline diff --git a/cookbooks/community/templates/default/mail-receiver.yml.erb b/cookbooks/community/templates/default/mail-receiver.yml.erb index da96fcdd8..ac847b9ff 100644 --- a/cookbooks/community/templates/default/mail-receiver.yml.erb +++ b/cookbooks/community/templates/default/mail-receiver.yml.erb @@ -33,7 +33,7 @@ env: ## The master API key of your Discourse forum. You can get this from ## the "API" tab of your admin panel. - DISCOURSE_API_KEY: abcdefghijklmnop + DISCOURSE_API_KEY: '<%= @passwords["mail_receiver_api_key"] %>' ## The username to use for processing incoming e-mail. Unless you have ## renamed the `system` user, you should leave this as-is. @@ -49,3 +49,6 @@ volumes: - volume: host: /etc/ssl/private/community.openstreetmap.org.key guest: /shared/ssl/ssl.key + - volume: + host: /srv/community.openstreetmap.org/files/policyd-spf.conf + guest: /etc/postfix-policyd-spf-python/policyd-spf.conf