From e8a753900156583053ee539b4676720b8ee430c4 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Tue, 27 Apr 2021 09:21:10 +0200 Subject: [PATCH] moved zamba.conf to archive --- zamba.conf => archive/zamba.conf | 12 ------------ 1 file changed, 12 deletions(-) rename zamba.conf => archive/zamba.conf (91%) diff --git a/zamba.conf b/archive/zamba.conf similarity index 91% rename from zamba.conf rename to archive/zamba.conf index 16f5612..f5634c6 100644 --- a/zamba.conf +++ b/archive/zamba.conf @@ -85,9 +85,6 @@ ZMB_REALM="ZMB.ROCKS" # Defines the domain name in your Active Directory or Workgroup (AD DC, AD member, standalone) ZMB_DOMAIN="ZMB" -# Defines the desired DNS server backend, supported are `SAMBA_INTERNAL` and `BIND9_DLZ` for more advanced usage -ZMB_DNS_BACKEND="SAMBA_INTERNAL" - # Defines the name of your domain administrator account (AD DC, AD member, standalone) ZMB_ADMIN_USER="administrator" # The admin password for zamba installation. Please use 'single quatation marks' to avoid unexpected behaviour @@ -103,12 +100,6 @@ ZMB_SHARE="share" PILER_FQDN="piler.zmb.rocks" # Defines the smarthost for piler mail archive PILER_SMARTHOST="your.mailserver.tld" -# Defines the version number of piler mail archive to install -PILER_VERSION="1.3.11" -# Defines the version of sphinx to install -PILER_SPHINX_VERSION="3.3.1" -# Defines the php version to install -PILER_PHP_VERSION="7.4" ############### Matrix-Section ############### @@ -118,8 +109,5 @@ MATRIX_FQDN="matrix.zmb.rocks" # Define the FQDN for the Element Web virtual host MATRIX_ELEMENT_FQDN="element.zmb.rocks" -# Define the version of Element Web -MATRIX_ELEMENT_VERSION="v1.7.25" - # Define the FQDN for the Jitsi Meet virtual host MATRIX_JITSI_FQDN="meet.zmb.rocks"