Ignore:
Timestamp:
10/06/08 23:23:08 (5 years ago)
Author:
anarcat
Message:

remove questions not relevant to the right package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/debian/templates

    r2317 r2319  
    182182_Description: Should AlternC remove bind mailboxes ? 
    183183 If you accept all users e-mails will be deleted 
    184  
    185 Template:alternc-slave/welcomeconfirm 
    186 Type: boolean 
    187 Default: true 
    188 _Description: Do you REALLY want to install AlternC on this computer ? 
    189  You are currently trying to install AlternC on your computer. Be aware 
    190  that this package will overwrite critical system files, including but not 
    191  limited to the config files of bind, postfix, courier, squirrelmail and proftpd. 
    192  . 
    193  A backup of your old configuration will be stored in 
    194  "/var/backups/alternc/etc-original-`date`.tar.gz". 
    195  . 
    196  YOU HAVE BEEN WARNED. 
    197  
    198 Template:alternc-slave/desktopname 
    199 Type: string 
    200 _Description: Fully qualified name of the desktop: 
    201  Please enter the fully qualified name of your server. This will be the 
    202  domain part of the url you will use to access the virtual managment 
    203  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/hostingname 
    208 Type: string 
    209 _Description: Name of your hosting service: 
    210  Please enter the name of your hosting service. It may be your company's 
    211  name or your personnal name or whatever you want to ... 
    212  
    213 Template:alternc-slave/ns1 
    214 Type: string 
    215 _Description: Name of the primary domain name server: 
    216  Please enter the fully qualified name of your primary dns server. It can 
    217  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 primary 
    219  name server that keep in sync with your alternc's server(s). . The default 
    220  value should be good in most case. 
    221  
    222 Template:alternc-slave/ns2 
    223 Type: string 
    224 _Description: Name of the secondary domain name server: 
    225  Please enter the fully qualified name of your secondary dns server. It can 
    226  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 high 
    228  quality hosting service. 
    229  . 
    230  You may contact the AlternC's users mailing list if you want to exchange 
    231  dns service with other AlternC's users. 
    232  
    233 Template:alternc-slave/mysql/host 
    234 Type: string 
    235 _Description: Name of the mysql server: 
    236  Please enter the fully qualified name of your mysql server host. On small 
    237  systems, it IS "localhost" since you may have installed a local mysql 
    238  server. If you are a bigger hosting service, you may put your mysql 
    239  service on a remote synchronized ring or equivalent. In that case, please 
    240  enter the hostname of your mysql server. This server MUST be able to 
    241  access the remote server at standard port (3306). It is recommended to use 
    242  "127.0.0.1" instead of "localhost" if your postfix installation is 
    243  configured in a chroot (which is the case, by default). 
    244  
    245 Template:alternc-slave/mysql/db 
    246 Type: string 
    247 _Description: AlternC's mysql system database: 
    248  AlternC will create a mysql database to store it's system data. Please 
    249  choose the name of this database here. The default value should be good in 
    250  most case. 
    251  
    252 Template:alternc-slave/mysql/user 
    253 Type: string 
    254 _Description: AlternC's mysql account: 
    255  AlternC will create a mysql administrator account. Please choose it's 
    256  username here. The default value should be good in most case. 
    257  
    258 Template:alternc-slave/mysql/password 
    259 Type: password 
    260 _Description: Password of the AlternC's mysql account: 
    261  AlternC requires an administrator account on the mysql server. It will be 
    262  created automatically during the install process. Please choose a password 
    263  for this account. 
    264  . 
    265  Please choose a quite complex password since it will have full access to 
    266  the system database !!! 
    267  
    268 Template:alternc-slave/mysql/client 
    269 Type: string 
    270 _Description: The server to GRANT permissions to: 
    271  AlternC and MySQL can be installed on different servers. In order to have 
    272  GRANT table properly created and manipulated, this parameter must be set 
    273  to the hostname or IP the Apache server will appear as connecting from to 
    274  the MySQL server. 
    275  
    276 Template:alternc-slave/sql/backup_type 
    277 Type: select 
    278 Choices: rotate, date 
    279 _Description: The way backup rotation is executated 
    280  AlternC enables users to configure their own backups, on demand, with 
    281  automatic rotation. This option determines how the backups are rotated. 
    282  . 
    283  rotate - backup.sql, backup.sql.0, backup.sql.1 
    284  date - backup.sql, backup.sql.20080709, backup.sql.20080708 
    285  
    286 Template:alternc-slave/sql/backup_overwrite 
    287 Type: select 
    288 Choices: no, rename, overwrite 
    289 _Description: Behavior of the backup script when it encounters a unmanaged file 
    290  The SQL backups can rename or overwrite existing files it doesn't know 
    291  about when doing backups. The default behavior is to skip those files 
    292  and ignore it. 
    293  
    294 Template:alternc-slave/public_ip 
    295 Type: string 
    296 _Description: The primary IP of this server: 
    297  AlternC will default the A records for domains it hosts to this address. In 
    298  other words, this is the address everyone can reach to server at. 
    299  
    300 Template:alternc-slave/internal_ip 
    301 Type: string 
    302 _Description: The internal IP of this server: 
    303  AlternC will configure Apache and other services to listen to this 
    304  address. This is usually the same as the primary IP of the server, unless 
    305  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_mx 
    310 Type: string 
    311 _Description: The default MX to assign to new domains: 
    312  AlternC will assign this hostname as the MX record for all the domains it 
    313  hosts. It is usually better be left alone. 
    314  
    315 Template:alternc-slave/alternc_location 
    316 Type: string 
    317 _Description: The path where AlternC is installed: 
    318  Please enter the partition name where alternc is installed. This is used 
    319  mainly for disk quotas. 
    320  . 
    321  Warning : Be careful ! It can generate some problems. 
    322  
    323 Template:alternc-slave/monitor_ip 
    324 Type: string 
    325 _Description: The monitoring server: 
    326  The IP address (or ip/prefix) of the server(s) which must be authorized to  
    327  ping us and access apache status pages. Completely optional. 
    328  
    329 Template:alternc-slave/bind_internal 
    330 Type: string 
    331 _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_warning 
    336 Type: note 
    337 _Description: POP Before SMTP deprecated 
    338  AlternC doesn't automatically configure the pop-before-smtp package 
    339  anymore, since it is correctly configured for SASL authentification these 
    340  days. If you wish to configure pop-before-smtp, simply find the lines 
    341  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 mynetworks 
    347  directive of /etc/postfix/main.cf 
    348  
    349 Template:alternc-slave/postrm_remove_databases 
    350 Type: boolean 
    351 _Description: Should AlternC remove all databases (/var/lib/mysql/) ? 
    352  All users databases will be trashed 
    353  
    354 Template:alternc-slave/postrm_remove_datafiles 
    355 Type: boolean 
    356 _Description: Should AlternC remove users datas ? 
    357  The files and apache redirections created by users will be trashed 
    358  
    359 Template:alternc-slave/postrm_remove_bind 
    360 Type: boolean 
    361 _Description: Should AlternC remove bind zones ? 
    362  It will delete all bind zones created by AlternC 
    363  
    364 Template:alternc-slave/postrm_remove_mailboxes 
    365 Type: boolean 
    366 _Description: Should AlternC remove bind mailboxes ? 
    367  If you accept all users e-mails will be deleted 
    368  
Note: See TracChangeset for help on using the changeset viewer.