blob: b5611f56c61760e8562d57f2d267ec3fe15098cd (
plain)
- # 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=""
|