W wifi75 Well-Known Member Nov 11, 2019 71 4 48 47 Sep 2, 2020 #1 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.
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.
Stoiko Ivanov Proxmox Staff Member Staff member May 2, 2018 9,419 1,732 248 Sep 2, 2020 #2 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
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
W wifi75 Well-Known Member Nov 11, 2019 71 4 48 47 Sep 2, 2020 #4 @Stoiko Ivanov strange when I send command echo "Test mail from postfix" | mail -s "Test Postfix" test@test.com there is this error: -bash: mail: command not found Last edited: Sep 2, 2020
@Stoiko Ivanov strange when I send command echo "Test mail from postfix" | mail -s "Test Postfix" test@test.com there is this error: -bash: mail: command not found
tom Proxmox Staff Member Staff member Aug 29, 2006 15,938 1,224 273 Sep 2, 2020 #5 install the tool with: > apt-get install mailutils