diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-01 22:00:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-05 06:19:06 +0700 |
commit | b2ede928549d5c102d4c746097e140775dc96487 (patch) | |
tree | ca69414e273bf982401db3464ffbba990e6549dd /system/usermin/README | |
parent | c483dcab0cbf1d878e2a886cd1bc71e5aa6b3a3d (diff) | |
download | slackbuilds-b2ede928549d5c102d4c746097e140775dc96487.tar.gz |
system/usermin: Added (web-based interface for system administration)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/usermin/README')
-rw-r--r-- | system/usermin/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/system/usermin/README b/system/usermin/README new file mode 100644 index 0000000000..7990fb53a0 --- /dev/null +++ b/system/usermin/README @@ -0,0 +1,26 @@ +Usermin is a web-based interface for webmail, password changing, +mail filters, fetchmail and much more. +It is designed for use by regular non-root users on a Unix system, +and limits them to tasks that they would be able to perform if +logged in via SSH or at the console. + +After installing: +- start the usermin modules: /etc/usermin/start +- login into webmin +- refresh webmin modules +- restart webmin. + +You will see a new menu called Usermin Configuration under Webmin. + +By default usermin runs at port 20000. After the webmin service is +started, point your web browser to http://localhost:20000 and +login as normal user to use usermin. + +NOTES: +If you want to use SSL/HTTPS support, change the ssl=0 into ssl=1 in +/etc/usermin/miniserv.conf. SSL/HTTPS support requires additional +dependency: Net-SSLeay. + +By default, this script set usermin to be accessible only on localhost. +If you want global/public access, comment or remove this line in +/etc/usermin/miniserv.conf: allow=127.0.0.1 |