X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=7a4a719667f3ea4817f1a9b81eab025595a488e2;hp=5de25510c0515a309a9d7daa4e43e04dc901fd14;hb=b35b650a6078d645d6f97620f3c79ae941915dd9;hpb=ae23f6fe1ca915c995cfbf29bb39e7ed5e1cce2c diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5de25510c..7a4a71966 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -268,6 +268,13 @@ httemplate/docs/config.html }, { + 'key' => 'cp_app', + 'section' => 'mail', + 'description' => 'Integration with Critial Path Account Provisioning Protocol, four lines: "host:port", username, password, and workgroup (for new users).', + 'type' => 'textarea', + }, + + { 'key' => 'deletecustomers', 'section' => 'UI', 'description' => 'Enable customer deletions. Be very careful! Deleting a customer will remove all traces that this customer ever existed! It should probably only be used when auditing a legacy database. Normally, you cancel all of a customers\' packages if they cancel service.', @@ -725,6 +732,13 @@ httemplate/docs/config.html }, { + 'key' => 'vpopmailrestart', + 'section' => 'mail', + 'description' => 'If defined, the command which is run on vpopmail machines after files are copied. An example can be found in eg/vpopmailrestart of the source distribution.', + 'type' => 'text', + }, + + { 'key' => 'safe-part_pkg', 'section' => 'UI', 'description' => 'Validates package definition setup and recur expressions against a preset list. Useful for webdemos, annoying to powerusers.',