install_postfixadmin.sh: set defaul location of postgresql socket to directory '/run/postgresql'.

This commit is contained in:
Christoph 2020-08-09 14:02:26 +02:00
parent 9f9feb4f01
commit 13cb23a188
2 changed files with 2 additions and 2 deletions

View File

@ -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=""

View File

@ -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"