A python script to get mail from staff-questions@example.com and resend it anonymously to ACME Management
Go to file
2018-06-07 05:05:56 -07:00
anon_mail.py Initial Commit 2018-06-07 05:05:56 -07:00
LICENSE Initial Commit 2018-06-07 05:05:56 -07:00
README.md Initial Commit 2018-06-07 05:05:56 -07:00

Description

A script to get mail from staff-questions@example.com and resend it anonymously to ACME Management

Installation Instructions

  • Upload the script in /usr/local/sbin/anon_mail.py.
  • Add the following line in /etc/aliases:
staff-question: "|/usr/local/sbin/anon_mail.py"
  • Run the newaliases command.