Page 1 of 1
UAL_SINGLE_TEMP_DIR changed but no effect
Posted: Mon Jun 12, 2006 11:09 am
by mabadjiev
I've added an entry in /var/opt/scalix/sys/general.cfg like this:
UAL_SINGLE_TEMP_DIR=/mail_user_temp
completely restarted Scalix 'service scalix restart'
But now I don't see any files in that directory at all. Looks like it's not working.
Any suggestions?
Posted: Mon Jun 12, 2006 12:40 pm
by ScalixSupport
Hi,
why would you do that?
Cheers,
Sascha.
Posted: Mon Jun 12, 2006 5:34 pm
by jim mullady
From the admin guide;
The directory you specify must have:
permissions 771
an owner of Scalix
a group of office
a path length of 225 characters or less
For example, to create a directory called usr_tmp, enter the following
commands:
mkdir /var/opt/scalix/usr_tmp
chown Scalix /var/opt/scalix/usr_tmp
chgrp office /var/opt/scalix/usr_tmp
chmod 771 /var/opt/scalix/usr_tmp
Are these all correct on the /mail_user_temp directory
Posted: Mon Jun 12, 2006 9:27 pm
by mabadjiev
Our Scalix Server is experiencing very heavy load top shows average 12.0-15.0 and we hit 70.0 today. 'iostat' show iowait 70-90 % the mchine has bunch of mails that didnot go tru and nothing in the log files. We found that the CERC SATA 1.5/6 ch from Dell is the bottle neck and currently rebuilding the server - that's why I was looking arround to find anything that can help.
And yes, everything is done by the manual but still no files are located in that directory.
I will keep my fingers crossed and hopefuly after the migration everything works fine.