Description: Adjust documentation to reference the "chasquid" user
Forwarded: not-needed
Author: Martina Ferrari <tina@debian.org>

--- a/etc/chasquid/README
+++ b/etc/chasquid/README
@@ -22,7 +22,7 @@
 You need at least one certificate, or the server will refuse to start.
 Ideally there should be a certificate for each DNS name pointing to you.
 
-Make sure the user you use to run chasquid under ("mail" in the example
+Make sure the user you use to run chasquid under ("chasquid" in the example
 systemd files) can access the certificates and private keys.
 
 
--- a/etc/chasquid/hooks/post-data
+++ b/etc/chasquid/hooks/post-data
@@ -15,8 +15,8 @@
 set -e
 
 
-# Note greylistd needs you to add the user to the "greylist" group:
-#   usermod -a -G greylist mail
+# Note greylistd needs you to add the daemon user to the "greylist" group:
+#   usermod -a -G greylist chasquid
 if [ "$AUTH_AS" == "" ] && [ "$SPF_PASS" == "0" ] && \
 	command -v greylist >/dev/null && \
 	groups | grep -q greylist;
