Sending email through VPS
May 19, 2013 in answer
ANSWER:
The best way to understand this is to try to send mail yourself using different methods.
I have found that the UID changes based on two factors (but there may be more).
- If the script uses the
sendmailbinary then it will reflect the UID of the user that invoked the script. - If the script directly connects using SMTP it’ll use the UID of the MTA.

New Comments