 |
|
05 Feb 2003
This fix configures FrontPage extensions for sending email. It's recommended for users of FrontPage 5.0 and higher.
To install the fix:
- Log into your control panel server as root.
- Download the fix:
wget http://www.psoft.net/shiv/U23/frontpage_fix.tgz
- Unpack the fix:
tar -zxf frontpage_fix.tgz
- Change dir to where you have unpacked the fix:
cd frontpage_fix
- Do the following in correspondance with your configuration:
- If you want to install the fix and use default settings from hsphere.properties file, run:
make install
- If you want to use different values, follow these steps:
- configure install by running:
make boxes
- edit file fp_mail.txt for MailSender and MailReplyTo options;
- edit file smtp_host.txt for SMTPHost option;
- install this fix with your custom settings by running:
make fp
Note: For more details, please read
Microsoft documentation.
|
 |