Change wrong comments in sample configuration file

This commit is contained in:
Christoph 2017-03-05 16:14:55 +01:00
parent e90e0ad87f
commit 3e28b983a6
2 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/BAK/* /BAK/*
/conf/*.conf /conf/*.conf
roundcubemail-* roundcubemail-*
*.swp

View File

@ -205,7 +205,7 @@ DB_PASS=""
# - Settings Postfix Database # - Settings Postfix Database
# ========== # ==========
# - Database type of # - Type of Postfix database
# - # -
# - used for setting $config['password_db_dsn'] # - used for setting $config['password_db_dsn']
# - # -
@ -213,7 +213,7 @@ DB_PASS=""
# - # -
POSTFIX_DB_TYPE="pgsql" POSTFIX_DB_TYPE="pgsql"
# - Host of Roundcube Database # - Host of Postfix Database
# - # -
# - used for setting $config['password_db_dsn'] # - used for setting $config['password_db_dsn']
# - # -
@ -221,7 +221,7 @@ POSTFIX_DB_TYPE="pgsql"
# - # -
#POSTFIX_DB_HOST="" #POSTFIX_DB_HOST=""
# - Name of Roundcube Database # - Name of Postfix Database
# - # -
# - used for setting $config['password_db_dsn'] # - used for setting $config['password_db_dsn']
# - # -
@ -229,7 +229,7 @@ POSTFIX_DB_TYPE="pgsql"
# - # -
#POSTFIX_DB_NAME= #POSTFIX_DB_NAME=
# - User of Roundcube Database # - User of Postfix Database
# - # -
# - used for setting $config['password_db_dsn'] # - used for setting $config['password_db_dsn']
# - # -
@ -237,7 +237,7 @@ POSTFIX_DB_TYPE="pgsql"
# - # -
#POSTFIX_DB_USER="" #POSTFIX_DB_USER=""
# - Password of Roundcube Database # - Password of Postfix Database
# - # -
# - used for setting $config['password_db_dsn'] # - used for setting $config['password_db_dsn']
# - # -