Next: Configuring Postfix
Up: Configuration
Previous: Creating the Database
Contents
99 percent of the time, you'll only need to configure these settings. Make sure you remove the comments in front of the parameters.
## Database settings
# instead of Pg below use "mysql" for MySQL, "SQLite" for SQLite
# any DBD driver is allowed, but only the previous 3 have been tested
db_type = mysql
db_name = sqlwhite
# Note: the following are not used with SQLite
db_host = localhost
db_user = sqlwhite
db_pass = spaces_are_not_supported
Amin Astaneh
2007-09-18