From 655527018f611f7f082b2438b0466ec79bf68c04 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 17 May 2018 00:37:26 +0200 Subject: [PATCH] Adjust for initiativenserver. --- install_mailman.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_mailman.sh b/install_mailman.sh index fd9831f..2c02a4f 100755 --- a/install_mailman.sh +++ b/install_mailman.sh @@ -12,14 +12,14 @@ _MAILMAN_SRC_BASE_DIR=/usr/local/src/mailsystem _WEBSERVER_USER=www-data _WEBSERVER_ADMIN_EMAIL="admin@initiativenserver.de" -_REQUIRED_DEB_PACKAGES="python2.7 python2.7-dev" +_REQUIRED_DEB_PACKAGES="python python-dev python-dnspython" ## - Domains, die von Malman verwaltet werden sollen ## - ## - fqn-domain1|ipv4-domain1|ipv6-domain1|vhost-dir [fqn-domain2|ipv4-domain2|ipv6domain2|vhost-dir] .. ## - -_DOMAINS="lists.aktionsbuendnis-brandenburg.de|83.223.85.102|2a01:30:1fff:3::102|/usr/local/apache2/conf/vhosts/1 - lists.initiativenserver.de|83.223.85.103|2a01:30:1fff:3::103|/usr/local/apache2/conf/vhosts/2" +_DOMAINS="lists.aktionsbuendnis-brandenburg.de|83.223.86.117|2a01:30:0:13:2c5:48ff:feee:f21d|/usr/local/apache2/conf/vhosts + lists.initiativenserver.de|83.223.86.117|2a01:30:0:13:2c5:48ff:feee:f21d|/usr/local/apache2/conf/vhosts" ## - ## - Ende: Default values