I'm trying to use CFEXECUTE to automate some stuff with iMail. iMail comes with some .exe files for scripting various tasks such as domain creation, user creation, etc. One of the files is called adddomain.exe and I am using it to add a new domain to the imail server. I tested on a quick sample page and it worked fine, so I started building a CFC with it. Right now, the CFC can add a domain and remove a domain. I've added 4 or 5 test domains and removed them. The problem that I've found is that when I add a new domain, it actually adds all of the domains that I added up to this point (the ones I already deleted). I can't figure out what's going on, but it seems like the commands are somehow being cached and everytime the adddomain.exe file is run, it just appends the new command to the end of the past commands and runs all of them. Does anyone have any idea where I should start on this? I'm assuming there's some kind of caching going on, but I'm not sure if it's within CF or within the iMail .exe or what. I tried restarting the CF service but that doesn't seem to fix the problem. I've also restarted all of the iMail services to no avail. Please help if you have ANY idea on how to track down and fix this issue. Thanks a ton in advance! John Burns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187686 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

