In order to automatically create domains/subdomains I need to add the user. ex.
useradd -gpsacln -p$1$salt1234$bTARrDtiFtJF9wDZzDFx00 -M demodelete
The user is added without problem. BUT the home directory is still being created. I won't use the home/directory for any of the site files so I prefer they are not generated automatically.
What am I doing wrong?