mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
13.92k stars 1.43k forks source link

Mail In a Box Install Failure - Nextcloud Contacts #2300

Open PKCubed opened 1 year ago

PKCubed commented 1 year ago

Installing mail in a box on a fresh Ubuntu 22.04.3 virtual machine.

I get this error message after the line "Upgrading to Nextcloud version 25.0.7":


Installing system packages...
Initializing system random number generator...
Firewall is active and enabled on system startup
Synchronizing state of fail2ban.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable fail2ban
Installing nsd (DNS server)...
Installing Postfix (SMTP server)...
Installing Dovecot (IMAP server)...
Installing OpenDKIM/OpenDMARC...
Installing SpamAssassin...
Installing Nginx (web server)...
Installing Roundcube (webmail)...
wal
Installing Nextcloud (contacts/calendar)...
Upgrading Nextcloud --- backing up existing installation, configuration, and database to directory to /home/user-data/owncloud-backup/2023-08-28-12:12:16...

Upgrading to Nextcloud version 25.0.7

FAILED: wget -O /tmp/contacts.tgz https://github.com/nextcloud-releases/contacts/archive/refs/tags/v5.3.0.tar.gz
-----------------------------------------
--2023-08-28 12:13:09--  https://github.com/nextcloud-releases/contacts/archive/refs/tags/v5.3.0.tar.gz
Resolving github.com (github.com)... 192.30.255.112
Connecting to github.com (github.com)|192.30.255.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/nextcloud-releases/contacts/tar.gz/refs/tags/v5.3.0 [following]
--2023-08-28 12:13:09--  https://codeload.github.com/nextcloud-releases/contacts/tar.gz/refs/tags/v5.3.0
Resolving codeload.github.com (codeload.github.com)... 192.30.255.120
Connecting to codeload.github.com (codeload.github.com)|192.30.255.120|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-08-28 12:13:09 ERROR 403: Forbidden.```
Thesinofthetin commented 1 year ago

Same here. It seems something has changed with the nextcloud installer...

PKCubed commented 1 year ago

I need to install mail-in-a-box. Is there any way I can do that any time soon?

Thesinofthetin commented 1 year ago

I just ran the install script again and it seems to work. Best of luck!

PKCubed commented 1 year ago

Oh, awesome! Thank you!