incapaz de instalar qualquer coisa que dependa do spamassassin. Não consigo nem instalar spamassasin

2

Estou tentando instalar mailscanner usando apt-get install mailscanner e recebi o seguinte erro

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)

e quando tentei instalar spamassassin , recebi o seguinte erro:

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)

Estou usando o Ubuntu Server 10.04

    
por hsinxh 25.11.2011 / 08:25

1 resposta

2

O problema parece estar resolvido. Eu fiz apt-get install --purge spamassassin após parar o serviço.

    
por hsinxh 22.03.2012 / 17:27