mail(treewide): update mail.greenbaum.zone -> mail.pub.solar
Some checks failed
Flake checks / Check (pull_request) Failing after 1m53s

This commit is contained in:
teutat3s 2024-05-27 17:51:32 +02:00
parent 270887741d
commit 82349a77cd
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
6 changed files with 5 additions and 5 deletions

View file

@ -94,7 +94,7 @@
mailer = { mailer = {
ENABLED = true; ENABLED = true;
PROTOCOL = "smtps"; PROTOCOL = "smtps";
SMTP_ADDR = "mail.greenbaum.zone"; SMTP_ADDR = "mail.pub.solar";
SMTP_PORT = 465; SMTP_PORT = 465;
FROM = ''"pub.solar git server" <forgejo@pub.solar>''; FROM = ''"pub.solar git server" <forgejo@pub.solar>'';
USER = "admins@pub.solar"; USER = "admins@pub.solar";

View file

@ -59,7 +59,7 @@
}; };
smtp = { smtp = {
enabled = true; enabled = true;
host = "mail.greenbaum.zone:465"; host = "mail.pub.solar:465";
user = "admins@pub.solar"; user = "admins@pub.solar";
password = "\$__file{${config.age.secrets.grafana-smtp-password.path}}"; password = "\$__file{${config.age.secrets.grafana-smtp-password.path}}";
from_address = "no-reply@pub.solar"; from_address = "no-reply@pub.solar";

View file

@ -60,7 +60,7 @@
vapidPublicKeyFile = "/run/agenix/mastodon-vapid-public-key"; vapidPublicKeyFile = "/run/agenix/mastodon-vapid-public-key";
smtp = { smtp = {
createLocally = false; createLocally = false;
host = "mail.greenbaum.zone"; host = "mail.pub.solar";
port = 587; port = 587;
authenticate = true; authenticate = true;
user = "admins@pub.solar"; user = "admins@pub.solar";

View file

@ -63,7 +63,7 @@
mail_smtpname = "admins@pub.solar"; mail_smtpname = "admins@pub.solar";
mail_smtpsecure = "tls"; mail_smtpsecure = "tls";
mail_smtpauth = 1; mail_smtpauth = 1;
mail_smtphost = "mail.greenbaum.zone"; mail_smtphost = "mail.pub.solar";
mail_smtpport = "587"; mail_smtpport = "587";
# This is to allow connections to collabora and keycloak, among other services # This is to allow connections to collabora and keycloak, among other services

View file

@ -129,7 +129,7 @@
send_resolved = true; send_resolved = true;
to = "admins@pub.solar"; to = "admins@pub.solar";
from = "alerts@pub.solar"; from = "alerts@pub.solar";
smarthost = "mail.greenbaum.zone:465"; smarthost = "mail.pub.solar:465";
auth_username = "admins@pub.solar"; auth_username = "admins@pub.solar";
auth_password = "$SMTP_AUTH_PASSWORD"; auth_password = "$SMTP_AUTH_PASSWORD";
require_tls = false; require_tls = false;