There are two stages to setting up the autoresponder 1. Installation
- Log in to your site manager
- Click on Site Applications
- Click on Auto Responder 1.0 (First item under EMail)
- Accept terms and conditions
- Click on Finish

2. Configure on a per user basis
- Login to Site or User manager (mydomain.com/manager or mydomain.com/users)
- Click on EMail/FTP Management
- Click on Users (in left hand column) if using the Site Manager
- Click on the desired user name if using the Site Manager
- Click on EMail/FTP Management in the new window if using the Site Manager
- Click on AutoResponder in left hand column
- Click on Edit
- Ensure Auto Responder is enabled
- Enter a Subject and Message. The $ character is not allowed.
- Click on Finish

NOTE: The Auto responder will only reply once per email address it receives each day; some older installations will only reply once per email address. If you want to change this behaviour, you will have to edit the hidden file /etc/virt_users/username/.autoreplay.sh using your favourite editor.
To reply to every email, remove the line echo $SrcMailAdd >> $UserListFile (or just comment it out by putting a # at the start of the line)
To reply once per day, ensure that the definition for UserListFile is

CODE:
  1. cur_date=`date +%d%m%y`
  2. UserListFile=$Directory"/.userslist"$cur_date

To disable the Autoresponder, clear the check box against "Enable Service"

Bookmark this article