User Tools

Site Tools


computing:exim4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
computing:exim4 [2020/01/15 04:04] oemb1905computing:exim4 [2021/04/02 18:49] oemb1905
Line 163: Line 163:
   domainlist local_domains =   domainlist local_domains =
  
 +On major system upgrades, exim4 often gets hosed.  Specifically, you need to fully remove and purge it, and then when you reinstall it, the command `dpkg-reconfigure exim4-config` has no ncurses output and just fails.  Here is what I found that works:
  
- --- //[[jonathan@haacksnetworking.com|oemb1905]] 2020/01/14 21:03//+  sudo mv /etc/exim4 /etc/exim4-old 
 +  sudo apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall exim4-config 
 +  sudo dpkg-reconfigure exim4-config 
 +   
 +Rebuilding again today lol. 
 + 
 + --- //[[jonathan@haacksnetworking.com|oemb1905]] 2021/04/02 12:47//
computing/exim4.txt · Last modified: 2022/08/20 06:11 by oemb1905