enable email alerting in gatus
This commit is contained in:
parent
10bd58170b
commit
d03be78a63
3 changed files with 29 additions and 6 deletions
|
@ -21,6 +21,10 @@ in
|
|||
(mx.mx 10 "mail.kun.is.")
|
||||
];
|
||||
|
||||
TXT = [
|
||||
(with spf; soft [ "include:spf.glasnet.nl" ])
|
||||
];
|
||||
|
||||
subdomains = {
|
||||
"*" = {
|
||||
A = [ cfg.public.ipv4.router ];
|
||||
|
@ -60,17 +64,17 @@ in
|
|||
AAAA = [ cfg.dmz.ipv6.router ];
|
||||
};
|
||||
|
||||
#for SMTP2GO to be able send emails from kun.is domain
|
||||
#for SMTP2GO to be able send emails from kun.is domain
|
||||
em670271 = {
|
||||
CNAME = ["return.smtp2go.net."];
|
||||
CNAME = [ "return.smtp2go.net." ];
|
||||
};
|
||||
|
||||
"s670271._domainkey" = {
|
||||
CNAME = ["dkim.smtp2go.net."];
|
||||
CNAME = [ "dkim.smtp2go.net." ];
|
||||
};
|
||||
|
||||
link = {
|
||||
CNAME = ["track.smtp2go.net."];
|
||||
CNAME = [ "track.smtp2go.net." ];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Reference in a new issue