At line 1 changed 1 line. |
One of the setup reqirements for AppFuse is an SMTP server. By far the easiest and most reliable way to configure AppFuse is to have an SMTP service running on {{localhost}}. This isn't much of a problem for some operating systems where an SMTP server is installed by default (like many Linux distrobutions), but for new AppFuse users running Windows it has been a recurring issue. So here are a few options you have for installing an SMTP server for your operating system: |
One of the setup requirements for AppFuse is an SMTP server. By far the easiest and most reliable way to configure AppFuse is to have an SMTP service running on {{localhost}}. This isn't much of a problem for some operating systems where an SMTP server is installed by default (like many Linux distributions), but for new AppFuse users running Windows it has been a recurring issue. So here are a few options you have for installing an SMTP server for your operating system: |
At line 3 changed 1 line. |
! Platform Independant |
! Platform Independent |
At line 7 changed 2 lines. |
* [IIS|http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/qss_mail_setup.mspx] - (2000/XP) Microsoft SMTP server provided with the OS |
* [FreeSMTP|http://www.softstack.com/freesmtp.html] - (9x/2000/XP) Freeware SMTP server that runs from your system tray |
* [IIS|http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/qss_mail_setup.mspx] - (NT/2000/XP) Microsoft SMTP server provided with the OS (Another [setup guide|http://www.emailarchitect.net/webapp/smtpcom/developers/smtpservice.asp]) |
\\%%note __NOTE:__ It is important that if you set up the SMTP server that comes with IIS, to turn on relaying capabilities in order for email to be routed correctly within AppFuse. To do this, follow these steps: |
# Open the SMTP properties window |
## Access by clicking Start |
## Control Panel |
## Administrative Tools |
## Internet Information Services |
## Expand the domain you use for appfuse |
## and right click on the Default SMTP Virtual Server |
# Click the Access tab |
# Click the Relay button to bring up the Relay Restrictions window |
# Select the radio option for "Only the list below" |
# Click the Add button to add access to a particular domain or group |
# If using the localhost as your SMTP server as previously suggested, make sure you add 127.0.0.1 here so that the localhost can properly relay mail. |
# Finally, click OK, Apply, and OK to save your changes. |
Also note that if you're behind a firewall or router, you may need to open ports 25 and 2525.%% |
At line 24 added 3 lines. |
|
* [FreeSMTP|http://www.softstack.com/freesmtp.html] - (9x/NT/2000/XP) Freeware SMTP server that runs from your system tray |
|
At line 17 changed 1 line. |
Obviously there are more choices that these. This is meant to be a short list to get people up and running on AppFuse. If you know of another server that should be on this list please add it, or if you don't have Wiki access contact [Nathan Anderson|NathanAnderson] and he will add it. |
%%note __NOTE:__ Obviously there are more choices than these. This is meant to be a short list to get people up and running on AppFuse. If you know of another server that should be on this list please add it, or if you don't have Wiki access contact [Nathan Anderson|NathanAnderson] and he will add it.%% |