Quote:
|
Originally Posted by pjaric
The problem I am having is that it is not reading any user_prefs file, nor any local.cf file.
|
I see the post is quite old, but it helped me a lot today.
As a remark: the actual user_prefs file is called user_prefs and not .user_prefs (no dot)
So the command is
Code:
ln -s ../.user_prefs user_prefs
(works only for users which are not domain administrators anyway)
for them you have to point the link somewhere else
Code:
ln -s ../user/<username>/.user_prefs user_prefs
Currently I have not yet hacked the ispconfig scripts to do that. I leave that as an exercise ;-)
Recent comments
1 day 17 hours ago
2 days 1 hour ago
2 days 4 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 9 hours ago
2 days 10 hours ago
2 days 11 hours ago
3 days 3 hours ago
3 days 4 hours ago