A python script to get mail from staff-questions@example.com and resend it anonymously to ACME Management
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Theodotos Andreou aa73f5d99a Initial Commit 5 роки тому
LICENSE Initial Commit 5 роки тому
README.md Initial Commit 5 роки тому
anon_mail.py Initial Commit 5 роки тому

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.