-
Notifications
You must be signed in to change notification settings - Fork 11
/
debian-prefs.txt
34 lines (26 loc) · 974 Bytes
/
debian-prefs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# DEFAULT INSTALL VALUES FOR Debian
#
# BEWARE: Only run the install script once or risk having duplicate
# settings in your sendmail, sudo, and other configuration files
#
# The debian-install.sh script refers to this file
#
# The domain name for configuring email to fax
FAXDOMAIN=fax.mydomain.com
# The installation directory for AvantFAX
INSTDIR=/var/www/avantfax
# The root directory where HylaFAX bin files are stored (typically, /usr or /usr/local)
HYLADIR=/usr
# HylaFAX $SPOOL directory (typically, /var/spool/hylafax or /var/spool/fax)
SPOOL=/var/spool/hylafax
# These are the database settings AvantFAX will create and use
USER=avantfax
PASS=d58fe49
DB=avantfax
# if the MySQL password for root is set, specify it here
ROOTMYSQLPWD=
# The user and group which Apache runs as (typically, apache, wwwrun, nobody, etc...)
HTTPDUSER=www-data
HTTPDGROUP=www-data
# Optional packages - uncomment this if you will use html cover pages
#OPTPKGS="html2ps"