diff options
Diffstat (limited to 'src/xyz/euandreh/queue.scm')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 88a405c..4932466 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -412,7 +412,7 @@ collections.OrderedDict that works in Python 2.4-2.6.") "Creating Cyrus SASL socket directory: \"~a\".~%" #$state-dir) (mkdir-p #$state-dir) (chown #$state-dir (passwd:uid user) (passwd:gid user)) - (chmod #$state-dir #o755))))) + (chmod #$state-dir #o750))))) (define (cyrus-sasl-accounts config) (match-record config <cyrus-sasl-configuration> |