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 …
System Administrator
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 …