• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

SMTP: Overlapped I/O Operation

D

daimo

Guest
Just upgraded to v7.5.2 from v7 on a Win2003.

Cannot start the SMTP service in IIS manager. Comes up with the fault: Overlapped I/O Operation is in progress

The SMTP is using port 8025 and have checked this is listed under the system32/drivers/services file.

Any ideas?
 
I have the same problem. I want to enable this because I think cdonts won't work without IIS SMTP running.
 
Hi guys...Looks like smtp installation is corrupted. Try to reinstall one and then run the magic command:
regsvr32 c:\windows\system32\inetsrv\smtpsnap.dll


:)
 
I have ran this command and still SMTP does not start.

Anyone, has any idea why?

Help - need to get CDONT working again...!
 
YOu have to reinstall smtp service before... then apply this command.
 
Yes - we ended up re-installing SMTP service and also we had tp redo these steps: ( must say -- everytime we upgrade Plesk CP - we have to re-configure MS - SMTP service )


====
CDONTS
regsvr32 c:\windows\system32\cdonts.dll

Go to IIS

Right Click SMTP Service

Go to Properties

Click Security

Click Add

Click "objects"

Make sure groups is checked (it isn't by default)

Find IIS_WPG

Add.

Where microsoft says add IUSR_machinename this will add access for all IUSR_workprocesss for the isolated application pool.
=================
 
Back
Top