Add debian packages to install.

This commit is contained in:
Christoph 2017-03-06 04:41:18 +01:00
parent 4ab265d48d
commit 25fcb36206
2 changed files with 6 additions and 6 deletions

View File

@ -29,19 +29,19 @@ _TLS_CA_FILE=/etc/ssl/certs/ca-certificates.crt
_HOSTNAME=mx.warenform.de
_IPV4=83.223.85.151
_IPV6=2a01:30:1fff:6::151
_IPV4=83.223.86.76
_IPV6=2a01:30:0:13:231:32ff:fe8b:7763
_autoreply_domain='autoreply.warenform.de'
#_pf_admin_version=2.3.7
_pf_admin_version=2.91
#_pf_admin_version=3.0
# _pf_admin_version=2.91
_pf_admin_version=3.0.2
_db_type='Pg'
#_db_type='mysql'
_db_name='postfix'
_db_user='postfix'
_db_pass='AeB4kohyie5rahJ7'
_db_pass='CbX8vg347Vvm'
## -
## - ENDE: mx.warenform.de

View File

@ -268,7 +268,7 @@ fi
# - Install Postfix from debian packages system
# -
echononl " Install Postfix from debian packages system"
_needed_packages="postfix postfix-pcre libsasl2-modules bsd-mailx haveged"
_needed_packages="postfix postfix-pgsql postfix-mysql postfix-pcre libsasl2-modules bsd-mailx haveged"
for _pkg in $_needed_packages ; do
if `dpkg -l | grep $_pkg | grep -e "^i" > /dev/null 2>&1` ; then
continue