Hi, I installed roundcube yesterday from backports. It was a first time install, and I did reproduce this behavior.
Looking at /var/lib/roundcube/config/main.inc.php I found: // use this folder to store temp files (must be writeable for apache user) $rcmail_config['temp_dir'] = 'temp/'; Every time I tried to upload an attachment, a new file was created in /var/lib/roundcube/temp/ but it was always empty. After I tried setting 'temp_dir' to '/tmp/' the functionality was restored, but using /tmp/ does not look like a really good idea because it exposes the attachment to other users accessing /tmp/ Maybe it's a permissions issue? Regards, Ruben -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org