Linux/System mail
< Linux
- create systemwide rule to add FROM data to mailx: /etc/bash.bashrc
alias mail='mail -a "From: $(hostname)@domain.de ([$(hostname)@$(hostname -d)])"'
alias mail='mail -a "From: $(hostname)@domain.de ([$(hostname)@$(hostname -d)])"'