That looks pretty simple but unfortunately in a fit of .. something .. I deleted the /etc/init.d/postfix file. When I apt-get install postfix it didn't put the file back.. I wonder where I could get the postfix & dovecot files for init.d (Debian 4)
edit: just tried dpkg --remove and --purge but it choked because it couldn't find the file I know is missing /etc/init.d/postfix lol.. So I
Quote:
touch /etc/init.d/postfix
dpkg --purge postfix
dpkg --remove postfix
Of course, it couldn't be removed cause it wasn't installed. OK.
Quote:
apt-get install postfix
brought me to the initial intallation so we will see how it turns out!!