Hi,
wenn ich mich in den Webmailer einloggen will kommt immer folgende fehlermeldung
Code:
Error opening ../data/default_pref
Could not create initial preference file!
../data/ should be writable by user www-data
Please contact your system administrator and report this error.
Ich habe scho gesucht überall sehe ich nur was von rechteproblemen aber der user www-data hat zugriff drauf ich habe auch scho su www-data gemacht und ich kann lesen erstellen alles ... woran kanns noch liegen?
squirellmail Problem
Re: squirellmail Problem
Code: Select all
chown -R www-data dataPayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: squirellmail Problem
wie scho oben beschrieben das hab ich alles scho gemacht ... berechtigungen stimmen
-
captaincrunch
- Userprojekt

- Posts: 7066
- Joined: 2002-10-09 14:30
- Location: Dorsten
- Contact:
Re: squirellmail Problem
Und was bitteschön sagen "ls -ld DIRECTORY", bzw. "ls -l DIRECTORY"? Soll das hier mal wieder ein Ratespielchen werden?
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
Re: squirellmail Problem
ls -l
drwxrwxr-x 2 www-data www-data 4096 Apr 14 08:31 data
ls -ld
a15151087:/home/www/web0/html/webmail# ls -ld
drwxr-xr-x 16 1005 users 4096 Jan 22 04:41 .
a15151087:/home/www/web0/html/webmail#
drwxrwxr-x 2 www-data www-data 4096 Apr 14 08:31 data
ls -ld
a15151087:/home/www/web0/html/webmail# ls -ld
drwxr-xr-x 16 1005 users 4096 Jan 22 04:41 .
a15151087:/home/www/web0/html/webmail#
Re: squirellmail Problem
In welcher Gruppe sind Deine webX-User?
Code: Select all
chmod 770 data
chown -R www-data:www-data data
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: squirellmail Problem
webx ist in ftponly
Re: squirellmail Problem
Und warum gehört dann /home/www/web0/html/webmail der Gruppe users?
Ich fürchte, dass Du noch mehr Rechteprobleme hast...
Ich fürchte, dass Du noch mehr Rechteprobleme hast...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
