Hello Cookers, Here's a bug I noticed in a couple of recent 9.0 installations, so this might also be a problem in the current cooker (perhaps someone can check and report).
In a full reformat and expert install, with the package postfix-1.1.11-4mdk installed, the post-install script does not set up the symbolic links to the sendmail binary for (at least) the 'newaliases' and 'mailq' commands. Easy fix afterwards on a running system is: cd /usr/bin ln -s ../../usr/sbin/sendmail.postfix /etc/alternatives/mta-newaliases ln -s ../../usr/sbin/sendmail.postfix /etc/alternatives/mta-mailq Then run the newaliases command. Merry Christmas to all, Alvin
