Roundcube Community Forum

Release Support => Pending Issues => Topic started by: stuckinthemud on February 27, 2009, 04:41:50 AM

Title: Attachments not sent
Post by: stuckinthemud on February 27, 2009, 04:41:50 AM
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
Title: Attachments not sent
Post by: rosali on February 27, 2009, 06:17:27 AM
Use an absolute path for ...

$rcmail_config['temp_dir']

... and make sure IIS user has full access permissions on that folder.
Title: Attachments not sent
Post by: stuckinthemud on February 27, 2009, 07:54:13 AM
Many thanks, sorted.



Jim