• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

read webmail attachment issue

In the default install we had a problem with attachments being attached as 0 bytes (or close to it). We have to change the PHP temporary files directory (PHP.ini) and assign permissions properly to get it resolved.
 
Originally posted by vinhwsu
What line have you changed to make it work?

You should open your PHP Ini and make sure the line which contains the Temporary files directory points to a directory which has permissions for the IIS User (IUSR) to write / read files. Our problem was that it was set to a path that did not exist on the server.

Matt
 
Back
Top