diff options
-rw-r--r-- | local/users.conf | 23 | ||||
-rw-r--r-- | local/volumes | 4 |
2 files changed, 27 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="" diff --git a/local/volumes b/local/volumes new file mode 100644 index 0000000..fd8c4cc --- /dev/null +++ b/local/volumes @@ -0,0 +1,4 @@ +NETATALK="1" +NETATALK_HOME="mac" + +PRIVATE="1" |