fix: new Greenbaum mail server is mail.greenbaum.zone
Some checks reported warnings
Flake checks / Check (pull_request) Has been cancelled

This commit is contained in:
teutat3s 2023-12-05 18:23:04 +01:00
parent 5c664a0401
commit 7e2bbab736
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

@ -142,7 +142,7 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "@"
type = "MX"
address = "mx2.greenbaum.cloud."
address = "mail.greenbaum.zone."
mx_pref = "0"
}
record {