| 1 | Template: alternc/welcomeconfirm |
|---|
| 2 | Type: boolean |
|---|
| 3 | Default: 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 | |
|---|
| 14 | Template: alternc/desktopname |
|---|
| 15 | Type: 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 | |
|---|
| 23 | Template: alternc/hostingname |
|---|
| 24 | Type: 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 | |
|---|
| 29 | Template: alternc/ns1 |
|---|
| 30 | Type: 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 | |
|---|
| 38 | Template: alternc/ns2 |
|---|
| 39 | Type: 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 | |
|---|
| 49 | Template: alternc/mysql/host |
|---|
| 50 | Type: 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 | |
|---|
| 61 | Template: alternc/mysql/db |
|---|
| 62 | Type: 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 | |
|---|
| 68 | Template: alternc/mysql/user |
|---|
| 69 | Type: 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 | |
|---|
| 74 | Template: alternc/mysql/password |
|---|
| 75 | Type: 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 | |
|---|
| 84 | Template: alternc/mysql/client |
|---|
| 85 | Type: 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 | |
|---|
| 92 | Template: alternc/sql/backup_type |
|---|
| 93 | Type: select |
|---|
| 94 | Choices: 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 | |
|---|
| 102 | Template: alternc/sql/backup_overwrite |
|---|
| 103 | Type: select |
|---|
| 104 | Choices: 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 | |
|---|
| 110 | Template: alternc/public_ip |
|---|
| 111 | Type: 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 | |
|---|
| 116 | Template: alternc/internal_ip |
|---|
| 117 | Type: 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 | |
|---|
| 125 | Template: alternc/default_mx |
|---|
| 126 | Type: 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 | |
|---|
| 131 | Template: alternc/alternc_location |
|---|
| 132 | Type: 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 | |
|---|
| 139 | Template: alternc/monitor_ip |
|---|
| 140 | Type: 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 | |
|---|
| 145 | Template: alternc/pop_before_smtp_warning |
|---|
| 146 | Type: 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 | |
|---|
| 159 | Template: alternc/postrm_remove_databases |
|---|
| 160 | Type: boolean |
|---|
| 161 | _Description: Should AlternC remove all databases (/var/lib/mysql/) ? |
|---|
| 162 | All users databases will be trashed |
|---|
| 163 | |
|---|
| 164 | Template: alternc/postrm_remove_datafiles |
|---|
| 165 | Type: boolean |
|---|
| 166 | _Description: Should AlternC remove users datas ? |
|---|
| 167 | The files and apache redirections created by users will be trashed |
|---|
| 168 | |
|---|
| 169 | Template: alternc/postrm_remove_bind |
|---|
| 170 | Type: boolean |
|---|
| 171 | _Description: Should AlternC remove bind zones ? |
|---|
| 172 | It will delete all bind zones created by AlternC |
|---|
| 173 | |
|---|
| 174 | Template: alternc/postrm_remove_mailboxes |
|---|
| 175 | Type: boolean |
|---|
| 176 | _Description: Should AlternC remove bind mailboxes ? |
|---|
| 177 | If you accept all users e-mails will be deleted |
|---|