@CaptainCrunch
es ist wirklich gut beschrieben und hat mir ja auch alles geholfen, was da stand, nur die letzte Zeile lies sich nicht ausführen.
Warum? Ich weiss es leider nicht, deshalb die Anfrage. Hatte folgendes beim Forum des Proggers unter
http://blog.flcd.org/david/archives/000055.html
gepostet:
Your Manual is very good, i understand every thing an it work fine.
Only the last operation, when i try to start after your example:
"$ sudo /etc/init.d/mailgraph start"
i have this answer:
"-bash: mailgraph: command not found"
what is the problem?
Antwort:
That means the mailgraph init script wasn't found (that bash error is there to tell you file not found basically)..look in /etc/init.d for the actual daemon start script, or wherever your distribution happens to keep that stuff. Make sure you also chmoded it 755, and that you moved it to the right place (this is the mailgraph-init script).
If all else fails, you can rebuild your slocate database, and search for the script or do it the hundreds of others of ways.
erneute Frage:
p15112116:/etc/init.d # /etc/init.d/mailgraph start
: bad interpreter: No such file or directory
p15112116:/etc/init.d # mailgraph start
-bash: mailgraph: command not found
p15112116:/etc/init.d # ./mailgraph start
: bad interpreter: No such file or directory
p15112116:/etc/init.d #
and respect all your tips. Evry thing is correct and on the right place...
How i can rebuild the database, what i must do on wich place/directory?
Ansonsten mal die Frage was EXIM und IMHO eigentlich bedeutet...
weiß jetzt jemand einen Rat, wie ich den mailgraph.pl als daemon zum laufen bekomme bzw. einbinde/starte
danke
MichaS.