Re: [Repost] What permissions needed to use CDO ?

From: Massimo (barone_at_mclink.it)
Date: 09/19/03


Date: Fri, 19 Sep 2003 00:41:13 +0200


"Steve Kushubar" <skushubar@msn.com> ha scritto nel messaggio
news:uwcZcTifDHA.2352@TK2MSFTNGP12.phx.gbl...

> > Sorry for reposting, but I need urgent help on this topic.
> > I have an ASP page on a IIS 6 website, and I need to send e-mails using
> > CDO.
> > The website is running under a non-standard account (one different from
> > IUSR_SERVERNAME), and I keep getting an access denied when trying
> > to send messages. I need to know where should I look to give proper
> > permissions to that user.
> > The server is running Windows 2003 (standard edition), IIS 6 and
Exchange
> > 2003, configured as a front-end server.
>
> A little more information would be helpful. What command is causing
> the error? Can you post the code that is throwing the error?

We are using this code copied from a tutorial:

>Dim objMail
> set objMail = Server.CreateObject("CDO.Message")
> objMail.From = "you@yourhouse.com"
> objMail.Subject = "CDOSYS Mail Message"
> objMail.To = "them@theirhouse.com"
> objMail.TextBody = "Hello World"
> objMail.Send

On objMail.Send, an error 80070005 (access denied) occurs.

Massimo



Relevant Pages

  • Re: Windows permissions are ignored???
    ... proper configuration and network availability [including compatible ipsec ... folder/file in the security properties/advanced - effective permissions ... only Managers group should has full access to folder ... > structure.I cannot see objects security properties. ...
    (microsoft.public.win2000.security)
  • Re: Automatically Creating AD account and Exchange Account
    ... The permissions would be different as you would also have to have Exchange ... it's also hard to tell if you have the proper syntax as there is no ... > 'Instantiate an Active Directory Object ...
    (microsoft.public.windows.server.active_directory)
  • Re: [RFC] vfs: cleanup of permission()
    ... to get the 'required' information until there is a proper ... interface (at the vfs not inode level) to pass relevant ... Because you can't make a nameidata without a lookup, ... permissions checks in those cases anyway, so a NULL nameidata is OK. ...
    (Linux-Kernel)
  • Re: Help me choose software for security please!
    ... Would you please write in proper English, like in any other formal letter? ... > And if you install a file that bound with a virus, ... Since there's some scenarios where other permissions might allow write access as well (f.e. ... You know, it is security software that tries to implement a broken concept in a broken way, so actually reduces the security. ...
    (comp.security.firewalls)
  • Re: JNDI Help needed
    ... Reference ref = new Reference; ... The problem I have is that if this file is created by someone running the app as an administrator, and then someone who is not admin tries to run this application later, it fails because it cannot update this file- no permissions, and throws an error at the ic.rebind line. ... using the ACEs on that part of the file system. ... Normally on a proper system this would be in c:\windows\temp but if your administrators have mucked with the permissions that may or may not work properly. ...
    (comp.lang.java.programmer)

Quantcast