From 25fcb36206726786e37c849848a7ad38a1f25a34 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 6 Mar 2017 04:41:18 +0100 Subject: [PATCH] Add debian packages to install. --- DOC/install/postfix_mailsystem.install | 10 +++++----- install_postfix_relay.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DOC/install/postfix_mailsystem.install b/DOC/install/postfix_mailsystem.install index f9cbd78..88f5f83 100644 --- a/DOC/install/postfix_mailsystem.install +++ b/DOC/install/postfix_mailsystem.install @@ -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 diff --git a/install_postfix_relay.sh b/install_postfix_relay.sh index 838ef34..8686cb8 100755 --- a/install_postfix_relay.sh +++ b/install_postfix_relay.sh @@ -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