forked from pub-solar/infra
fix: new Greenbaum mail server is mail.greenbaum.zone
This commit is contained in:
parent
5c664a0401
commit
caaab0e14d
|
@ -55,7 +55,7 @@
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
PROTOCOL = "smtps";
|
PROTOCOL = "smtps";
|
||||||
SMTP_ADDR = "mx2.greenbaum.cloud";
|
SMTP_ADDR = "mail.greenbaum.zone";
|
||||||
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";
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
vapidPublicKeyFile = "/run/agenix/mastodon-vapid-public-key";
|
vapidPublicKeyFile = "/run/agenix/mastodon-vapid-public-key";
|
||||||
smtp = {
|
smtp = {
|
||||||
createLocally = false;
|
createLocally = false;
|
||||||
host = "mx2.greenbaum.cloud";
|
host = "mail.greenbaum.zone";
|
||||||
port = 587;
|
port = 587;
|
||||||
authenticate = true;
|
authenticate = true;
|
||||||
user = "admins@pub.solar";
|
user = "admins@pub.solar";
|
||||||
|
|
|
@ -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 = "mx2.greenbaum.cloud";
|
mail_smtphost = "mail.greenbaum.zone";
|
||||||
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
|
||||||
|
|
|
@ -122,7 +122,7 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
record {
|
record {
|
||||||
hostname = "@"
|
hostname = "@"
|
||||||
type = "TXT"
|
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 {
|
record {
|
||||||
hostname = "list"
|
hostname = "list"
|
||||||
|
@ -142,7 +142,7 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
record {
|
record {
|
||||||
hostname = "@"
|
hostname = "@"
|
||||||
type = "MX"
|
type = "MX"
|
||||||
address = "mx2.greenbaum.cloud."
|
address = "mail.greenbaum.zone."
|
||||||
mx_pref = "0"
|
mx_pref = "0"
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
|
|
Loading…
Reference in a new issue