X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fdocs%2Fconfig.html;h=7994af8f9a46125b8e3b8e780cea5a62e7b88013;hb=ab210fc8d75ee85574c5d4ca345c33190d9d5e2e;hp=9b8002601bae28cdb22619032bdec51edb6ffaa4;hpb=696202f2b3a7141f2400b32ca859cf72b6315d5e;p=freeside.git diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index 9b8002601..7994af8f9 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -3,15 +3,34 @@

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.