Hello All,

RedHat 7.3 works just fine (as 7.2 with no slight difference).

I would like to suggest to add the following:

1. In place:

>Prerequisites

> If you have installed a recent version of your Linux distribution, you
> shouldn't have any problems, especially if you did a "server" type of
> install rather than "Desktop". The main issues you might see are missing
> development libraries, or gdbm, stunnel, or openssl. If you are using an
> rpm based distro, an easy way to check for these is to issue these
> commands:
>
>    rpm -q gdbm
>    rpm -q gdbm-devel
>    rpm -q openssl
>    rpm -q openssl-devel
>    rpm -q stunnel


Also add check for 'expect' because Courier IMAP needs it to make it
possible to change passwords via Webmail.

2. All Copy/Paste works fine, with complete blocks except one step
here:

    cd /var/qmail/control
-->    rm clientcert.pem
    cp servercert.pem clientcert.pem
    chown qmaild.qmail clientcert.pem

I think it should be replaced by:
  rm -f clientcert.pem

Then it will work fine by copy/paste. Default 'root' shell profile
does not include '-f' option to rm, so it stops in this place.

3. I do not very understand why not to use standard Apache server
and compile new one from the source? I used standard in many of my
sections and skipped the section according to apache package
remove, get, compile and install.

--
Alex V. Koval
Halogen D.G.
http://www.halogen-dg.com

Reply via email to