Change wrong comments in sample configuration file
This commit is contained in:
parent
e90e0ad87f
commit
3e28b983a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/BAK/*
|
||||
/conf/*.conf
|
||||
roundcubemail-*
|
||||
*.swp
|
||||
|
@ -205,7 +205,7 @@ DB_PASS=""
|
||||
# - Settings Postfix Database
|
||||
# ==========
|
||||
|
||||
# - Database type of
|
||||
# - Type of Postfix database
|
||||
# -
|
||||
# - used for setting $config['password_db_dsn']
|
||||
# -
|
||||
@ -213,7 +213,7 @@ DB_PASS=""
|
||||
# -
|
||||
POSTFIX_DB_TYPE="pgsql"
|
||||
|
||||
# - Host of Roundcube Database
|
||||
# - Host of Postfix Database
|
||||
# -
|
||||
# - used for setting $config['password_db_dsn']
|
||||
# -
|
||||
@ -221,7 +221,7 @@ POSTFIX_DB_TYPE="pgsql"
|
||||
# -
|
||||
#POSTFIX_DB_HOST=""
|
||||
|
||||
# - Name of Roundcube Database
|
||||
# - Name of Postfix Database
|
||||
# -
|
||||
# - used for setting $config['password_db_dsn']
|
||||
# -
|
||||
@ -229,7 +229,7 @@ POSTFIX_DB_TYPE="pgsql"
|
||||
# -
|
||||
#POSTFIX_DB_NAME=
|
||||
|
||||
# - User of Roundcube Database
|
||||
# - User of Postfix Database
|
||||
# -
|
||||
# - used for setting $config['password_db_dsn']
|
||||
# -
|
||||
@ -237,7 +237,7 @@ POSTFIX_DB_TYPE="pgsql"
|
||||
# -
|
||||
#POSTFIX_DB_USER=""
|
||||
|
||||
# - Password of Roundcube Database
|
||||
# - Password of Postfix Database
|
||||
# -
|
||||
# - used for setting $config['password_db_dsn']
|
||||
# -
|
||||
|
Loading…
Reference in New Issue
Block a user