fix postfix hopefully
This commit is contained in:
@@ -63,9 +63,9 @@ in {
|
|||||||
settings.main = {
|
settings.main = {
|
||||||
relayHost = ["smtp.gmail.com:${toString cfg.port}"];
|
relayHost = ["smtp.gmail.com:${toString cfg.port}"];
|
||||||
smtp_use_tls = "yes";
|
smtp_use_tls = "yes";
|
||||||
smtp_tls_security_level = "may";
|
smtp_tls_security_level = "encrypt";
|
||||||
smtp_sasl_auth_enable = "yes";
|
smtp_sasl_auth_enable = "yes";
|
||||||
smtp_sasl_security_options = "";
|
smtp_sasl_security_options = "noanonymous";
|
||||||
smtp_sasl_password_maps = "texthash:${config.sops.secrets."postfix_passwd".path}";
|
smtp_sasl_password_maps = "texthash:${config.sops.secrets."postfix_passwd".path}";
|
||||||
# optional: Forward mails to root (e.g. from cron jobs, smartd)
|
# optional: Forward mails to root (e.g. from cron jobs, smartd)
|
||||||
# to me privately and to my work email:
|
# to me privately and to my work email:
|
||||||
|
|||||||
Reference in New Issue
Block a user