Änderung der adresse vom smtp mailserver
This commit is contained in:
parent
9e3fa025cd
commit
ca8c213e74
1 changed files with 3 additions and 1 deletions
|
|
@ -90,7 +90,9 @@
|
||||||
services.redmine.settings.production.email_delivery = {
|
services.redmine.settings.production.email_delivery = {
|
||||||
delivery_method = ":smtp";
|
delivery_method = ":smtp";
|
||||||
smtp_settings = {
|
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;
|
port = 25;
|
||||||
};
|
};
|
||||||
#### Alternativ waere vielleicht auch das Versand von Mails durch das Programm sendmail (als lokale Installation) moeglich.
|
#### Alternativ waere vielleicht auch das Versand von Mails durch das Programm sendmail (als lokale Installation) moeglich.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue