Recommended Posts

can anyone help me with setting up and using CDONTS on my windows 2003 server ?

the server is running web and mail (argosoft) and i want to be able to use CDONTS with it.. but can't seem to get it to work.

any advice ?

i get this error

Microsoft VBScript runtime error '800a0046'  
Permission denied  
/test/send_mail.asp, line 38

line 38 is

objCDOMail.Send

Link to comment
https://www.neowin.net/forum/topic/222418-cdonts-help/
Share on other sites

CDONTS was designed to be run as an in-process component using IIS 4.0 on Win NT 4.0. When you run an application out-of-process it runs in MTS.EXE (IIS 4.0) or DLLHOST.EXE (IIS5) process using the IWAM_<computername> account. When running applications out-of-process, the IWAM account may require access to files and system resources. In the case of the CDONTS object, the IWAM account requires access to the machine keys of the system and certain folders in the Inteinfo\Mailroot folder.

With this information in hand, there are a few possibilities. First, as a matter of policy, you should recode your applications to use the CDOSYS object. This will help to ensure future support as the CDOSYS object is not installed on Windows 2000 or Windows Server 2003. This may or may not be sufficient to solve your problem. Secondly, if the CDONTS application runs in process but not out-of-process, you are almost certainly looking at an issue related to the IWAM user account permissions. Running your CDONTS application in process may not be possible or desirable for security reasons, but will avoid permissions-related problems associated with the IWAM account. Verify the Mailroot and machine keys have the proper permissions. Thirdly, you also get the error you?re seeing if the user that launches the ASP script does not have proper permissions on the Mailroot\Pickup folder. By default the MailRoot folder is set to Everyone ? Full Control, which is too permissive. I would suggest assigning Authenticated Users ? Read/Write, in addition to System and Administrators Full Control. This will allow the IUSR and IWAM users as well as any other user accounts to write mail to the SMTP folders. You should also Deny Execute the IUSR_<computername> on these folders. If you have run the IIS Lockdown tool, you can use the Web Anonymous Users local group for this purpose. Do not deny the Web Applications group Write permissions.

Upon further review... In Windows 2000, it is recommended that you use CDOSYS instead of CDONTS. While CDONTS does work on Windows 2000, CDOSYS provides a greater feature set. See http://msdn.microsoft.com/library/default....cdo_roadmap.asp for more information. Additionally, CDONTS is not supported in Windows Server 2003 or Windows XP. Therefore, you need to modify your code....

Link to comment
https://www.neowin.net/forum/topic/222418-cdonts-help/#findComment-584626991
Share on other sites

i am not usins IIS to handle mail at all... i am using Argosoft Mailserver Pro

u say to use CDOSYS, but then go on to say that it isn't installed on 2000 or 2003.

this is what i am trying to achieve..

user fills in a contact form on website which is then sent to the recipient via the website.

the website and mail are both hosted on the same server.

web being run by IIS

mail being run by Argosoft Mailserver Pro

Link to comment
https://www.neowin.net/forum/topic/222418-cdonts-help/#findComment-584627122
Share on other sites

Simplier... CDONTS is not supported in Windows Server 2003 and IIS 6 or Windows XP.

While CDONTS does work on Windows 2000 and IIS 5 , CDOSYS provides a greater feature set.

and will CDOSYS be able to connect to the 3rd party mail app ? bearing in mind that i am not using IIS for mail/smtp at all.

Link to comment
https://www.neowin.net/forum/topic/222418-cdonts-help/#findComment-584632650
Share on other sites

ok have tried to use this CDOSYS code with no sucess... anyone point me in the right direction ?

all i get no errors returned... but no email either.

when checking the mail server logs.. i can see no reference to any email trying to be sent.

&lt;%
Const cdoBasic = 1
Const cdoSendUsingPort = 2 

Dim iMsg
Dim iConf
Dim Flds

On Error Resume Next

set iMsg = CreateObject("CDO.Message")
set iConf = CreateObject("CDO.Configuration")

Set Flds = iConf.Fields

