forked from Deuxfleurs/nixcfg
remove email-in
This commit is contained in:
parent
28e7503b27
commit
a6c791d342
1 changed files with 1 additions and 2 deletions
|
@ -282,10 +282,9 @@ job "email" {
|
||||||
tags = [
|
tags = [
|
||||||
"postfix",
|
"postfix",
|
||||||
"(diplonat (tcp_port 25 465 587))",
|
"(diplonat (tcp_port 25 465 587))",
|
||||||
"d53-a email-in.deuxfleurs.fr",
|
|
||||||
"d53-a smtp.deuxfleurs.fr",
|
"d53-a smtp.deuxfleurs.fr",
|
||||||
# ipv6 is commented for now as port is not open in firewall (TODO)
|
# ipv6 is commented for now as port is not open in firewall (TODO)
|
||||||
# "d53-aaaa email-in.deuxfleurs.fr"
|
# "d53-aaaa smtp.deuxfleurs.fr"
|
||||||
]
|
]
|
||||||
check {
|
check {
|
||||||
type = "tcp"
|
type = "tcp"
|
||||||
|
|
Loading…
Reference in a new issue