> Still trying to figure out the vhost plugin... er, it's more useful to call it "vlogin" just for clarity :)
> --- > 'data_dir' => > '/usr/www/sites/webmail/sqm/###VIRTUAL_DOMAIN###/data', > --- > Error opening ../data/default_pref > > Could not create initial preference file! > '/usr/www/sites/webmail/sqm/###VIRTUAL_DOMAIN###/data' > should be writable by user nobody > --- > > I have set the parent directory CHMOD 777. Still no > dice. The error message might be misleading. For starters (DO NOT LEAVE IT THIS WAY), don't just 777 the parent, get the contents too: chmod -R 777 /usr/www/sites/webmail/sqm/yourdomain/data (note the recursive flag) Does that help? If so, you'll want to look at the actual ownership of that directory and start setting the permissions to what they really should be: http://www.squirrelmail.org/wiki/en_US/DataPermission - paul ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
