clear passwords issue

documentation mentions

When this option is set to Yes, Virtualmin will store the clear text passwords for domain owners and 
mailboxes. This allows them to be displayed in the UI, but adds a potential security risk if your system is 
compromised. Selecting No will cause all new virtual servers created from this template to store only 
one-way hashed passwords instead.

But I think don't this is correct, because usermin passwords are still stored in cleartext in the inbox.imap file.

Status: 
Closed (fixed)

Comments

That looks like an issue with the default configuration .. I will look into this and follow up shortly.

Ok, the issue here is that usermin isn't switched to read from local mail files during the Virtualmin post-installation wizard, which means that those inbox.imap files still get created :-(

I will fix this in the next release ... the work-around till then is to manually force the switch by editing /etc/usermin/mailbox/config and adding the following lines at the end :

mail_system=1
mail_dir_qmail=Maildir
mail_qmail=

You can then safely delete all the inbox.imap files.

Automatically closed -- issue fixed for 2 weeks with no activity.