kann nichts installieren, das von Spamassassin abhängt. Kann nicht einmal Spamassassin installieren

kann nichts installieren, das von Spamassassin abhängt. Kann nicht einmal Spamassassin installieren

Ich versuche die Installation mailscannermit apt-get install mailscannerund erhalte die folgende Fehlermeldung

Setting up spamassassin (3.3.1-1) ...
Starting SpamAssassin Mail Filter Daemon: child process [21344] exited or timed out without signaling production of a PID file: exit 255 at /usr/sbin/spamd line 2588.
invoke-rc.d: initscript spamassassin, action "start" failed.
dpkg: error processing spamassassin (--configure):
 subprocess installed post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of mailscanner:
 mailscanner depends on spamassassin (>= 3.1); however:
  Package spamassassin is not configured yet.
dpkg: error processing mailscanner (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 spamassassin
 mailscanner
E: Sub-process /usr/bin/dpkg returned an error code (1)

und als ich versuchte, die Installation durchzuführen, spamassassinerhielt ich die folgende Fehlermeldung:

Setting up spamassassin (3.3.1-1) ...
Starting SpamAssassin Mail Filter Daemon: child process [21389] exited or timed out without signaling production of a PID file: exit 255 at /usr/sbin/spamd line 2588.
invoke-rc.d: initscript spamassassin, action "start" failed.
dpkg: error processing spamassassin (--configure):
 subprocess installed post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of mailscanner:
 mailscanner depends on spamassassin (>= 3.1); however:
  Package spamassassin is not configured yet.
dpkg: error processing mailscanner (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 spamassassin
 mailscanner
E: Sub-process /usr/bin/dpkg returned an error code (1)

Ich verwende Ubuntu Server 10.04

Antwort1

Das Problem scheint gelöst zu sein. Das habe ich apt-get install --purge spamassassinnach dem Beenden des Dienstes getan.

verwandte Informationen