fix postfix

This commit is contained in:
2025-12-04 19:44:13 -06:00
parent a45d9014dd
commit a1fd3b3af2

View File

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