Änderung der adresse vom smtp mailserver

This commit is contained in:
oxce 2026-03-27 18:11:47 +01:00
parent 9e3fa025cd
commit ca8c213e74

View file

@ -90,7 +90,9 @@
services.redmine.settings.production.email_delivery = {
delivery_method = ":smtp";
smtp_settings = {
address = "mail.${config.networking.domain}";
# @tan 27-03-2026: muss an "alten" mailserver senden
#address = "mail.${config.networking.domain}";
address = "mail.stura.htw-dresden.de";
port = 25;
};
#### Alternativ waere vielleicht auch das Versand von Mails durch das Programm sendmail (als lokale Installation) moeglich.