> Would it work on the same machine if it had two IP addresses > and you restricted IMail to one of them and IIS to the other?
For sure! The standard port for Imail Webmail is 8383 So you can run IIS on port 80 also on the same machine using one single IP. If you already run Imail Webmail on port 80 you can also activate IIS and configure the requeue website to run on a non standard port (for example http://www.your-domain.com:8080/requeue.asp) Or if you don't want to install IIS on your Imail-machine you can save the requeue.asp on another server running IIS. Then you have to change the variable t_spoolpath in the asp script to something like t_spoolpath = "\\UNC_NAME_OF_YOUR_IMAIL_SRV\SHARE_OF_C_IMAIL_SPOOL" For example t_spoolpath = "\\IMAILSRV\spool" if your Imail server name is "IMAILSRV" and you've shared your spool folder as "spool" Or t_spoolpath = "\\205.150.108.13\spool" if your Imail-server is not in the same IP multicast subnet. Keep in mind that the anonymous user from the web where you call the requeue.asp must have read/write access to the spool folder. I recommend to let run the IIS web under a special anonymous user account that exists both on your web- and imail-server. Now set up the share and NTFS-permissions for your spool folder that this user has the appropriate rights. Hope this helps Markus --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
