A python script to get mail from staff-questions@example.com and resend it anonymously to ACME Management
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 335B

6 years ago
123456789101112131415
  1. ## Description
  2. A script to get mail from staff-questions@example.com and resend it anonymously to
  3. ACME Management
  4. ## Installation Instructions
  5. * Upload the script in */usr/local/sbin/anon_mail.py*.
  6. * Add the following line in */etc/aliases*:
  7. ```
  8. staff-question: "|/usr/local/sbin/anon_mail.py"
  9. ```
  10. * Run the `newaliases` command.