1

Topic: SOGo Subscription

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.6
- Linux/BSD distribution name and version: Ubuntu Xenial
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL (MariaDB)
- Web server (Apache or Nginx):  Nginx
- Manage mail accounts with iRedAdmin-Pro?  No
- Related log if you're reporting an issue: N/A
====

Probably should be punted over to SOGo support but what the heck.

Just tried to do an apt update and had issues connecting to the SOGo repo:

root@mx:~# apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]                                                 
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                                                           
Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease                                                                 
Err:5 http://packages.inverse.ca/SOGo/nightly/3/ubuntu xenial InRelease                                                                                                                       
  Cannot initiate the connection to packages.inverse.ca:80 (2607:5300:60:37b8::2:1). - connect (101: Network is unreachable) [IP: 2607:5300:60:37b8::2:1 80]
Fetched 204 kB in 2min 0s (1,700 B/s)                 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
50 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Failed to fetch http://packages.inverse.ca/SOGo/nightly … /InRelease  Cannot initiate the connection to packages.inverse.ca:80 (2607:5300:60:37b8::2:1). - connect (101: Network is unreachable) [IP: 2607:5300:60:37b8::2:1 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@mx:~#

So(go) for funsies, I tried to see if I could access http://packages.inverse.ca/SOGo/nightly … /InRelease on my local machine, and sure enough, I could.

But when I do a 'curl http://packages.inverse.ca/SOGo/nightly/3/ubuntu/dists/xenial/InRelease' on the iRedMail server, it just sits there.

I poked around on SOGo support (https://sogo.nu/nc/support/faq/article/ … ntu-2.html) and found this:

"In order to access the production builds, you need a proper support contract from Inverse. Continue with the configuration once you received your username and password."

So I'm wondering if maybe I started a 'trial' when I initially installed iRedMail with SOGo?  And now they've blocked my IP from getting updates from their repo?  (/etc/apt/sources.list line:  deb http://packages.inverse.ca/SOGo/nightly/3/ubuntu xenial xenial)

I've successfully updated SOGo via apt before, that's why I'm a bit surprised that I'm not able to do it now.

Actually.. is that IPv6?!  2607:5300:60:37b8::2:1  is this an IPv6 address?  If that's the case, that's really odd!  I know (fairly confident) that the switches my server is in do not support IPv6.

Anyway, I know this isn't explicitly an iRedMail issue, but yall are so great I figured I'd check over here.

Thanks!

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: SOGo Subscription

root@mx:~# host packages.inverse.ca
packages.inverse.ca is an alias for web.inverse.ca.
web.inverse.ca has address 192.95.20.194
web.inverse.ca has IPv6 address 2607:5300:60:37b8::2:1

..and that is the IPv6 address mentioned in the apt update error

root@mx:~# apt-get -o Acquire::ForceIPv4=true update
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]                                                                               
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                                                                               
Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease                                                                   
Err:5 http://packages.inverse.ca/SOGo/nightly/3/ubuntu xenial InRelease                                                                                                                       
  Could not connect to packages.inverse.ca:80 (192.95.20.194), connection timed out
Fetched 204 kB in 2min 0s (1,701 B/s)                 
Reading package lists... Done
W: Failed to fetch http://packages.inverse.ca/SOGo/nightly … /InRelease  Could not connect to packages.inverse.ca:80 (192.95.20.194), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@mx:~#

So, for whatever reason, even when I force it to use IPv4, I still can't connect sad

3

Re: SOGo Subscription

Also appears that I'm unable to browse to http://packages.inverse.ca/SOGo/nightly … /InRelease from another host on my subnet.