fix postfix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user