Author Topic: Attachments not sent  (Read 2432 times)

Offline stuckinthemud

  • Jr. Member
  • **
  • Posts: 22
Attachments not sent
« 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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Attachments not sent
« Reply #1 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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline stuckinthemud

  • Jr. Member
  • **
  • Posts: 22
Attachments not sent
« Reply #2 on: February 27, 2009, 07:54:13 AM »
Many thanks, sorted.



Jim