forked from pub-solar/infra
mail(treewide): update mail.greenbaum.zone -> mail.pub.solar
This commit is contained in:
parent
1ca1168d7a
commit
9d8026a31a
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue