+5
Allowing non-Ajenti users to change their mail password
I'm running Ajenti-V on my server and use it for both websites and mail. I'm providing mail for a few other users. These users should not be able to access Ajenti or the general mail configuration, but I would like to give them the option to change their own mail password.
I'm also running Roundcube for webmail, so if it is somehow possible to change the e-mail passwords there that is preferred, but not necessary. Is there a way to achieve this, without Ajenti overwriting the mail configuration every time a new mail address is added?
I'm also running Roundcube for webmail, so if it is somehow possible to change the e-mail passwords there that is preferred, but not necessary. Is there a way to achieve this, without Ajenti overwriting the mail configuration every time a new mail address is added?
Customer support service by UserEcho
you shoud ask developers to add this capability to ajenti
there is nothing we can do, becaz ajenti will overwriting the configuration
if you r progamer,and familiar with python, get involved and do it your self
i really need this,
Could you tell us how?
Check here:
http://support.ajenti.org/topics/700-/
My solution was to create a change password command in the IPCHandler of the vh-mail plugin (ajenti-v-mail):
At least you need to enable roundcube to run the command with the right sudoers configuration, e.g.:
Now I'm able to change the password of an e-mail account in ajenti through the roundcube interface.Ubuntu: 14.04.5 LTS
ajenti: 1.2.23.8
ajenti-v: 0.2.57
ajenti-v-mail: 0.1.36
Roudcube: 1.2.2
@Daniele, I can't find the file ipc.py in vh-mail directory. Have you created a new one? Could you please share full file, instead of diff?