Change location of SMTP password file

This commit is contained in:
2021-03-22 14:44:59 +01:00
parent 2ace5e2f88
commit 9a1e015a2d

View File

@@ -18,6 +18,6 @@
domain = "gmail.com";
hostName = "smtp.gmail.com:587";
authUser = "akasroua@gmail.com";
authPassFile = "/run/keys/ssmtp";
authPassFile = "/var/keys/ssmtp";
};
}