X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fdocs%2Fconfig.html;h=993ce74a9e86c864dd7c6169bd0f0a99a5fa8f9a;hb=f30825464928625a2980e9286a28ea7ab91dad64;hp=1a30b525e77f34219bbb7a432444789474386cee;hpb=510d2f9647c0651a82760e456b46505e8050d6ed;p=freeside.git diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index 1a30b525e..993ce74a9 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -22,15 +22,31 @@ All further configuration files and directories are located in `/usr/local/etc/freeside/conf.DBI:Pg:dbname=freeside'
  • sendmailmachines - Your sendmail machines, one per line. This enables export of `/etc/virtusertable' and `/etc/sendmail.cw'. +
  • sendmailrestart - If defined, the command which is run on sendmail machines after files are copied.
  • 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 +
  • textradiusprepend - The contents of this file will be prepended to the first line of a user's RADIUS entry in text exports. If necessary, usually `Auth-Type = Local, '. +
  • 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)