source: alternc/trunk/debian/alternc-slave.templates @ 2328

Revision 2328, 6.9 KB checked in by anarcat, 5 years ago (diff)

stop overwriting named.conf

starting this release, only named.conf.options will be replaced (as we
need to modify the options {} block and can't just add another one). We
still install a named.conf, a fresh version from Lenny this time, so
that we get a clean start.

Also get rid of the bind_internal parameter that is not really used or
recommended, as it allows for authoritative nameservers to also serve
recursive queries (which is bad practice).

See: #1025
Closes: #1104

Line 
1Template:alternc-slave/welcomeconfirm
2Type: boolean
3Default: true
4_Description: Do you REALLY want to install AlternC on this computer ?
5 You are currently trying to install AlternC on your computer. Be aware
6 that this package will overwrite critical system files, including but not
7 limited to the config files of bind, postfix, courier, squirrelmail and proftpd.
8 .
9 A backup of your old configuration will be stored in
10 "/var/backups/alternc/etc-original-`date`.tar.gz".
11 .
12 YOU HAVE BEEN WARNED.
13
14Template:alternc-slave/desktopname
15Type: string
16_Description: Fully qualified name of the desktop:
17 Please enter the fully qualified name of your server. This will be the
18 domain part of the url you will use to access the virtual managment
19 desktop. This (sub)domain MUST point to your server.
20 .
21 The default should be ok if your machine is correctly configured.
22
23Template:alternc-slave/hostingname
24Type: string
25_Description: Name of your hosting service:
26 Please enter the name of your hosting service. It may be your company's
27 name or your personnal name or whatever you want to ...
28
29Template:alternc-slave/ns1
30Type: string
31_Description: Name of the primary domain name server:
32 Please enter the fully qualified name of your primary dns server. It can
33 be this server since bind is installed and configured by AlternC. Anyway,
34 if your hosting service is quite big, you may have an external primary
35 name server that keep in sync with your alternc's server(s). . The default
36 value should be good in most case.
37
38Template:alternc-slave/ns2
39Type: string
40_Description: Name of the secondary domain name server:
41 Please enter the fully qualified name of your secondary dns server. It can
42 be this server since bind is installed and configured by AlternC. Anyway,
43 you should have 2 separate DNS servers if you want to provide a high
44 quality hosting service.
45 .
46 You may contact the AlternC's users mailing list if you want to exchange
47 dns service with other AlternC's users.
48
49Template:alternc-slave/mysql/host
50Type: string
51_Description: Name of the mysql server:
52 Please enter the fully qualified name of your mysql server host. On small
53 systems, it IS "localhost" since you may have installed a local mysql
54 server. If you are a bigger hosting service, you may put your mysql
55 service on a remote synchronized ring or equivalent. In that case, please
56 enter the hostname of your mysql server. This server MUST be able to
57 access the remote server at standard port (3306). It is recommended to use
58 "127.0.0.1" instead of "localhost" if your postfix installation is
59 configured in a chroot (which is the case, by default).
60
61Template:alternc-slave/mysql/db
62Type: string
63_Description: AlternC's mysql system database:
64 AlternC will create a mysql database to store it's system data. Please
65 choose the name of this database here. The default value should be good in
66 most case.
67
68Template:alternc-slave/mysql/user
69Type: string
70_Description: AlternC's mysql account:
71 AlternC will create a mysql administrator account. Please choose it's
72 username here. The default value should be good in most case.
73
74Template:alternc-slave/mysql/password
75Type: password
76_Description: Password of the AlternC's mysql account:
77 AlternC requires an administrator account on the mysql server. It will be
78 created automatically during the install process. Please choose a password
79 for this account.
80 .
81 Please choose a quite complex password since it will have full access to
82 the system database !!!
83
84Template:alternc-slave/mysql/client
85Type: string
86_Description: The server to GRANT permissions to:
87 AlternC and MySQL can be installed on different servers. In order to have
88 GRANT table properly created and manipulated, this parameter must be set
89 to the hostname or IP the Apache server will appear as connecting from to
90 the MySQL server.
91
92Template:alternc-slave/sql/backup_type
93Type: select
94Choices: rotate, date
95_Description: The way backup rotation is executated
96 AlternC enables users to configure their own backups, on demand, with
97 automatic rotation. This option determines how the backups are rotated.
98 .
99 rotate - backup.sql, backup.sql.0, backup.sql.1
100 date - backup.sql, backup.sql.20080709, backup.sql.20080708
101
102Template:alternc-slave/sql/backup_overwrite
103Type: select
104Choices: no, rename, overwrite
105_Description: Behavior of the backup script when it encounters a unmanaged file
106 The SQL backups can rename or overwrite existing files it doesn't know
107 about when doing backups. The default behavior is to skip those files
108 and ignore it.
109
110Template:alternc-slave/public_ip
111Type: string
112_Description: The primary IP of this server:
113 AlternC will default the A records for domains it hosts to this address. In
114 other words, this is the address everyone can reach to server at.
115
116Template:alternc-slave/internal_ip
117Type: string
118_Description: The internal IP of this server:
119 AlternC will configure Apache and other services to listen to this
120 address. This is usually the same as the primary IP of the server, unless
121 the server is sitting behind a NAT router.
122 .
123 In other words, this is the IP address of eth0.
124
125Template:alternc-slave/default_mx
126Type: string
127_Description: The default MX to assign to new domains:
128 AlternC will assign this hostname as the MX record for all the domains it
129 hosts. It is usually better be left alone.
130
131Template:alternc-slave/alternc_location
132Type: string
133_Description: The path where AlternC is installed:
134 Please enter the partition name where alternc is installed. This is used
135 mainly for disk quotas.
136 .
137 Warning : Be careful ! It can generate some problems.
138
139Template:alternc-slave/monitor_ip
140Type: string
141_Description: The monitoring server:
142 The IP address (or ip/prefix) of the server(s) which must be authorized to
143 ping us and access apache status pages. Completely optional.
144
145Template:alternc-slave/pop_before_smtp_warning
146Type: note
147_Description: POP Before SMTP deprecated
148 AlternC doesn't automatically configure the pop-before-smtp package
149 anymore, since it is correctly configured for SASL authentification these
150 days. If you wish to configure pop-before-smtp, simply find the lines
151 preceded by:
152 .
153 # For Courier-POP3 and Courier-IMAP:
154 .
155 in the /etc/pop-before-smtp/pop-before-smtp.conf and uncomment it.
156 hash:/var/lib/pop-before-smtp/hosts must also be added to the mynetworks
157 directive of /etc/postfix/main.cf
158
159Template:alternc-slave/postrm_remove_databases
160Type: boolean
161_Description: Should AlternC remove all databases (/var/lib/mysql/) ?
162 All users databases will be trashed
163
164Template:alternc-slave/postrm_remove_datafiles
165Type: boolean
166_Description: Should AlternC remove users datas ?
167 The files and apache redirections created by users will be trashed
168
169Template:alternc-slave/postrm_remove_bind
170Type: boolean
171_Description: Should AlternC remove bind zones ?
172 It will delete all bind zones created by AlternC
173
174Template:alternc-slave/postrm_remove_mailboxes
175Type: boolean
176_Description: Should AlternC remove bind mailboxes ?
177 If you accept all users e-mails will be deleted
178
Note: See TracBrowser for help on using the repository browser.