virtualmin fix-domain-permissions breaks mail permissions

The command virtualmin fix-domain-permissions --all-domains --subservers is now breaking mail permissions, I get the following error:

    Mail for domain : Home directory /home/X/public_html/Y/Z for user ABC is owned by DEF

when running

virtualmin validate-domains --all-features --domain XYZ

I temporarily fixed these errors by running

eval $(awk -F: '/\/home/ {printf "chown -R %s %s;",$1,$6}' /etc/passwd )
Status: 
Closed (cannot reproduce)

Comments

In the validation error, which of ABC and DEF are the domain owner?

Mostafa's picture
Submitted by Mostafa on Thu, 12/29/2016 - 01:47

it's strange, working fine now. closing the issue...

Mostafa's picture
Submitted by Mostafa on Thu, 12/29/2016 - 01:47

Status: Active ยป Closed (cannot reproduce)