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 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.  
 .
 You must have a database already setup locally and ready to go if you are
 going to have this program configure your database for you.  If you are
 not comfortable with this, you should tell the debconf process that your
 database is not local

Template: horde/horderecheck
Type: select
Choices: yes, no
Default: yes
Description: Verify non-horde config files during upgrades/installs?
 Do you want the install/upgrade process to verify (and fix) other config files
 related to horde?  These would include Apache, php3, and database
 config files and changes necessary for horde to work properly.
 ***NOTE*** Things will not work properly if you do not have things
 setup properly.  If you choose not to verify non-horde config files, please
 read the Debian.Install file in /usr/share/doc/horde

Template: horde/remove
Type: note
Description: You need to remove the lines in access.conf manually!
 HORDE is still a work in progress and do to that some of the 
 installation and removal pieces are not complete.  In order to complete
 the removal of HORDE from your system, you need to remove the lines
 refering to HORDE from your /etc/apache/access.conf file (or 
 /etc/apache-ssl/access.conf if your using Apache-SSL).  
 .
 NOTE: Apache will break if you do not do this!!!

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 change 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.  If you chose one
 of the first three options, this install process will manage the configuration
 (or attempt to) of the Apache specific portions necessary to run horde 
 properly.  If you do not wish this to happen, please chose the Other option.

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/web_user
Type: string
Default: www-data
Description: What is the username that your web server runs as?
 What username do you use to run your webserver.  By default on Debian it
 is www-data, but some people like to change it.  We need this so that we
 can set the security on the HORDE files properly.  Since there is system
 configuration information stored in some files we need to only allow 
 the web server to view these files.

Template: horde/web_group
Type: string
Default: www-data
Description: What is the group that your web server runs as?
 What group do you use to run your webserver.  By default on Debian it
 is www-data, but some people like to change it.  We need this so that we
 can set the security on the HORDE files properly.  Since there is system
 configuration information stored in some files we need to only allow
 the web server to view these files.                   

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 password)
 This is the password that will be used along with the
 database user name you have already supplied to connect to the database.

Template: horde/mysql_pass
Type: password
Description: What is your root mysql password?
 Enter the password for your root user to access the mysql account.
 This is most likely not the same password that your horde manager account
 will use.  

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. 

Template: horde/restart
Type: select
Choices: webserver, database, both, none
Default: both
Description: Restart affected services (Webserver, Database or Both) after installation?
 This install has the ability to modify services such as your web server
 and your database server.  Please select whether you want either or
 all of the services to be restarted after an installation.

Template: horde/dblocal
Type: select
Choices: yes, no
Default: yes
Description: Is your database local?
 Currently this install process has the ability to configure a database that
 is on the local machine.  In the future it will be able to handle remote
 databases as well.  Is your database local?

Template: horde/phpversion
Type: select
Choices: php3, php4
Default: php3
Description: What version of PHP are you using?
 HORDE works with both php3 and php4 but the configuration of php differs
 for each version.  We need to know which version you plan on using 
 (especially since you can have both installed at the same time) with HORDE.

Template: horde/eximconf
Type: note
Description: Note to EXIM users and possibly others...
 All mail sent from the Horde system modifies the sending user's name.
 With mail programs such as Exim, you must set the up the web user as 
 someone allowed to modify the senders name in mail headers.  We can 
 attempt to do this for you.  You must edit the /etc/exim.conf file
 and add "www-data" to the list of trusted users.  Failure to do this
 will cause all bounced messages sent by the Horde system to go to
 postmaster (or root) instead of the originating user.
