fix smtp server config

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-31 12:57:38 -04:00
parent 1aebe57081
commit 5ba23f7994
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

2
dns.tf
View File

@ -48,7 +48,7 @@ resource "gandi_zonerecord" "dap_ps_mx" {
name = "@"
type = "MX"
ttl = 3600
values = ["10 inbound-smtp.eu-west-1.amazonaws.com."]
values = ["10 inbound-smtp.eu-east-1.amazonaws.com."]
}
resource "gandi_zonerecord" "dap_ps_mail_mx" {