#
# settings for ldap2homedir (sc_createaccounts)
#

# BASEHOMEDIR: leave empty, if no home directories should be created
ACCOUNTS_HOMEDIR_BASE="/space/export/home"

# LAYOUT:
#   yes: HOMEDIR_BASE/${firstletter}/${user}
#   *:   HOMEDIR_BASE/${user}
#ACCOUNTS_HOMEDIR_FIRSTLETTER_SUBDIRECTORIES="yes"

ACCOUNTS_CYRUS_SERVER="localhost"
ACCOUNTS_CYRUS_USER="cyrus"
ACCOUNTS_CYRUS_PASS="linux"
ACCOUNTS_CYRUS_USER_QUOTA=100000
ACCOUNTS_CYRUS_USER_QUOTA_ARCHIV=100000


# SIEVE_TEMPLATE_DIR: leave empty, if sieve templates should not be installed
ACCOUNTS_SIEVE_TEMPLATE_DIR="/var/lib/sc_createaccounts/sieve_templates/"
ACCOUNTS_SIEVE_DEFAULT="roundcube.bc"
# if the default link links to this, it will be removed and set to the new default
ACCOUNTS_SIEVE_DEPRECATED="phpscript.bc"
