from:lu02 to:ax07@noaa.gov subject:instructions Hi Zach, Here are the instructions to set this up. each message has the filename to replace or create in the subject. 0. create all the files from the body of the messages using the subject as the filename. 1. go to the web directory cd /var/www 2. move the working ftp mail stuff and verify mv html htmlBak ls 3. create a new ftp mail dir mkdir -p html/cfg mkdir -p html/scripts 4. copy all the new php files into the html directory and copy some of the old files from the back up to the html directory. -index.html -mailstyle.css -blank.php 5. copy the config.ini to the html/cfg dir 6 . copy the get_messages script to the scripts directory 7. make it executable, the command can change depending on which directory you're in. if your in the /var/www directory then the following shold work. chmod +x html/scripts/get_messages 8. while in the /var/www directory make all the files belong to www-data sudo chown -R www-data:www-data html After doing this, you should be able to configure the ax07 user info from the configure tab on the left. the get_messages script should now automatically pull from the config.ini file, no need to edit it now. Let me know how it goes. if it doesn't work, cat the errors, rename htmlBak back to html and send me the errors. cat /var/log/apache2/error.log Good luck, Pedro