With Flds
	.Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = cdoBasic
	.Item("http://schemas.microsoft.com/cdo/configuration/sendusername") = "[email protected]"
	.Item("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "password"
	.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = cdoSendUsingPort
	.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "192.168.1.4"
	.Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 10
	.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
	.Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = False
	.Update
End With

Dim sMsg 
Dim sTo 
Dim sCC
Dim sFrom 
Dim sSubject 
Dim sTextBody 

sTo = "[email protected]"
sCC = ""
sFrom = Request.Form("email")
sSubject = Request.Form("subject")
sTextBody = Request.Form("enquiry")

objMail.Send

Set iMsg = Nothing
Set iConf = Nothing
Set Flds = Nothing

%&gt;

Link to comment
https://www.neowin.net/forum/topic/222418-cdonts-help/#findComment-584634589
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • DiskGenius 6.2.0.1829 - All Versions: Free, Lite & Portable by Razvan Serea DiskGenius is a full-featured partition manager, which is designed to optimize disk usage for Windows users. It will efficiently help you recover lost data, resize/split partition, backup files, edit hex data, check bad sectors, manage virtual disks, erase data, etc.. Create a system image backup for current Windows with simple clicks to keep the operating system under protection. DiskGenius key features: Partition Management - It can create format, resize, extend, backup, split, hide and clone partition, both MBR and GPT are supported. Disk and partition conversion - Convert dynamic disk to basic, convert virtual disk format and convert MBR to GPT, convert primary partition to logical. File recovery - It can recover files deleted or emptied form recycle bin, recover files from damaged partition or disk and recover files by file type and supports file preview and file filter. Partition recovery - It is the best partition recovery program in that it can recover files from damaged, corrupted and RAW partitions, search for lost partition and recover files from it, besides, it can fix partition table. RAID recovery - It can reconstruct Virtual RAID and recover files from it, and all RAID types are supported. Sector Editor - A Hex editor is embedded to help users edit raw hex data and recover data manually. Backup and Restore - It can backup and restore partition including system partition, hard disk and partition table. Bad Tracks - It can check and repair bad sectors for all storage devices; check hard disk S.M.A.R.T. information. Delete files permanently - It can delete files permanently so that they can't be recovered by any data recovery software. Virtual Disk - It supports virtual disks, including VMware, Virtual PC and Virtual Box. Create WinPE bootable disk and you can manage disk partition when system crashes or there is no operating system on your computer. Support FAT12/FAT16/FAt32/exFAT/NTFS/EXT2/EXT3/EXT4 file system format. DiskGenius 6.2.0.1829 changelog: Add the "Disk Speed Test" feature. Add the "Windows Boot Repair and Conversion" feature. Add the BMB21-2019 erase standard to the "Erase Sectors" feature. Add support for restoring an individual partition from a PMFX disk image file. Enhanced The "Verify Or Repair Bad Sectors/Blocks" feature displays disk read speed in the detection window during scanning. The "Quick Partition" dialog box allows users to quickly select the number of partitions by pressing the numeric keys 1, 2, 7, 8, or 9. The "Set Volume Name" dialog box supports selecting preset volume labels provided by the software. The "Copy Sectors" feature supports resuming copy tasks after modifying the number of skipped bad sectors. Add the "TRIM Optimization" option to the format dialog box. The "Clone Partition" and "Clone Disk" features perform TRIM optimization on target partitions or disks before cloning. Add support for Not Equal To search conditions (prefixed with "!") when searching hexadecimal data in the sector editor. Optimize the display of capacity values in the program interface to show two decimal places. Add a minimize button to dialogs that may require long processing time. Enhance support for the ReFS file system. Enhance support for newer HIF and MP4 formats when recovering files by type. Enhance support for the EXT4 file system. Enhance compatibility of the "File Recovery" feature with special data structures. Fixed Fixed the issue that the selected file system type automatically reverted to NTFS after changing it to exFAT or EXT4 in the "Quick Partition" dialog box. Fixed inaccurate Unicode string search results in the "Sector Editor" feature. Fixed the issue that exceptions might occur when adding multiple disks in the "Erase Sectors" feature. Fixed the issue that insufficient target disk space was incorrectly reported in some cases when cloning, backing up, or restoring disks. Fixed the issue that folder modification timestamps were not preserved when copying files from ReFS partitions. Fixed the issue that Excel-format reports generated by features such as file copying or bad sector checking could not be opened when the report contained more than one million rows. Fixed the issue that folders were not displayed in the exclude-folder dialog box when backing up partitions to image files. Fixed the issue that the "Erase Sectors" feature could not be executed in some cases. Download: DiskGenius 6.2.0.1829 | 63.9 MB (Freeware, paid upgrade available) Download: DiskGenius Portable 64-bit | 40.0 MB Download: DiskGenius Portable 32-bit | 36.0 MB Download: DiskGenius Lite 64-bit | 13.4 MB Download: DiskGenius Lite 32-bit | 11.6 MB View: DiskGenius Home Page | DiskGenius Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Really? Use a better search engine https://www.google.com/search?...ourceid=chrome&ie=UTF-8
    • Seems like Neowin has transitioned into being simps for the white house. I can't find a review for the last UFC games that came out.
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      +Edouard
      182
    3. 3
      PsYcHoKiLLa
      142
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      75
  • Tell a friend

    Love Neowin? Tell a friend!