Roundcube Community Forum

 

Attachments not sent

Started by stuckinthemud, February 27, 2009, 04:41:50 AM

Previous topic - Next topic

stuckinthemud

I'm having problems sending attachments.

IIS6 (Windows Server 2003)
Roundcube 0.2 Stable

$rcmail_config['temp_dir'] is set to the default 'temp/'

When compiling the message, attachment actually gets saved in
c:\windows\temp
instead of the temp folder within the website structure (in my case this is \htdocs\mail\temp)

No attachment is sent and the error log reports
[27-Feb-2009 09:21:13] File not found: C:\WINDOWS\TEMP\rcm6B1.tmp ():
...but that was the correct filename of the uploaded attachment.

Anyone any ideas?




Jim

rosali

Use an absolute path for ...

$rcmail_config['temp_dir']

... and make sure IIS user has full access permissions on that folder.
Regards,
Rosali

stuckinthemud