snipe-it mail setup

This commit is contained in:
2026-06-22 14:32:34 +02:00
parent 117816da1a
commit e02b187bfa
5 changed files with 49 additions and 20 deletions
+9 -3
View File
@@ -36,13 +36,19 @@ in {
};
mail = {
driver = "smtp";
host = "smtp.eu.mailgun.org";
port = 587;
encryption = "tls";
user = "bot@az-gruppe.com";
passwordFile = config.age.secrets.snipe-it-mail-password.path;
from = {
name = "Snipe-IT Asset Management";
address = "snipe-it@az-gruppe.com";
name = "AZ - Asset Management";
address = "bot@az-gruppe.com";
};
replyTo = {
name = "Snipe-IT Asset Management";
address = "snipe-it@az-gruppe.com";
address = "bot@az-gruppe.com";
};
backupNotificationAddress = "sascha.koenig@azintec.com";
};