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
Submitted by JamieCameron on Thu, 12/29/2016 - 00:52 Comment #1
In the validation error, which of ABC and DEF are the domain owner?
it's strange, working fine now. closing the issue...