Required: add email users from a web interfaced script
I was trying to create the user manually, so I could avoid running useradd from my script.
If I DO need to run useradd, do you have any suggestions as to how I can protect my machine when running useradd from my script, which as you point out, must be run as root?