autorespond

14 aprile 2018 by Roberto Puzzanghera 0 commenti

  • Autore: Inter7
  • Versione usata: 2.0.5

Usato per i messaggi di assenza. E' richiesto da qmailadmin.

cd /usr/local/src
wget http://notes.sagredo.eu/files/qmail/tar/autorespond-2.0.5.tar.gz
tar xzf autorespond-2.0.5.tar.gz
cd autorespond-2.0.5
chown -R root.root .

Se vuoi installarlo in /usr/local devi modificare il Makefile:

PREFIX=/usr/local

Compiliamo e installiamo:

make
make install

Bruce Guenter è autore di qmail-autoresponder, con le seguenti caratteristiche, che potresti voler considerare:

- Limits rate of automatic responses (defaults to a maximum of one message every hour).
- Will not respond to nearly every type of mailing list or bulk email.
- Will not respond to bounce messages or MAILER-DAEMON.
- Bounces looping messages.
- Can insert the original subject into the response.
- Can copy original message into response.
- Can use links in the rate-limiting data directory to limit inode usage to a single inode.
- Can limit responses to a certain date/time range.

Aggiungi un commento