Raymond,

Let me know the link of this.

thanks,

Dan
-----Original Message-----
From: Raymond Dy <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, July 28, 1999 10:19 AM
Subject: Re: [IMail Forum] IIS4 and IMail


>YES!!! Definitely.  We are in fact using this kind of service since Imail
>released version 5.  The people of Imail can't even come up with a
solution!
>I will put a web page for people who doesn't know how to setup multiple
>domains in a single IP!!!
>
>Raymond
>
>----- Original Message -----
>From: Vaughn Thurman <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, July 28, 1999 4:56 AM
>Subject: Re: [IMail Forum] IIS4 and IMail
>
>
>> Where are all of these IIS4 questions coming from?  IMAIL is built around
>a
>> proprietary web server.  The tags used by IMAIL will not work with IIS4.
>> You can use them together using IIS4 to draw frames around your IMAIL
>pages
>> but you can not use IIS4 to host IMAIL directories.  Can you?
>> -V
>> ----- Original Message -----
>> From: Raymond Dy <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Sent: Tuesday, July 27, 1999 12:49 PM
>> Subject: Re: [IMail Forum] IIS4 and IMail
>>
>>
>> > It is possible to have a single IP and host all domains that you want.
>> Use
>> > IIS4 for host headers and copy a set of template in a different folder
>for
>> > each domain.  Point to that directory using IIS4.  Also handcode edit
>the
>> > login page for each domain.  Just point to your directory.
>> >
>> > Raymond
>> >
>> > ----- Original Message -----
>> > From: Grant Griffith <[EMAIL PROTECTED]>
>> > To: <[EMAIL PROTECTED]>
>> > Sent: Tuesday, July 27, 1999 9:07 AM
>> > Subject: RE: [IMail Forum] IIS4 and IMail
>> >
>> >
>> > > You probably need to e-mail support and trouble shoot this.  I do not
>> use
>> > this currently, but I did have it set-up once when we were
demonstrating
>> it.
>> > This was on version 5.03, maybe something happened inbetween versions.
>> > >
>> > > Sorry,
>> > > Grant Griffith
>> > > http://www.ei8htlegs.net
>> > >
>> > > ---------- Original Message ----------------------------------
>> > > From: "David Brumage" <[EMAIL PROTECTED]>
>> > > Reply-To: [EMAIL PROTECTED]
>> > > Date: Mon, 26 Jul 1999 20:45:21 -0400
>> > >
>> > > >When I tried this it always gives errors on not finding the cgi
>files.
>> > And
>> > > as such the domain name and other scripted features of the page(s) do
>> not
>> > > work.
>> > >
>> > > -----Original Message-----
>> > > From: [EMAIL PROTECTED]
>> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Grant
>Griffith
>> > > Sent: Monday, July 26, 1999 8:24 PM
>> > > To: [EMAIL PROTECTED]
>> > > Subject: RE: [IMail Forum] IIS4 and IMail
>> > >
>> > >
>> > > You can not have a layout for each user!  You can however have a
>> different
>> > > set of templates for each domain that has its own IP Address.  To do
>> that
>> > > you have to copy the template to a web folder under that domain.
>> > >
>> > > imail
>> > >     -domain.com
>> > >           -web (templates go here)
>> > >     -web (These are used if the above does not exist.
>> > >
>> > > Grant Griffith
>> > > http://www.ei8htlegs.net
>> > >
>> > > ---------- Original Message ----------------------------------
>> > > From: Rob Roach <[EMAIL PROTECTED]>
>> > > Reply-To: [EMAIL PROTECTED]
>> > > Date: Mon, 26 Jul 1999 17:49:11 -0600
>> > >
>> > > >If you find out, please let me know too, even with the web messaging
>> > > directory set in the admin panel, it still pulls the files from the
>> \IMAIL
>> > > root folder.
>> > >
>> > >
>> > > At 06:41 PM 7/26/99 -0400, you wrote:
>> > > >Thanks, that answers one of the questions. Now, anyone care to take
a
>> > stab
>> > > >at why I can't seem to move the web flder into the users directory
>for
>> > > >customization?
>> > > >
>> > > >-----Original Message-----
>> > > >From: [EMAIL PROTECTED]
>> > > >[mailto:[EMAIL PROTECTED]]On Behalf Of Robert E.
>> > > >Spivack
>> > > >Sent: Monday, July 26, 1999 3:43 AM
>> > > >To: [EMAIL PROTECTED]
>> > > >Subject: RE: [IMail Forum] IIS4 and IMail
>> > > >
>> > > >
>> > > >No can do!
>> > > >
>> > > >Those of us running IIS4 and Imail are doing so by having IMail on
>port
>> > > >other than 80.
>> > > >
>> > > >IMail has its own embedded web browser and does not use host headers
>or
>> > > >co-exist with any other webserver.
>> > > >
>> > > >Remember, the following must be "unique" for virtual hosted
>webservers:
>> > > host
>> > > >headers + ip address + port.
>> > > >
>> > > >Since IMail doesn't support host headers, it must be on a unique IP
>> > address
>> > > >+ port, hence, it is usually run on port 8383.
>> > > >
>> > > >-----Original Message-----
>> > > >From: [EMAIL PROTECTED]
>> > > >[mailto:[EMAIL PROTECTED]]On Behalf Of David
>Brumage
>> > > >Sent: Sunday, July 25, 1999 5:52 PM
>> > > >To: [EMAIL PROTECTED]
>> > > >Subject: RE: [IMail Forum] IIS4 and IMail
>> > > >
>> > > >
>> > > >I've seen many threads in here asking how to set up IMail with IIS4
>and
>> > > >while many say yes, it can be done, I haven't actually seen anyone
>say
>> > what
>> > > >the routine is. I have IMail set up and working properly on the same
>IP
>> > as
>> > > >the websites and attempted to take it a step further by setting up a
>> web
>> > > >site in the MMC using host headers. I'm running into some problems,
>if
>> I
>> > > >create a web directory under the "user" folder when it loads it
>doesn't
>> > > >detect the mail server name, and when submitting a login attempt it
>> fails
>> > > to
>> > > >find any of the cgi files. What I'm trying to accomplish here is, 1)
>> not
>> > > >need a port assignment for webmail because some of my clients work
>for
>> > > >organizations where everything other than port 80 is blocked at the
>> > > >firewall, and two have a unique user interface for each client. I do
>> not
>> > > >have enough IP's to give every client an IP for web and another for
>> mail.
>> > > >What am I missing here, it sounds like there are a number of you who
>> have
>> > > >figured this out, but I'm obviously missing something.
>> > > >
>> > > >Thanks in advance,
>> > > >
>> > > >David
>> > > >
>> > > >-----Original Message-----
>> > > >From: [EMAIL PROTECTED]
>> > > >[mailto:[EMAIL PROTECTED]]On Behalf Of Johan
>> > > >Christenson
>> > > >Sent: Sunday, July 25, 1999 7:03 PM
>> > > >To: [EMAIL PROTECTED]
>> > > >Subject: Re: [IMail Forum] IIS4 and IMail
>> > > >
>> > > >
>> > > >The only problem you might find is that iMail and the SMTP module is
>> set
>> > > >to the same port (25). You can change that though in the SMTP
module.
>> If
>> > > >not it will not start...
>> > > >
>> > > >Johan
>> > > >
>> > > >
>> > > >Chris Hunt wrote:
>> > > >
>> > > > >  If there is a problem, I've not found it in 2 years running
IMail
>> and
>> > > > > IIS (3&4)
>> > > > > Chris
>> > > > >
>> > > > > At 11:48 PM 7/22/99 +0800, you wrote:
>> > > > >
>> > > > >> Why is there something wrong if we run IIS and Imail on the same
>> > > > >> server??
>> > > > >>
>> > > > >> Raymond
>> > > > >
>> > > >
>> > > >Please visit http://www.ipswitch.com/support/mailing-lists.html
>> > > >to be removed from this list.
>> > > >
>> > > >Please visit http://www.ipswitch.com/support/mailing-lists.html
>> > > >to be removed from this list.
>> > > >
>> > > >Please visit http://www.ipswitch.com/support/mailing-lists.html
>> > > >to be removed from this list.
>> > > >
>> > > >Please visit http://www.ipswitch.com/support/mailing-lists.html
>> > > >to be removed from this list.
>> > >
>> > >
>> > > Please visit http://www.ipswitch.com/support/mailing-lists.html
>> > > to be removed from this list.
>> > >
>> > > Please visit http://www.ipswitch.com/support/mailing-lists.html
>> > > to be removed from this list.
>> > >
>> > > Please visit http://www.ipswitch.com/support/mailing-lists.html
>> > > to be removed from this list.
>> > >
>> > > Please visit http://www.ipswitch.com/support/mailing-lists.html
>> > > to be removed from this list.
>> > >
>> >
>> > Please visit http://www.ipswitch.com/support/mailing-lists.html
>> > to be removed from this list.
>> >
>>
>> Please visit http://www.ipswitch.com/support/mailing-lists.html
>> to be removed from this list.
>>
>
>Please visit http://www.ipswitch.com/support/mailing-lists.html
>to be removed from this list.
>

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to