A python script to get mail from staff-questions@example.com and resend it anonymously to ACME Management
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Theodotos Andreou aa73f5d99a Initial Commit vor 5 Jahren
LICENSE Initial Commit vor 5 Jahren
README.md Initial Commit vor 5 Jahren
anon_mail.py Initial Commit vor 5 Jahren

README.md

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.