A python script to get mail from staff-questions@example.com and resend it anonymously to ACME Management
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

335B

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.