mirror of
https://github.com/dap-ps/infra-dapps.git
synced 2025-02-24 09:58:19 +00:00
fix smtp server config
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1aebe57081
commit
5ba23f7994
2
dns.tf
2
dns.tf
@ -48,7 +48,7 @@ resource "gandi_zonerecord" "dap_ps_mx" {
|
|||||||
name = "@"
|
name = "@"
|
||||||
type = "MX"
|
type = "MX"
|
||||||
ttl = 3600
|
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" {
|
resource "gandi_zonerecord" "dap_ps_mail_mx" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user