summaryrefslogtreecommitdiff
path: root/local/users.conf
blob: b5611f56c61760e8562d57f2d267ec3fe15098cd (plain)
  1. # Add all normal accounts to which group?
  2. USERS_GROUPNAME="users"
  3. # If default users are "dummy" users then what group are real users?
  4. # (leave blank or comment out to disable dummy/real environment)
  5. REALUSERS_GROUPNAME="realusers"
  6. # If default users are "dummy", in which dir should they have dir?
  7. DUMMYSHAREDIR="/home/christof/ftp_christof_ro"
  8. # Owned by whom?
  9. DUMMYSHAREOWNER="christof"
  10. # And symlinked to what dir in their own homedir?
  11. DUMMYSHARENAME="images"
  12. # And what Apache config sould we use to restrict access to the folder from web?
  13. # (below /etc/apache/init.d/)
  14. DUMMYAPACHECFG="private"
  15. # And to where is the dir Alias'ed?
  16. DUMMYAPACHESHAREDIR="private"
  17. # Use "mbox" imap transport?
  18. # (makes quota include incoming mail, but a bug makes creating more IMAP folders fail).
  19. USE_MBOX=""