File: 0001-Use_chasquid_user.patch

package info (click to toggle)
chasquid 1.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,744 kB
  • sloc: sh: 1,325; python: 341; makefile: 78
file content (28 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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;