aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-30 18:04:54 -0300
committerEuAndreh <eu@euandre.org>2022-11-30 18:04:54 -0300
commita2e771b597c7b1fb6f9e5438002e8250f1fa906c (patch)
tree012ef190f37c5816e67014e931ca4f71522b12fe /src
parentsystem.scm: Add config for mta-sts subdomain (diff)
downloadtoph-a2e771b597c7b1fb6f9e5438002e8250f1fa906c.tar.gz
toph-a2e771b597c7b1fb6f9e5438002e8250f1fa906c.tar.xz
system.scm: Decrease permission of Postfix queue dir
Diffstat (limited to 'src')
-rw-r--r--src/infrastructure/guix/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 709ddd5..3491d92 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -800,7 +800,7 @@
"Creating Postfix queue directory: \"~a\".~%" #$queue-directory)
(mkdir-p #$queue-directory)
(chown #$queue-directory (passwd:uid user) (passwd:gid user))
- (chmod #$queue-directory #o755)
+ (chmod #$queue-directory #o750)
(format (current-error-port)
"Creating email spool director: \"/var/mail\".~%")
(mkdir-p "/var/mail")