broken migration(restore backup) with vpopmail

Hello,

virtualmin tryed to import clear_pw in restoring, but must use crypted pw. Patch below:

elsif ($_[0]->{'vpopmail'}) {
# Create user in VPOPMail
..................
local $qpass = quotemeta($_[0]->{'pass'});
local $cmd = "$vpopbin/vadduser $quota -c $qreal $quser\@$qdom -e $qpass";
...........

Status: 
Closed (fixed)

Comments