99 lines
2.2 KiB
Plaintext
99 lines
2.2 KiB
Plaintext
# ------------------------------------------------------------------------------
|
|
# - Configuration for password convertion script 'convert_dovecot_pfa_password.'
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# - DOVECOT_ENC_METHOD_CUR
|
|
# -
|
|
# - The password scheme which should be used to generate the hashed
|
|
# - passwords of EXISTING users.
|
|
# -
|
|
# - Possible values are:
|
|
# -
|
|
# - See output of 'doveadm pw -l'
|
|
# -
|
|
# - DEFAULTS to: DOVECOT_ENC_METHOD_CUR="CRAM-MD5"
|
|
# -
|
|
#DOVECOT_ENC_METHOD_CUR=""
|
|
#DOVECOT_ENC_METHOD_CUR="SHA512-CRYPT"
|
|
|
|
# - DOVECOT_ENC_METHOD_NEW
|
|
# -
|
|
# - The password scheme which should be used to generate the hashed
|
|
# - passwords for NEW users.
|
|
# -
|
|
# - Possible values are:
|
|
# -
|
|
# - See output of 'doveadm pw -l'
|
|
# -
|
|
# - DEFAULTS to: DOVECOT_ENC_METHOD_NEW="SHA512-CRYPT"
|
|
# -
|
|
#DOVECOT_ENC_METHOD_NEW=""
|
|
|
|
# - DOCROOT_ROUNDCUBE
|
|
# -
|
|
# - DocumentRoot directory of the roundcube installation
|
|
# -
|
|
# - Example:
|
|
# -
|
|
# - DOCROOT_ROUNDCUBE="/var/www/webmail.oopen.de/htdocs"
|
|
# -
|
|
DOCROOT_ROUNDCUBE=""
|
|
|
|
# - DOCROOT_PFA
|
|
# -
|
|
# - DocumentRoot directory of the postfixadmin installation
|
|
# -
|
|
# - Example:
|
|
# -
|
|
# - DOCROOT_PFA="/var/www/adm.oopen.de/htdocs"
|
|
# -
|
|
DOCROOT_PFA=""
|
|
|
|
# - POSTFIX_DB_NAME
|
|
# -
|
|
# - Name of the postfix database
|
|
# -
|
|
# - Defaults to POSTFIX_DB_NAME='postfix'
|
|
# -
|
|
#POSTFIX_DB_NAME=''
|
|
|
|
# - POSTFIX_DB_TYPE
|
|
# -
|
|
# - Type of Postfix database
|
|
# -
|
|
# - Possible values are 'pgsql' (PostgeSQL) or 'mysql' (MySQL)
|
|
# -
|
|
# - Defaults to POSTFIX_DB_TYPE='pgsql'
|
|
# -
|
|
#POSTFIX_DB_TYPE=""
|
|
|
|
# - MYSQL_DEBIAN_INSTALLATION
|
|
# -
|
|
# - Is MySQL installed from debian package system?
|
|
# -
|
|
# - Only needed, if DB_TYPE is set to 'mysql'
|
|
# -
|
|
# - Defaults to 'false'
|
|
# -
|
|
#MYSQL_DEBIAN_INSTALLATION=""
|
|
|
|
# - MYSQL_CREDENTIALS
|
|
# -
|
|
# -
|
|
# - Example
|
|
# - MYSQL_CREDENTIALS="--login-path=local"
|
|
# - MYSQL_CREDENTIALS="--defaults-file=/etc/mysql/debian.cnf" (Debian default)
|
|
# - MYSQL_CREDENTIALS="--defaults-file=/usr/local/mysql/sys-maint.cnf"
|
|
# -
|
|
# - Defaults to:
|
|
# - '/etc/mysql/debian.cnf' if MySQL is installed from debian package system
|
|
# - '/usr/local/mysql/sys-maint.cnf' otherwise
|
|
# -
|
|
#MYSQL_CREDENTIALS=""
|
|
|
|
# - LOG_DIR
|
|
# -
|
|
# - Defaults to: LOG_DIR="/var/log/convert_dovecot_password"
|
|
# -
|
|
#LOG_DIR=""
|