isp-tools

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9a39addde556d344caac8e655743d5052da5655f
parent 34d939038c7d78b4923addc7e8f9eb3138ae08de
Author: dankert <devnull@localhost>
Date:   Tue, 15 Aug 2017 00:54:13 +0200

Beispieldatei für die Konfiguration

Diffstat:
ispconfig-example | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/ispconfig-example b/ispconfig-example @@ -0,0 +1,31 @@ +#!/bin/bash + +# Place this file here: /etc/default/ispconfig + +# Database +MYSQL_USER=dbuser +MYSQL_PASSWORD=secret +MYSQL_DATABASE=isp + + +# DNS-configuration +# Bind9-Directory +DNS_ZONEDIR=/etc/bind/db.d +DNS_ALL_ZONES_FILE=/etc/bind/db.d/named.conf.local +DNS_SERVER_IPV4=10.1.1.1 +DNS_SERVER_IPV6=fd80:23::2 +DNS_MX_HOST1=mail.example.de +DNS_MX_HOST2=mail02.example.de +DNS_SERVER_PRIMARY=ns1.example.de +DNS_SERVER_SECONDARY=nsx.yourisp.example.de + + +# MTA-Konfiguration +MTA_CONFIG_DIR=/etc/postfix/ldap/ + + +# HTTPD-Config +HTTPD_VHOST_DIR=/etc/apache2/sites.d +HTTPD_EXTRA_CONFIG_DIR=/etc/apache2/sites-extra +HTTPD_MYSQL_PASSWD_DIR=/etc/apache2/sites-mysql-passwd +