root/alternc/tags/0.9.8/debian/templates

Revision 2118, 6.4 kB (checked in by anarcat, 8 months ago)

fix a lintian warning (YES/NO is bad practice) and remove apache and
php from the list of overwritten files.

Line 
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/public_ip
93 Type: string
94 _Description: The primary IP of this server:
95  AlternC will default the A records for domains it hosts to this address. In
96  other words, this is the address everyone can reach to server at.
97
98 Template: alternc/internal_ip
99 Type: string
100 _Description: The internal IP of this server:
101  AlternC will configure Apache and other services to listen to this
102  address. This is usually the same as the primary IP of the server, unless
103  the server is sitting behind a NAT router.
104  .
105  In other words, this is the IP address of eth0.
106
107 Template: alternc/default_mx
108 Type: string
109 _Description: The default MX to assign to new domains:
110  AlternC will assign this hostname as the MX record for all the domains it
111  hosts. It is usually better be left alone.
112
113 Template: alternc/alternc_location
114 Type: string
115 _Description: The path where AlternC is installed:
116  Please enter the partition name where alternc is installed. This is used
117  mainly for disk quotas.
118  .
119  Warning : Be careful ! It can generate some problems.
120
121 Template: alternc/monitor_ip
122 Type: string
123 _Description: The monitoring server:
124  The IP address (or ip/prefix) of the server(s) which must be authorized to
125  ping us and access apache status pages. Completely optional.
126
127 Template: alternc/bind_internal
128 Type: string
129 _Description: trusted servers for bind:
130  IP address or prefix of trusted machines for DNS transfers,
131  delimited by ';', optional.
132
133 Template: alternc/mynetwork
134 Type: string
135 _Description: SMTP authorized networks:
136  IP addresses of the networks authorized in SMTP, space-delimited.
137
138 Template: alternc/pop_before_smtp_warning
139 Type: note
140 _Description: POP Before SMTP deprecated
141  AlternC doesn't automatically configure the pop-before-smtp package
142  anymore, since it is correctly configured for SASL authentification these
143  days. If you wish to configure pop-before-smtp, simply find the lines
144  preceded by:
145  .
146  # For Courier-POP3 and Courier-IMAP:
147  .
148  in the /etc/pop-before-smtp/pop-before-smtp.conf and uncomment it.
149  hash:/var/lib/pop-before-smtp/hosts must also be added to the mynetworks
150  directive of /etc/postfix/main.cf
151
152 Template: alternc/postrm_remove_databases
153 Type: boolean
154 _Description: Should AlternC remove all databases (/var/lib/mysql/) ?
155  All users databases will be trashed
156
157 Template: alternc/postrm_remove_datafiles
158 Type: boolean
159 _Description: Should AlternC remove users datas ?
160  The files and apache redirections created by users will be trashed
161
162 Template: alternc/postrm_remove_bind
163 Type: boolean
164 _Description: Should AlternC remove bind zones ?
165  It will delete all bind zones created by AlternC
166
167 Template: alternc/postrm_remove_mailboxes
168 Type: boolean
169 _Description: Should AlternC remove bind mailboxes ?
170  If you accept all users e-mails will be deleted
171
Note: See TracBrowser for help on using the browser.