while installing qmail I get this :oops:
Guru's any ideas please. ( I'm only learning )
./install
make: cannot open cert.
*** Error code 2
Stop in /usr/local/src/mail/netqmail-1.05/netqmail-1.05.
SysCmd: make cert
SysCmd: result: 256
Try this:
cd /usr/local/src/mail/netqmail-1.05/netqmail-1.05
gmake cert
Matt
Hi,
i had the same problem.
Reason: the /usr filesystem was full
I think that it's also possible to create the certificate manually like this:
openssl req -new -x509 -nodes -days 366 -out /var/qmail/control/servercert.pem - / keyout /var/qmail/control/servercert.pem
Serge