FAILED: pyzor discover

I get this error when installing mail-in-a-box:


FAILED: pyzor discover

downloading servers from http://pyzor.sourceforge.net/cgi-bin/inform-servers-0-3-x
Traceback (most recent call last):
File “/usr/bin/pyzor”, line 8, in
pyzor.client.run()
File “/usr/lib/pymodules/python2.7/pyzor/client.py”, line 1022, in run
ExecCall().run()
File “/usr/lib/pymodules/python2.7/pyzor/client.py”, line 186, in run
download(config.get(‘client’, ‘DiscoverServersURL’), servers_fn)
File “/usr/lib/pymodules/python2.7/pyzor/client.py”, line 1031, in download
open(outfile, “wb”).write(urllib2.urlopen(url).read())
File “/usr/lib/python2.7/urllib2.py”, line 127, in urlopen
return _opener.open(url, data, timeout)
File “/usr/lib/python2.7/urllib2.py”, line 404, in open
response = self._open(req, data)
File “/usr/lib/python2.7/urllib2.py”, line 422, in _open
’_open’, req)
File “/usr/lib/python2.7/urllib2.py”, line 382, in _call_chain
result = func(*args)
File “/usr/lib/python2.7/urllib2.py”, line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File “/usr/lib/python2.7/urllib2.py”, line 1187, in do_open
r = h.getresponse(buffering=True)
File “/usr/lib/python2.7/httplib.py”, line 1051, in getresponse
response.begin()
File “/usr/lib/python2.7/httplib.py”, line 415, in begin
version, status, reason = self._read_status()
File “/usr/lib/python2.7/httplib.py”, line 371, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File “/usr/lib/python2.7/socket.py”, line 476, in readline
data = self._sock.recv(self._rbufsize)
socket.error: [Errno 104] Connection reset by peer

How to bypass/fix this?

Could this be the reason?
->https://twitter.com/sfnet_ops/status/621702261685686272
Yesterday my testrun of the installation of mail in a box went without any problems…

Getting the same issue when I tried a new install. If you visit pyzor.sourceforge.net right now it’s offline. Perhaps someone can advise if there’s an alternative source or way to skip this step in the install process?

Discussion moved to https://github.com/mail-in-a-box/mailinabox/issues/496.