LDAP SRV and MX records now created automatically.

This commit is contained in:
niten 2022-01-06 21:41:42 -08:00
parent e9afc57742
commit 7ca840d86f
1 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@
wiki = "hanover.fudo.org.";
};
mx = [ "mail.fudo.org" ];
# mx = [ "mail.fudo.org" ];
# verbatim-dns-records = [
# ''@ IN TXT "v=spf1 mx ip4:208.81.3.112/28 ip6:2605:e200:d200::1/48 -all"''
@ -70,14 +70,14 @@
# host = "mail.fudo.org";
# port = 993;
# }];
ldap = [{
host = "france.fudo.org";
port = 389;
}];
ldaps = [{
host = "france.fudo.org";
port = 636;
}];
# ldap = [{
# host = "france.fudo.org";
# port = 389;
# }];
# ldaps = [{
# host = "france.fudo.org";
# port = 636;
# }];
# pop3s = [{
# host = "mail.fudo.org";
# port = 995;