install_postfixadmin.sh: set defaul location of postgresql socket to directory '/run/postgresql'.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user