Qualify path to cat (#55)

This commit is contained in:
Patrick Stevens
2024-04-28 22:40:55 +01:00
committed by GitHub
parent ad6a4548c6
commit 5536c97493

View File

@@ -100,7 +100,7 @@ in {
create = "maildir"; create = "maildir";
}; };
realName = "Patrick Stevens"; realName = "Patrick Stevens";
passwordCommand = "cat ${secretsPath}/btinternet.txt"; passwordCommand = "${pkgs.coreutils}/bin/cat ${secretsPath}/btinternet.txt";
smtp = { smtp = {
host = "mail.btinternet.com"; host = "mail.btinternet.com";
port = 465; port = 465;
@@ -143,7 +143,7 @@ in {
passwordCommand = passwordCommand =
# I store the ProtonMail Bridge password here. # I store the ProtonMail Bridge password here.
# Extracting it from a keychain would be better. # Extracting it from a keychain would be better.
"cat ${secretsPath}/proton.txt"; "${pkgs.coreutils}/bin/cat ${secretsPath}/proton.txt";
smtp = { smtp = {
host = "127.0.0.1"; host = "127.0.0.1";
port = 1025; # 8126; if using hydroxide port = 1025; # 8126; if using hydroxide