Merge pull request 'fix: new Greenbaum mail hostname is mail.greenbaum.zone' (#78) from fix/mail-server into main

Reviewed-on: #78
This commit is contained in:
teutat3s 2023-12-06 18:19:18 +00:00
commit 75e4179f42
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873
4 changed files with 5 additions and 5 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

@ -122,7 +122,7 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "@"
type = "TXT"
address = "v=spf1 include:spf.greenbaum.cloud a:list.pub.solar ~all"
address = "v=spf1 include:spf.greenbaum.zone a:list.pub.solar ~all"
}
record {
hostname = "list"
@ -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 {