forward mail and lists

This commit is contained in:
goeranh 2026-03-13 14:08:29 +01:00
parent 421259270c
commit d8d76776c1
No known key found for this signature in database

View file

@ -79,6 +79,18 @@
httpPort = 80; httpPort = 80;
httpsPort = 443; httpsPort = 443;
}; };
mail = {
dest = "141.56.51.14";
domain = "mail.htw.stura-dresden.de";
httpPort = 80;
httpsPort = 443;
};
lists = {
dest = "141.56.51.14";
domain = "lists.htw.stura-dresden.de";
httpPort = 80;
httpsPort = 443;
};
dat = { dat = {
dest = "141.56.51.17"; dest = "141.56.51.17";
domain = "dat.stu.htw.stura-dresden.de"; domain = "dat.stu.htw.stura-dresden.de";