A python script to get mail from staff-questions@example.com and resend it anonymously to ACME Management
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.