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

    • Anthropic pulls Fable 5 and Mythos 5 after US export control order by Pradeep Viswanathan In April this year, Anthropic launched the Claude Mythos Preview frontier model with state-of-the-art cyber and coding capabilities for a select set of companies around the world. After preparing appropriate guardrails, early this week, Anthropic launched Claude Fable 5 and Mythos 5, its most capable AI models. Claude Fable 5 is for general users and comes with strict safeguards, while Mythos 5 is designed with fewer safeguards for cybersecurity and biology use cases. Today, Anthropic abruptly suspended access to its Fable 5 and Mythos 5 AI models for all customers after receiving an export control directive from the US government. The company received the directive from the government today at 5:21 p.m. ET, and the received letter did not provide any details regarding the national security concern. Anthropic understands that the government became aware of a method to bypass, or “jailbreak,” Fable 5, which might be the reason behind the directive. The order was issued under national security authorities and requires the company to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether they are inside or outside the United States. The restriction also applies to foreign national employees working at Anthropic. As a result, the company has disabled both models for all customers to ensure compliance. Access to previous Anthropic models like Opus and Sonnet is not affected by this government order. The company highlighted that it had developed strong safeguards to reduce the possibility that Fable is misused for tasks related to cybersecurity. In fact, many developers are complaining that the safeguards are going overboard. Additionally, the company worked with the US government, the UK AISI, multiple private third-party organizations, and internal teams to red-team Fable’s safeguards for thousands of hours. Finally, Anthropic noted that no testers have yet been able to find a universal jailbreak on Fable 5. As expected, Anthropic disagrees that a narrow potential jailbreak should lead to the recall of a commercial model used by hundreds of millions of people. It warned that applying this standard across the AI industry could effectively halt new frontier model deployments. Anthropic concluded by mentioning that it is working to restore access to Fable 5 and Mythos 5 as soon as possible and plans to share more details within the next 24 hours.
    • Brave Browser 1.91.172 is out.
    • Any Video Converter Free 9.2.3 by Razvan Serea Any Video Converter is an All-in-One video converting tool with an easy-to-use graphical interface, fast converting speed and excellent video quality. Any Video Converter supports all popular video formats and converts your videos to different video formats including MP4, MOV, MKV, M2TS, M4V, MPEG, AVI, WMV, ASF, OGV, WEBM, and more. It supports converting videos to customized percent (50%, 100%, 200%, and more) or resolution (480p, 720p, 1080p, 4K, and more); It supports encoding videos into x264, x265, h263p, xvid, mpeg, wmv, and more. Any Video Converter Free key features: Compatible with Windows 11/10/8.1/8/7 (32-64bit) User interface are available in 14 languages Convert all kinds of video formats including high-definition videos Extract audio from any videos and save as MP3/WMA for your mp3 player Take snapshot from any videos and build your own picture collection Support high-definition for both input and output Batch add videos from hard drive and batch convert Customize output parameters completely as you like Manage your output videos files by group or output profile Merge several video files into a single and long one Clip a video into segments Free Audio Filter: Adjust audio volume and add audio effects Crop frame size to remove black bars and retain what you want only Adjust the brightness, contrast, saturation Rotate or flip or add noise/sharpen effects Produce output video with subtitles of your own dialogue and much, much more... Any Video Converter Free 9.2.3 changelog: Fixed video download engine auto-update failures. Added custom speed control support in the speed change tool. Added support for downloading YouTube AI-generated subtitles. Added support for preserving original audio stream in the format convert tool (e.g., Dolby Atmos, DTS:X). Fixed other bugs and improved overall performance. Download: Any Video Converter Free 9.2.3 | 7.6 MB (Freeware) View: Any Video Converter Free Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Not sure what country you’re in but in many countries you can absolutely jail the sellers behind businesses… in fact I’d say in most countries you can do that
    • I guess we are done since you refuse to read my comment you replied to or my other comment in another thread you were also a part of here.
  • Recent Achievements

    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
    • One Month Later
      Markus94287 earned a badge
      One Month Later
    • Week One Done
      Markus94287 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      155
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!