| Autoresponders | ||||
|
If you can't find your question, please let us know and we'll answer it in email. How do we activate the Autoresponder?You will use procmail to do your autoresponding. Create a plain text file in your home directory called: .procmailrc Make sure it starts with a period and has no extention such as ".txt". If you create the file offline, it will need to be uploaded in text or ASCII mode. The contents of the file should look like this:
MAILDIR=$HOME/
PATH=/usr/bin:/usr/local/bin:/usr/local/bin
LOGFILE=$HOME/.procmaillog
VERBOSE=no
#
# A Sample autoresponder to send info when someone sends a message to
# info@yourdomain.com
#
# Create a file in your home directory called emailinfo.txt
# put what you want sent out in there.
#
:0
* ^To:.*info@yourdomain.com
* !^FROM_DAEMON
* !^X-Loop: info@yourdomain.com
{
:0 h c
| (formail -t -r -A"X-Loop: info@yourdomain.com " ; \
cat $HOME/emailinfo.txt ) | \
/usr/bin/sendmail -t
#
# And send a copy to me too!
#
:0
!someoneelse@anotherdomain.com
}
|
||||
|
Hurricane Electric 760 Mission Court Fremont, CA 94539 |
FAQ Index Copyright © 1994 - 2004 Hurricane Electric. All Rights Reserved. |
Voice 510.580.4100 Fax 510.580.4151 Comments? info@he.net |