Hi there,
Qpopper 4.0.3 is installed along with Postfix on a Mandrake 8.1
distribution. I am very pleased with it because it works without a problem !
Now I want to make an upgrade to 4.0.4. As I'm not familiar with these
things and don't want to get stuck I'd like to ask you to confirm the
following procedure:
download Qpopper4.0.4 and put it in /root
tar -xzvf qpopper4.0.4.tar.gz
cd /root/qpopper4.0.4
./configure --prefix /usr/ --mandir /usr/share/man/
(I used these with 4.0.3)
make
/etc/rc.d/init.d/xinetd stop
make install
/etc/rc.d/init.d/xinetd start
rm -rf qp*
Is that all? Or should I restart something else?
I think this will upgrade without users ever knowing it. Correct?
Paul