Wie richte ich Email-server unter Arktur 5.1 ein? Bin verzweifelt, weil Projektarbeit

Unter welchem User-Kontext läuft Dein apache? Das sollte in der apache.conf unter "User" stehen.

Dann wäre die Listing-Ausgabe vom Web-Verzeichnis hilfreich:
Code:
ls -ld /PATH/TO/HTML/FILES

Den Pfad bitte entsprechend anpassen.
 
oh man ich glaub ich bin am , habe völligen blackout.....

kannst du das bitte nochmal erklären, wo die apache.conf genau liegt und was ich mit dem anderen komando mache...

gruss
 
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Organization Preferences
1. Organization Name : schule
2. Organization Logo : ../images/sm_logo.png
3. Org. Logo Width/Height : (308/111)
4. Organization Title : SquirrelMail $version
5. Signout Page :
6. Top Frame : _top
7. Provider link : http://www.squirrelmail.org/
8. Provider name : SquirrelMail

R Return to Main Menu
C Turn color on
S Save data
Q Quit

Command >>
 
ich versteh einfach nicht, ich möchte doch erstmal nur emails lokal verschicken und empfangen, das heißt ja trotzdem, dass ich mich anmelden muss an der maske,
wieso bekomme ich dann den verbindungsfehler...?
 
Weil Dein Webserver wahrscheinlich keine Leseberechtigungen im Verzeichnis hat.

Die Ausgabe von dem oben genannten Befehl in der Kommandozeile würde helfen, da man daran grob sehen kann wer welche Rechte hat.

in der Kommandozeile kannst Du über
Code:
find / -name apache.conf -type f
die Datei suchen und dann über
Code:
grep -i user $ERGEBNIS
nach dem Apache-User filtern.
 
-rw-r--r-- 1 root root 69 2006-02-25 12:26 apache.conf


und


SquirrelMail configtest

This script will try to check some aspects of your SquirrelMail configuration and point you to errors whereever it can find them. You need to go run conf.pl in the config/ directory first before you run this script.

SquirrelMail version: 1.4.17
Config file version: 1.4.0
Config file last modified: 07 August 2009 14:40:37
Checking PHP configuration...
PHP version 5.2.10 OK.
display_errors:
error_reporting: 6143
variables_order OK: GPCS.
PHP extensions OK. Dynamic loading is enabled.

ERROR: You have configured PHP not to allow short tags (short_open_tag=off). This shouldn't be a problem with SquirrelMail or any plugin coded coded according to the SquirrelMail Coding Guidelines, but if you experience problems with PHP code being displayed in some of the pages and changing setting to "on" solves the problem, please file a bug report against the failing plugin. The correct contact information is most likely to be found in the plugin documentation.
Checking paths...
Data dir OK.
Attachment dir OK.
Plugins OK.
Themes OK.
Default language OK.
Base URL detected as: http://arktur.schule.local/squirrel/src (location base autodetected)
Checking outgoing mail service....
sendmail OK
Checking IMAP service....

ERROR: Error connecting to IMAP server "Arktur.schule.local:143".Server error: (111) Connection refused
 
Zuletzt bearbeitet:

Neue Beiträge

Zurück