> I'm writing an application that will be deployed across a 
> variety of servers. I don't want my application to make any 
> assumptions about where CFMX has been installed or even what 
> OS is running. Where does CF store, for instance, the e-mail 
> spool directory?

In prior versions, it used to be in the Registry:

<CFREGISTRY ACTION="GET"
 
BRANCH="HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Ma
il"
            ENTRY="BaseDirectory"
            VARIABLE="MailRoot"
            TYPE="String">

Of course, that doesn't help in non-Windows environments and is no help
with MX in any case.

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to