I am running a Fedora Virtual Server
I mail one of my users using the following command inside a bash script
/bin/mail -s "$SUBJECT" "$EMAIL" < $EMAILMESSAGE
Inside Virtualmin I have setup main forwarding so all mail from the domain gets sent to my gmail account. When I get the message is contains no FROM field. How can I change this to the name of the account on the server?