An open API service indexing awesome lists of open source software.

https://github.com/cmroanirgo/virtmin-change-password

Plugin for rainloop to change the password on a local virtualmin installation
https://github.com/cmroanirgo/virtmin-change-password

Last synced: 4 months ago
JSON representation

Plugin for rainloop to change the password on a local virtualmin installation

Awesome Lists containing this project

README

        

Plugin that adds functionality to change the email account password using virtualmin command line.

This involves some extra setup:

1. edit sudoers file by 'sudo visudo' & add:
ALL = (root) NOPASSWD: /_data_/_default_/plugins/virtmin-change-password/change-password-virtmin.sh

This gives non-interactive 'root' access to the script file `change-password-virtmin.sh`
Make sure you replace with the username of the virtual server.
eg if rainloop is running in 'webmail.domain.com', your username is probably something like: webmail_domain
Make sure you locate your private (It's this folder!)
eg. /home//private/owncloud/rainloop-storage/_data_/_default_/plugins/virtmin-change-password/change-password-virtmin.sh

Save and exit visudo.

2. Then, allow it to be executeable:

sudo chmod 750 change-password-virtmin.sh