Changeset 2319 for alternc/trunk/debian/templates
- Timestamp:
- 10/06/08 23:23:08 (5 years ago)
- File:
-
- 1 edited
-
alternc/trunk/debian/templates (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/debian/templates
r2317 r2319 182 182 _Description: Should AlternC remove bind mailboxes ? 183 183 If you accept all users e-mails will be deleted 184 185 Template:alternc-slave/welcomeconfirm186 Type: boolean187 Default: true188 _Description: Do you REALLY want to install AlternC on this computer ?189 You are currently trying to install AlternC on your computer. Be aware190 that this package will overwrite critical system files, including but not191 limited to the config files of bind, postfix, courier, squirrelmail and proftpd.192 .193 A backup of your old configuration will be stored in194 "/var/backups/alternc/etc-original-`date`.tar.gz".195 .196 YOU HAVE BEEN WARNED.197 198 Template:alternc-slave/desktopname199 Type: string200 _Description: Fully qualified name of the desktop:201 Please enter the fully qualified name of your server. This will be the202 domain part of the url you will use to access the virtual managment203 desktop. This (sub)domain MUST point to your server.204 .205 The default should be ok if your machine is correctly configured.206 207 Template:alternc-slave/hostingname208 Type: string209 _Description: Name of your hosting service:210 Please enter the name of your hosting service. It may be your company's211 name or your personnal name or whatever you want to ...212 213 Template:alternc-slave/ns1214 Type: string215 _Description: Name of the primary domain name server:216 Please enter the fully qualified name of your primary dns server. It can217 be this server since bind is installed and configured by AlternC. Anyway,218 if your hosting service is quite big, you may have an external primary219 name server that keep in sync with your alternc's server(s). . The default220 value should be good in most case.221 222 Template:alternc-slave/ns2223 Type: string224 _Description: Name of the secondary domain name server:225 Please enter the fully qualified name of your secondary dns server. It can226 be this server since bind is installed and configured by AlternC. Anyway,227 you should have 2 separate DNS servers if you want to provide a high228 quality hosting service.229 .230 You may contact the AlternC's users mailing list if you want to exchange231 dns service with other AlternC's users.232 233 Template:alternc-slave/mysql/host234 Type: string235 _Description: Name of the mysql server:236 Please enter the fully qualified name of your mysql server host. On small237 systems, it IS "localhost" since you may have installed a local mysql238 server. If you are a bigger hosting service, you may put your mysql239 service on a remote synchronized ring or equivalent. In that case, please240 enter the hostname of your mysql server. This server MUST be able to241 access the remote server at standard port (3306). It is recommended to use242 "127.0.0.1" instead of "localhost" if your postfix installation is243 configured in a chroot (which is the case, by default).244 245 Template:alternc-slave/mysql/db246 Type: string247 _Description: AlternC's mysql system database:248 AlternC will create a mysql database to store it's system data. Please249 choose the name of this database here. The default value should be good in250 most case.251 252 Template:alternc-slave/mysql/user253 Type: string254 _Description: AlternC's mysql account:255 AlternC will create a mysql administrator account. Please choose it's256 username here. The default value should be good in most case.257 258 Template:alternc-slave/mysql/password259 Type: password260 _Description: Password of the AlternC's mysql account:261 AlternC requires an administrator account on the mysql server. It will be262 created automatically during the install process. Please choose a password263 for this account.264 .265 Please choose a quite complex password since it will have full access to266 the system database !!!267 268 Template:alternc-slave/mysql/client269 Type: string270 _Description: The server to GRANT permissions to:271 AlternC and MySQL can be installed on different servers. In order to have272 GRANT table properly created and manipulated, this parameter must be set273 to the hostname or IP the Apache server will appear as connecting from to274 the MySQL server.275 276 Template:alternc-slave/sql/backup_type277 Type: select278 Choices: rotate, date279 _Description: The way backup rotation is executated280 AlternC enables users to configure their own backups, on demand, with281 automatic rotation. This option determines how the backups are rotated.282 .283 rotate - backup.sql, backup.sql.0, backup.sql.1284 date - backup.sql, backup.sql.20080709, backup.sql.20080708285 286 Template:alternc-slave/sql/backup_overwrite287 Type: select288 Choices: no, rename, overwrite289 _Description: Behavior of the backup script when it encounters a unmanaged file290 The SQL backups can rename or overwrite existing files it doesn't know291 about when doing backups. The default behavior is to skip those files292 and ignore it.293 294 Template:alternc-slave/public_ip295 Type: string296 _Description: The primary IP of this server:297 AlternC will default the A records for domains it hosts to this address. In298 other words, this is the address everyone can reach to server at.299 300 Template:alternc-slave/internal_ip301 Type: string302 _Description: The internal IP of this server:303 AlternC will configure Apache and other services to listen to this304 address. This is usually the same as the primary IP of the server, unless305 the server is sitting behind a NAT router.306 .307 In other words, this is the IP address of eth0.308 309 Template:alternc-slave/default_mx310 Type: string311 _Description: The default MX to assign to new domains:312 AlternC will assign this hostname as the MX record for all the domains it313 hosts. It is usually better be left alone.314 315 Template:alternc-slave/alternc_location316 Type: string317 _Description: The path where AlternC is installed:318 Please enter the partition name where alternc is installed. This is used319 mainly for disk quotas.320 .321 Warning : Be careful ! It can generate some problems.322 323 Template:alternc-slave/monitor_ip324 Type: string325 _Description: The monitoring server:326 The IP address (or ip/prefix) of the server(s) which must be authorized to327 ping us and access apache status pages. Completely optional.328 329 Template:alternc-slave/bind_internal330 Type: string331 _Description: trusted servers for bind:332 IP address or prefix of trusted machines for DNS transfers,333 delimited by ';', optional.334 335 Template:alternc-slave/pop_before_smtp_warning336 Type: note337 _Description: POP Before SMTP deprecated338 AlternC doesn't automatically configure the pop-before-smtp package339 anymore, since it is correctly configured for SASL authentification these340 days. If you wish to configure pop-before-smtp, simply find the lines341 preceded by:342 .343 # For Courier-POP3 and Courier-IMAP:344 .345 in the /etc/pop-before-smtp/pop-before-smtp.conf and uncomment it.346 hash:/var/lib/pop-before-smtp/hosts must also be added to the mynetworks347 directive of /etc/postfix/main.cf348 349 Template:alternc-slave/postrm_remove_databases350 Type: boolean351 _Description: Should AlternC remove all databases (/var/lib/mysql/) ?352 All users databases will be trashed353 354 Template:alternc-slave/postrm_remove_datafiles355 Type: boolean356 _Description: Should AlternC remove users datas ?357 The files and apache redirections created by users will be trashed358 359 Template:alternc-slave/postrm_remove_bind360 Type: boolean361 _Description: Should AlternC remove bind zones ?362 It will delete all bind zones created by AlternC363 364 Template:alternc-slave/postrm_remove_mailboxes365 Type: boolean366 _Description: Should AlternC remove bind mailboxes ?367 If you accept all users e-mails will be deleted368
Note: See TracChangeset
for help on using the changeset viewer.
