Answers below....

----- Original Message -----
From: "Vinay gb" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Tuesday, October 29, 2002 2:22 AM
Subject: [iMS] Urgent information required !


> Hi respected sir,
>   I am using IMS mail server for my site which is in Coldfusion. My site sending 
>news lterrets in Bulk ( in lakhs of
mumbers). I want to seperate Coldfusion server and IMS mail server services into 
different machiens . Is it possible ?
if possible how can i configure CF_imsMail Tag in coldfusion server ?

You'll need to add a parameter to the CFX_iMSMail tag and configure ColdFusion on the 
web server so that it has access
to the other server.  By default, the ColdFusion service logs in as a system service 
which has no access rights to other
servers.  You need to configure the ColdFusion service to log in as a user with access 
rights to the other server.  Once
you do that you need to restart ColdFusion for the change to take affect.

Then, you need to add the SpoolDir parameter to the cfx tag.  The SpoolDir parameter 
tells the tag where to put the
outgoing mail.  For example, if iMS is installed on a machine called "Server1" and 
it's in the c:\ims\ folder then your
spooldir would look something like:

spooldir=\\server1\c$\ims\out\

This tells the tag to write mail to server1 in a share called c$ and in the \ims\out 
folder.

> I installed ColdFusion server in Machine1 and IMS Mail server in  machine2. I 
>coppied the CF_imsMail.dll to
machine1(where Coldfusion server resides)  and configured that dll in Coldfusion 
server administration But it gives err
saying
>   "The library associated with the custom tag CFX_IMSMAIL (d:\cfusion\custom 
>tags\cfx_iMSMAIL.dll) was not found "
> I checked the path & dll all are correct.
>

Try restarting the ColdFusion service.  All you should need to do is configure the 
path to the DLL.

Regards,

Howie

> Please help me since i want to seperate both at any cost because while sending bulk 
>mail system hangs because of
overload caused by Coldfusion server, mailserver , web server all r in same system
> Please Help me.
>
> --
> __________________________________________________________
> Sign-up for your own FREE Personalized E-mail at Mail.com
> http://www.mail.com/?sr=signup
>
==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to