Postfix reinstallation

wifi75

Well-Known Member
Nov 11, 2019
71
4
48
47
Hello on proxmox 6.2 how I can remove and reinstall postfix, I accidentally deleted the .db files, the service no longer works for me even after restarting.
 
try the following:
Code:
dpkg-reconfigure postfix

if this does not work you can completly wipe it and reinstall it with:
Code:
apt purge postfix
apt install postfix
 
install the tool with:

> apt-get install mailutils