Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Exim4 problem cant install mailserver

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
taised
Posts: 1
Joined: 2019-03-13 20:56

Re: Exim4 problem cant install mailserver

#16 Post by taised »

Zill wrote:zoxovsky: It could just be that your chosen mirror was down when you ran the install command. I suggest you post the output of the following two commands:

Code: Select all

sudo apt-get update
sudo apt-get -s upgrade
Note that the "-s" in the last command is a simulation just to show what can be upgraded. Unless you have a reason not to upgrade one or more packages then it is generally best to keep a Debian stable system fully upgraded.

If the above shows the "four zeros", indicating that your system is up to date, then I suggest you post the output of the following two commands:

Code: Select all

sudo apt-get install exim4
apt-cache policy exim4
Sorry to bother but i have exact same problem, but not able to solve it:

Code: Select all

# sudo apt-get -s upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Code: Select all

# sudo apt-get install exim4
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package exim4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'exim4' has no installation candidate
My version table is empty

Code: Select all

~# apt-cache policy exim4
exim4:
  Installed: (none)
  Candidate: (none)
  Version table:
i've tried to edit the sources.list file adding some of those found here and elsewhere but no success. Any other idea? Thanks in advance for help

Edit: i'm using Debian 8

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Exim4 problem cant install mailserver

#17 Post by Head_on_a_Stick »

taised wrote:i've tried to edit the sources.list file adding some of those found here and elsewhere
That sounds ominous...

Please post the output of

Code: Select all

apt policy
grep -v '^#\|^$' /etc/apt/sources.list{,.d/*}
deadbang

Post Reply