Problem with rspamd installation/ reinstallation and "broken" apt-get

JohnyByk

Verified User
Joined
Mar 7, 2012
Messages
251
When im trying to install rspamd:


Code:
root@naruto:/Tools# /usr/local/directadmin/custombuild/build rspamd
Ign:1 http://ftp.task.gda.pl/debian stretch InRelease
Hit:2 http://ftp.task.gda.pl/debian stretch-updates InRelease
Hit:3 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Hit:4 http://ftp.task.gda.pl/debian stretch Release
Hit:5 https://deb.nodesource.com/node_10.x stretch InRelease
Hit:6 https://rspamd.com/apt-stable stretch InRelease
Hit:7 http://security.debian.org stretch/updates InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
rspamd is already the newest version (2.3-1~stretch).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
pfqueue : Depends: postfix but it is not going to be installed or
                    exim4-base
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Apt-get failed to install rspamd.

i think so apt --fix-broken install it's not good idea because
Code:
The following packages will be removed:
da-exim
The following NEW packages will be installed:
postfix postfix-sqlite ssl-cert
0 updated, 3 newly installed, 1 removed and 6 not updated.
You must download 1790 KB of archives.
After this operation, 4450 KB of additional disk space will be used.
Continue?
[Y/n]

I think so this can mess MTA. How to fix this problem?

Now i can do nothing with apt becauseof this error.
 
Last edited:
Issue is because of pfqueue dependencies. I uninstalled pfqueue and installed agian from sources, without apt/ dpkg, etc.

Regards
 
Back
Top