E-Mail AutoreplyAn easy way to distribute information about your company to your potential clientele is to set up an E-mail autoreply, or autoresponder. An E-mail autoreply is an E-Mail Alias which executes a program that automatically replies to any E-mail sent to it. The E-mail autoreply can be configured to send any message in the automated reply, such as a FAQ, marketing plan, or product listing. ConfigurationFollow these steps to configure an autoreply.
When E-mail is received at info@YOUR-DOMAIN.NAME, an autoreply containing the message in the ~/.autoreply file will be sent back. E-Mail sent to info@YOUR-DOMAIN_NAME will also be sent to YOU@YOUR.ISP. Without the YOU@YOUR.ISP, the mail from the customer would not be sent to YOU@YOUR.ISP. The -m option specifies a different message file (for example, autoreply -m /etc/mymessage). Be sure you use the full path from your Virtual Private Server home directory. The -f option allows you to change who the autoreply message will be from (in the example above the From: field the customer gets will read info-reply@YOUR-DOMAIN_NAME).
The -a option specifies a user that an autoreply can reply for. The user specified should be the same as the user configured for the autoreply (for example, "info: ... -a info"). The -h option can be added to an autoreply to turn off the X-info headers (if you don't know what these are, don't wory about them). |