|
From: | Michal Goralczyk |
Subject: | Re: cvs email notification problem |
Date: | Tue, 10 Feb 2004 16:16:02 +0100 |
User-agent: | Mozilla Thunderbird 0.5 (Windows/20040207) |
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. address@hidden -> address@hidden, 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
[Prev in Thread] | Current Thread | [Next in Thread] |