> I don't quite understand what you mean when you say point to
> a port that IIS
> is listening to. Can you clarify please?
For the EZSignup to work, you must have IIS (Microsoft Internet
Information Server) v3+ running on the same box as your IMail server.
IIS likes to run on port 80, but many of us run IMail server on port 80,
so you may need to configure IIS to listen on a different port (we use
100 currently).
Then, you configure a virtual host in IIS pointing to your Imail\web
directory, so that your EZSignup.html page can have a <form> action like
this:
<form
action="http://mail.mydomain.com:100/signup/ezsignup-action.asp"... etc.
That asp template is what does the magic, but IMail's built-in webserver
can't process asp, hence the need for IIS.
Since most installations of NT have IIS already installed, and in many
cases running, this is usually no big deal.
Does this help? I'm still a little fuzzy-brained on this Saturday
morning.
Ron
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.