root/alternc/tags/0.9.7/debian/templates

Revision 2041, 6.5 kB (checked in by anarcat, 1 year ago)

silence lintian warnings

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