install_postfixadmin.sh: set defaul location of postgresql socket to directory '/run/postgresql'.
This commit is contained in:
parent
9f9feb4f01
commit
13cb23a188
@ -237,7 +237,7 @@ POSTFIX_DB_TYPE="pgsql"
|
||||
# - Example:
|
||||
# - POSTFIX_DB_HOST_PGSQL='/var/run/postgresql'
|
||||
# -
|
||||
# - Defaults to '/var/run/postgresql'
|
||||
# - Defaults to '/run/postgresql'
|
||||
# -
|
||||
#POSTFIX_DB_HOST_PGSQL=""
|
||||
|
||||
|
@ -220,7 +220,7 @@ DEFAULT_APACHE_SERVER_CERT="server-bundle.crt"
|
||||
DEFAULT_APACHE_SERVER_KEY="server.key"
|
||||
DEFAULT_DEBIAN_APACHE_VHOST_DIR="/etc/apache2/sites-available"
|
||||
DEFAULT_APACHE_VHOST_DIR="/usr/local/apache2/conf/vhosts"
|
||||
DEFAULT_POSTFIX_DB_HOST_PGSQL="/var/run/postgresql"
|
||||
DEFAULT_POSTFIX_DB_HOST_PGSQL="/run/postgresql"
|
||||
DEFAULT_POSTFIX_DB_HOST_MYSQL="unix:/tmp/mysql.sock"
|
||||
DEFAULT_POSTFIX_DB_NAME="postfix"
|
||||
DEFAULT_POSTFIX_DB_USER="postfix"
|
||||
|
Loading…
Reference in New Issue
Block a user