ssmtp: give example to create authPassFile

This commit is contained in:
sjau 2021-07-01 09:40:50 +02:00
parent 9b24799b11
commit 1f207718de

View file

@ -124,7 +124,8 @@ in
example = "/run/keys/ssmtp-authpass";
description = ''
Path to a file that contains the password used for SMTP auth. The file
should not contain a trailing newline, if the password does not contain one.
should not contain a trailing newline, if the password does not contain one
(e.g. use <command>echo -n "password" > file</command>).
This file should be readable by the users that need to execute ssmtp.
'';
};