forked from Deuxfleurs/nixcfg
d53 for email-in.deuxfleurs.fr (A only, AAAA missing firewall)
This commit is contained in:
parent
1c623c796a
commit
81d3c0e03a
1 changed files with 4 additions and 1 deletions
|
@ -280,7 +280,10 @@ job "email" {
|
||||||
address_mode = "host"
|
address_mode = "host"
|
||||||
tags = [
|
tags = [
|
||||||
"postfix",
|
"postfix",
|
||||||
"(diplonat (tcp_port 25 465 587))"
|
"(diplonat (tcp_port 25 465 587))",
|
||||||
|
"d53-a email-in.deuxfleurs.fr",
|
||||||
|
# ipv6 is commented for now as port is not open in firewall (TODO)
|
||||||
|
# "d53-aaaa email-in.deuxfleurs.fr"
|
||||||
]
|
]
|
||||||
check {
|
check {
|
||||||
type = "tcp"
|
type = "tcp"
|
||||||
|
|
Loading…
Reference in a new issue