Template: horde/welcome
Type: note
Description: Welcome to the new HORDE setup program
 Please note that these options will only be asked of you the first time
 around and only new options will show during future upgrades.  If you
 need to change any of these options after installation, please look at
 /etc/horde/defaults.choices.
 .
 If you are upgrading currently and this is the first time your using
 the debconf version of the horde install we'll let you know this once.
 Your current horde.php3 file is getting backed up during the preinst
 process.  This will happen every time you upgrade even though you will
 never see this prompt again unless you have debconf set to prompt you
 for everything.  Also note that the horde.php3 file is now generated
 on the fly *everytime* you install or upgrade horde.  

Template: horde/problem_reporting
Type: select
Choices: true, false
Default: false
Description: Allow problem reporting?
 Horde has the ability to allow web surfers to send in problem reports via
 mail from the HORDE web interface.  By saying yes to this option you are
 enabling this ability.

Template: horde/horde_root_url
Type: string
Default: /horde
Description: What is the default url path for horde?
 When pointing your web browser to Horde, what is the directory pathing you
 will need for getting to horde?  As in http://localhost/horde where /horde
 would be what we are looking for.

Template: horde/horde_graphics_url
Type: string
Default: /horde/graphics
Description: What is the default url path for horde graphics?
 When pointing your web browser to Horde, what is the directory pathing you
 will need for getting to horde graphics?  As in http://localhost/horde/graphics
 where /horde/graphics would be what we are looking for.

Template: horde/faq_url
Type: string
Default: http://faq.horde.org/
Description: What is the url for the FAQ?
 By default this will point to the HORDE online faq.  If you want it to point
 somewhere else change it or leave it blank to not use this option.

Template: horde/horde_include_dir
Type: string
Default: ./templates
Description: What is the path to the templates directory?
 Where are all the html templates stored for horde?  Unless you have changed
 this on purpose then leave it as is.

Template: horde/path_to_sendmail
Type: string
Default: /usr/sbin/sendmail
Description: What is the path to your sendmail program?
 Please put the path to the program you use to send mail with.

Template: horde/problem_email
Type: string
Default: root@localhost
Description: Where do you want problem reports sent to?

Template: horde/signup
Type: select
Choices: true, false
Default: false
Description: Do you want to use the Horde signup feature?
 This option allows users to fill out a form online to request a user account.
 The form is then sent to an email address which you will be able to configure.

Template: horde/signup_email
Type: string
Default: root@localhost
Description: What email address do you want signups sent to

Template: horde/database_type
Type: select
Choices: PostgreSQL, MySql
Default: PostgreSQL
Description: What type of container (database) are you going to use?
 Because HORDE uses phplib, we have the ability to support several different
 types of containers.  Currently this package only supports MySql and
 PostgreSQL but in the future will support others.

Template: horde/database_server
Type: string
Default: localhost
Description: What is the hostname where your database is running?
 If your database is on another machine besides the one that HORDE is running
 on then you need to chagne this value to the fully qualified domain name
 for that system.

Template: horde/webserver_type
Type: select
Choices: Apache, Apache-SSL, Both, Other
Default: Apache
Description: What type of Web Server are you running?
 By default HORDE supports any web server that php3 does.  This config process
 currently only supports Apache and Apache-SSL directly.  If you use another
 type you will have to handle the web ends manually.

Template: horde/database_name
Type: string
Default: horde
Description: What is the name of your HORDE database?
 By default this will be "horde".  This is where all the HORDE related database
 items will be setup and stored.  All other HORDE modules will most likely use
 this database as well.  If you are upgrading and you use a different database
 then you need to put it in here.

Template: horde/database_user
Type: string
Default: hordemgr
Description: What is your database username?
 What username will access the database for HORDE?  By default this is it's
 own user "hordemgr" so that permissions can be tightened down.

Template: horde/database_pass
Type: password
Default: hordemgr
Description: What is the password you wish to use for the database user
 Enter a password for the database user.  (type "none" for no passwrod)

Template: horde/dbconfigured
Type: select
Choices: yes, no
Default: no
Description: Have you already configured your HORDE database?
 If you are upgrading or for any other reason have already configured your
 database for use with HORDE you'll want to set this to yes. 

