summaryrefslogtreecommitdiff
path: root/local/users.conf
diff options
context:
space:
mode:
Diffstat (limited to 'local/users.conf')
-rw-r--r--local/users.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/local/users.conf b/local/users.conf
new file mode 100644
index 0000000..b5611f5
--- /dev/null
+++ b/local/users.conf
@@ -0,0 +1,23 @@
+# Add all normal accounts to which group?
+USERS_GROUPNAME="users"
+
+# If default users are "dummy" users then what group are real users?
+# (leave blank or comment out to disable dummy/real environment)
+REALUSERS_GROUPNAME="realusers"
+
+# If default users are "dummy", in which dir should they have dir?
+DUMMYSHAREDIR="/home/christof/ftp_christof_ro"
+# Owned by whom?
+DUMMYSHAREOWNER="christof"
+# And symlinked to what dir in their own homedir?
+DUMMYSHARENAME="images"
+
+# And what Apache config sould we use to restrict access to the folder from web?
+# (below /etc/apache/init.d/)
+DUMMYAPACHECFG="private"
+# And to where is the dir Alias'ed?
+DUMMYAPACHESHAREDIR="private"
+
+# Use "mbox" imap transport?
+# (makes quota include incoming mail, but a bug makes creating more IMAP folders fail).
+USE_MBOX=""