To create an autoresponder or vacation notice on a server using Postfix, I use procmail on an individual account basis. In order to do this, first create a .forward file in the user's home directory with the following (quotes are to be included). "|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #tina_fp" Create a [...]