msmtp fixes
This commit is contained in:
parent
7521543dcd
commit
05c290ef1c
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
auth = true;
|
||||
from = "webmaster@vanpetegem.me";
|
||||
host = "mail.vanpetegem.me";
|
||||
passwordeval = ''cat ${config.age.secrets."passwords/services/ssmtp-pass".path}'';
|
||||
passwordeval = ''${pkgs.coreutils}/bin/cat ${config.age.secrets."passwords/services/ssmtp-pass".path}'';
|
||||
port = 465;
|
||||
tls = true;
|
||||
tls_starttls = false;
|
||||
tls_trust_file = "${pkgs.cacert}/etc/ssl/certs/ca-certificates.crt";
|
||||
tls_trust_file = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
user = "webmaster@vanpetegem.me";
|
||||
};
|
||||
setSendmail = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue