summaryrefslogtreecommitdiff
path: root/etc/config
blob: a0f9ef176366f9e82c9e103dec6f61e4e405faf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# This is the configuration file for the noreply hosting tools
# it's in yaml and loaded by the scripts

# vim:set syntax=yaml:

#
# Copyright (c)  2004, 2005 Peter Palfrader <peter@palfrader.org>
#
# All rights reserved.
#

ldapserver: localhost
ldapport: 389
basedn: o=hosting.noreply.org
defaulthost: asteria
thishost: asteria
credentials:
  ldap2passwd:
    binddn: cn=ldap2passwd,ou=staff,o=hosting.noreply.org
    bindpw: secret
  ldap2uucp:
    binddn: cn=ldap2uucp,ou=staff,o=hosting.noreply.org
    bindpw: secret
  ldap2bind:
    binddn: cn=ldap2bind,ou=staff,o=hosting.noreply.org
    bindpw: secret
  ldap2mail:
    binddn: cn=ldap2mail,ou=staff,o=hosting.noreply.org
    bindpw: secret
  ldap2apache:
    binddn: cn=ldap2apache,ou=staff,o=hosting.noreply.org
    bindpw: secret
module:
  staff:
    pwlen: 8
  client:
    pwlen: 5
    basehome: /srv/www/vhosts
    minuid: 5000
  mail:
    pwlen: 5
    basedir: /srv/mail/mailboxen
    virtualdomain: virtual-mailbox.noreply.org
  uucp:
    pwlen: 8
  ftp:
    pwlen: 6
    loginShell: /usr/sbin/scponlyc
    chrootBaseDir: /chroot-accounts
    masterName: MasterChroot
  pg:
    pwlen: 8
  apache:
    defaultbind: 86.59.21.34
    defaultbindhttpport: 80
    defaultbindhttpsport: 443
    www_gid: 33
    # for making the dir
    postgres_uid: 107
    configdir: /etc/apache2/sites-ldap
    configtest: /usr/sbin/apache2 -t -E /dev/null
    reload: /usr/sbin/apache2ctl graceful
    # for webstats vhosts
    statsbind: 127.0.0.1:2862
    statsvhostaddto: "	<Location />\n
		AuthType Basic\n
		AuthName \"Web Statistics\"\n
		AuthUserFile \"/etc/apache2/passwords/webstats\"\n
		require valid-user\n
	</Location>"
  analog:
    rmagic: /var/cache/analog/rmagic
    output: /var/cache/analog/output
    dns: /var/cache/analog/dns
    config: /var/lib/analog/conf
    caches: /var/lib/analog/caches
    webstat: /web-stats/
  bind:
    soaPerson: hostmaster.debian.or.at.
    ttl: 86400
    nameservers:
#      - opium.multi24.com.
#      - seppia.noreply.org.
      - asteria.debian.or.at.
    #  - ns1.devspread.org.
    thisNameserver: asteria.debian.or.at.
    nameserverIPmapping:
      opium.multi24.com.: 213.239.202.166
      seppia.noreply.org.: 62.116.124.106
      ns3.noreply.org.: 62.116.124.106
      asteria.debian.or.at.: 86.59.21.34
      ns1.devspread.org.: 213.133.122.154
      ibk.intersport-okay.at.: 213.47.243.138
      ns1.came.sbg.ac.at.: 141.201.27.12
    TSIGslaves:
      ns1.came.sbg.ac.at.: asteria.debian.or.at-ns1.came.sbg.ac.at.
    pushToServers:
     - lore.came.sbg.ac.at.
     - opium.multi24.com.
     - seppia.noreply.org.
    baseDir: /etc/bind/ldap-zones/zones
    namedconf: /etc/bind/ldap-zones/ldapzones.conf
    pushedList: /etc/bind/ldap-zones/pushedList
    reload: /etc/init.d/bind9 reload
    SSHidentityFile: /etc/bind/ldap-zones/identity
    rrdata:
      MX:
        asteria: 10 asteria.debian.or.at.
      A:
        asteria: 86.59.21.34