Re: [Cooker] postfix post-install bug

2003-01-02 Thread Guillaume Cottenceau
Alvin Austin <[EMAIL PROTECTED]> writes:

> 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.

Yes this was a bug in the glibc, fixed with glibc >= 2.2.5-22mdk.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




[Cooker] postfix post-install bug

2002-12-24 Thread Alvin Austin
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