fix postfix

This commit is contained in:
2025-12-04 20:13:38 -06:00
parent b488af297a
commit 35d8c83423
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
servers = {
cobblemon = {
data_dir = "/var/lib/gameservers/minecraft_modded/cobblemon";
start_file = "run.sh";
start_file = "start.sh";
};
};
in {

View File

@@ -60,8 +60,8 @@ in {
# enable the ${service} service
services.postfix = {
enable = true;
settings.main.relayHost = ["smtp.gmail.com:${toString cfg.port}"];
config = {
settings.main = {
relayHost = ["smtp.gmail.com:${toString cfg.port}"];
#smtp_use_tls = "yes";
smtp_tls_security_level = "may";
smtp_sasl_auth_enable = "yes";