A python script to get mail from staff-questions@example.com and resend it anonymously to ACME Management
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Theodotos Andreou aa73f5d99a Initial Commit před 5 roky
LICENSE Initial Commit před 5 roky
README.md Initial Commit před 5 roky
anon_mail.py Initial Commit před 5 roky

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.