for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM):
socket.gaierror: (-2, 'Name or service not known')

It seems like your host can not resovle host name from mail address.
First try to replace host name in mail address with host address, eg. [EMAIL PROTECTED] -> [EMAIL PROTECTED], where 10.0.0.1 is your destination host address.
If this helps, you are sure that this is the problem. Modify your DNS entries or /etc/hosts file.


--
Michal Goralczyk


_______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to