The Network People Support Forums

Mail::Toaster => Installation Issues => Topic started by: slimline on March 08, 2004, 05:51:10 PM

Title: toaster_setup.pl -s qmail
Post by: slimline on March 08, 2004, 05:51:10 PM
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
Title: toaster_setup.pl -s qmail
Post by: matt on March 09, 2004, 07:00:50 AM
Try this:

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

Matt
Title: toaster_setup.pl -s qmail
Post by: Serge on March 09, 2004, 02:55:47 PM
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