I'd like to know how its possible if there isn't installed exim4 on my system, please look at my image:

Thanks for the answer!
phoenix_art wrote:there isn't installed exim4 on my system
aptitude search '?narrow(?installed, exim4)'
systemctl --all | grep exim
systemctl disable $unit # replace "$unit" with the name(s) of the unit file(s) returned by the first command
Head_on_a_Stick wrote:Install any one of these packages to satisfy the mail-transport-agent dependency (which is an accepted alternative to the default-mta dependency that pulls in exim4-daemon-light):
https://packages.debian.org/buster/mail-transport-agent
EDIT: or keep exim installed and just disable the relevant services:
- Code: Select all
systemctl --all | grep exim
systemctl disable $unit # replace "$unit" with the name(s) of the unit file(s) returned by the first command
phoenix_art wrote:Originally my problem is I would like to use psad without exim4 on my system but I can't reinstall psad with this option yet. Any suggestions?
Return to System configuration
Users browsing this forum: No registered users and 13 guests