Add site name to Exim local_domains on SB server

To allow Exim to perform outbound delivery for the production
StoryBoard service without choking on sender verification, add
storyboard.openstack.org to its local_domains list.

Change-Id: I2d380ead26319269819026acb2e1b175774a6c77
This commit is contained in:
Jeremy Stanley 2019-02-21 15:57:29 +00:00
parent de69f35847
commit 371d9e8a1c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
exim_local_domains: "@:storyboard.openstack.org"
exim_routers:
- dnslookup: '{{ exim_dnslookup_router }}'
- system_aliases: '{{ exim_system_aliases_router }}'