X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fconfig.html;h=fe1cce23d834caa589ed79023cad45b6245fed85;hp=9b8002601bae28cdb22619032bdec51edb6ffaa4;hb=b70cf8e6aaeeef34baae4542f389ceab20f4f37d;hpb=45373022fa23a4e9cea0e15346c9e834c209be03 diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index 9b8002601..fe1cce23d 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -3,17 +3,49 @@

Configuration files

-Configuration files and directories are located in `/var/spool/freeside/conf'. +Configuration file layout has changed in 1.2.x. + +All further configuration files and directories are located in +`/usr/local/etc/freeside/conf.datasource', for example, +`/usr/local/etc/freeside/conf.DBI:Pg:dbname=freeside' -
  • secrets - Three lines: Database engine datasource (for example, `DBI:mysql:freeside' or `DBI:Pg:dbname=freeside'), username, and password. This file should not be world readable.
  • sendmailmachines - Your sendmail machines, one per line. This enables export of `/etc/virtusertable' and `/etc/sendmail.cw'.
  • shellmachine - A single machine with user home directories mounted. This enables home directory creation, renaming and archiving/deletion. In conjunction with `qmailmachines', it also enables `.qmail-extension' file maintenance.
  • shellmachines - Your Linux and System V flavored shell (and mail) machines, one per line. This enables export of `/etc/passwd' and `/etc/shadow' files.
  • shells - Legal shells (think /etc/shells). You probably want to `cut -d: -f7 /etc/passwd | sort | uniq' initially so that importing doesn't fail with `Illegal shell' errors, then remove any special entries afterwords. A blank line specifies that an empty shell is permitted. +
  • showpasswords - The existance of this file will allow unencrypted user passwords to be displayed.
  • smtpmachine - SMTP relay for Freeside's outgoing mail. +
  • soadefaultttl - SOA default TTL for new domains. +
  • soaemail - SOA email for new domains, in BIND form (`.' instead of `@'), with trailing `.' +
  • soaexpire - SOA expire for new domains +
  • soamachine - SOA machine for new domains, with trailing `.' +
  • soarefresh - SOA refresh for new domains +
  • soaretry - SOA retry for new domains +
  • usernamemin - Minimum username length (default 2); +
  • usernamemax - Maximum username length (default is the size of the SQL column, probably specified when fs-setup was run)