-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrancher-compose.yml
43 lines (41 loc) · 1.22 KB
/
rancher-compose.yml
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
.catalog:
name: "Mailserver"
version: "1"
description: "full mailserver via ldap-config"
questions:
- variable: "SLAPD_DOMAIN"
label: "Domainname"
description: "FQDN of your LDAP domain"
required: true
type: "string"
default: "example.org"
- variable: "BASE_DN"
label: "Domainname"
description: "Base DN of your LDAP domain, must match SLAPD_DOMAIN"
required: true
type: "string"
default: "dc=org,dc=example"
- variable: "SLAPD_PASSWORD"
label: "Password"
description: "Password of the LDAP Admin User"
required: true
type: "string"
default: "mysecret"
- variable: "DEFAULT_DOMAIN"
label: "Default domain"
description: "Default domain for mail"
required: true
type: "string"
default: "example.org"
- variable: "POSTMASTER"
label: "Postmaster"
description: "Email address of the postmaster"
required: true
type: "string"
default: "admin@example.org"
- variable: "Hostname"
label: "Hostname"
description: "External DNS name of this server"
required: true
type: "string"
default: "mx.example.org"