In short: I am trying to install spamassassin but dpkg returns only with:
dpkg: error processing spamassassin (--configure):
subprocess installed post-installation script returned error exit status 1
I have tried to find more information about what is going wrong but I cannot find anywhere any useful logging.
In /var/crash a spamassassin crashreport is generated but this gives only old dpkg errors and:
Start-Date: 2014-02-17 19:18:13
Commandline: apt-get install spamassassin
AptOrdering:
spamassassin: Configure
amavisd-new-postfix: Configure
Followed by dmesg logging from startup. Amavis gives an error because dependency spamassassin is not configured.
I checked the log files:
apt history.log
apt term.log
dpkg.log
syslog.log
but no additional information.
I tried dpkg -D with all possible octals but I find nothing useful about what could go wrong.
Lots of questions and possible solutions have been written about dpkg errors and many I have tried, but with no additional information I do not have the feeling I am getting anywhere.
Surely there must be somewhere a possibility to read what is going wrong or to crank up some logging so it will be logged?