Redirect emails using alias script
# vim /etc/aliases
command: |/bin/grep Subject >> /tmp/emailgrep.txt
commandperl: |/bin/test.pl
Pay attention on the permissions the email system will use the mail account, so set …
Postfix Email System
Mail Agents
MUA Mail User Agent –
Create new emails, and Read email. Ex.: Thunderbird,Evolution,Outlook,etc..
MTA Mail Transfer Agent –
Distribute the emails to other MTAs or Locally. Examples: Postfix…