toaster_setup.pl -s qmail

Started by slimline, March 08, 2004, 05:51:10 PM

Previous topic - Next topic

slimline

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

matt

Try this:

 cd /usr/local/src/mail/netqmail-1.05/netqmail-1.05
 gmake cert

Matt

Serge

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