Whether it be PHP, Perl or other scripts, when one sends an email the "username" is contained within the email headers. So, this is a concern to me, as emails go through many gateways as plain text, and that username is the Cpanel/website root username. The objective is to keep the username private.
There are, seemingly, methods to change email headers, however I don't want to go down that path (again), ..time wasting, it doesn't replace the username.
So, now the question. If I create a new user from CPanel, then have a cron job for the new user to do system checks, etc, and then conditionally send an email, will the email headers from the cron job contain the new user ?? Sounds feasible.
Of course that new user will need to have privileges to search for files, sometimes move files, delete files and send emails, etc
There are, seemingly, methods to change email headers, however I don't want to go down that path (again), ..time wasting, it doesn't replace the username.
So, now the question. If I create a new user from CPanel, then have a cron job for the new user to do system checks, etc, and then conditionally send an email, will the email headers from the cron job contain the new user ?? Sounds feasible.
Of course that new user will need to have privileges to search for files, sometimes move files, delete files and send emails, etc