Just an update to my original post…
File size doesn't seem to matter. I took a tiny file (mail.jar) that is 362KB.
http works like a champ, https, quota exceeded.
I'm also looking for something in the logs.
As soon as I try to upload a file via https and then do a find command for what has changed in the last minute, it seems to only update the database as near as I can tell. I assume alfresco root is the right place to look for log updates.
[root@somewhere alfresco-4.0.b]# clear;find . -mmin -1 > /tmp/foo
[root@somewhere alfresco-4.0.b]# for i in `cat /tmp/foo`; do grep mail.jar $i;done
Binary file ./alf_data/postgresql/base/16385/16629 matches
Binary file ./alf_data/postgresql/base/16385/17224 matches
Binary file ./alf_data/postgresql/base/16385/16654 matches
Binary file ./alf_data/postgresql/base/16385/16704 matches
Binary file ./alf_data/postgresql/base/16385/17198 matches
Binary file ./alf_data/postgresql/pg_xlog/000000010000000000000054 matches
I was hoping there might be something in logs somewhere. Can anyone suggest if there is a debug variable that I can turn on and where to do it?