Hi all, I’m new to MiB and wanted to give it a try. I created a new vps which i logged in to and entered:
curl -s https://mailinabox.email/bootstrap.sh | sudo bash
it gave me the error that curl was missing so i installed curl and entered
curl -s https://mailinabox.email/bootstrap.sh | sudo bash
again and the installation started but with many errors.
What am I missing? I’m following this guide:
https://mailinabox.email/guide.html
The guide did for example not mention that I had to install curl. So im wondering what else do i need to install before running:
curl -s https://mailinabox.email/bootstrap.sh | sudo bash
Some of the errors i get are these:
"FAILED: apt-get -y install python3 python3-dev python3-pip wget curl sudo coreutils bc haveged unattended-upgrades ntp fail2ban
Reading package lists…
Building dependency tree…
Reading state information…
Package haveged is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package python3-pip
E: Package ‘haveged’ has no installation candidate
E: Unable to locate package fail2ban
FAILED: apt-get -y install nsd ldnsutils openssh-client
Reading package lists…
Building dependency tree…
Reading state information…
Package ldnsutils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libldns-dev:i386 libldns-dev
E: Unable to locate package nsd
E: Package ‘ldnsutils’ has no installation candidate
Generating DNSSEC signing keys. This may take a few minutes…
setup/dns.sh: line 74: ldns-keygen: command not found
setup/dns.sh: line 80: ldns-keygen: command not found
setup/dns.sh: line 74: ldns-keygen: command not found
setup/dns.sh: line 80: ldns-keygen: command not found
already installed: ca-certificates (20130906ubuntu2)
installing postfix postfix-pcre postgrey …
FAILED: apt-get -y install postfix postfix-pcre postgrey ca-certificates
Reading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package postgrey
-----------------------------------------"
and it keeps going with errors :(.
Thanks in advance