t(host, port, self.timeout)
File "/usr/lib/python2.6/smtplib.py", line 273, in _get_socket
return socket.create_connection((port, host), timeout)
File "/usr/lib/python2.6/socket.py", line 514, in create_connection
raise error, msg
error: [Errno 111] Connection refused
Thanks for the reply!
I have opened the port (9025) and also I made sure that it is not used,
but I get the same error.
Any other ideas?
Emanuel Danci
From: Mark Sapiro
To: Danci Emanuel
Cc: "mailman-users@python.org"
Sent: Monday, June 11,
Hello everyone!
I am working on configuring MM 3.0 on my machine using these
instructions - http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/view/head:/src/mailman/docs/WebUIin5.rst
and when I run the bin/test command (line 34), when running the
'mailman.testing.layers.SMTPLayer tests' I