• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

cdonts problem

J

Jerry80

Guest
Hi,
i need to use a formmail using cdonts so i installed and registred the dll.

The problem is that i get a 'permission error'
Probably i've to modify something into mailroot directory....but how exactly? Anybody had same problems?
 
Originally posted by Jerry80
Hi,
i need to use a formmail using cdonts so i installed and registred the dll.

The problem is that i get a 'permission error'
Probably i've to modify something into mailroot directory....but how exactly? Anybody had same problems?

i have exactly same problem..

if you change permissions on C:\Inetpub\mailroot\........add user everybody and give read & write permission.........your script seems to work.

but mail stays in dir C:\Inetpub\mailroot\Pickup folder :(
 
Win2003 Editions don't work anymore with CDONTS
Now you should use CDSYS
 
But i read that you can install the cdonts dll .... :-/
 
you may also want to use blat.. works good at least with formmail.pl
 
Originally posted by AbsolutelyFreeW
do you have a hhowto for cdosys to?
this works for me:

PHP:
Set iConf = CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "localhost"
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
Flds("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
Flds.Update
Set myMail = CreateObject("CDO.Message")
myMail.Configuration = iConf
myMail.From = 
myMail.To = 
enz
default server configuration is using pickup folder, does anybody know how to change this? (because my pickup folder doesn't work)
 
Back
Top