Hi Norman
Thanks for your reply. Got a windows 2003 server. the drop folder on
this server comes to c:\Inetpub\mailroot\Drop. have put that in the
watchDir
That error is resolved..
domain.com and
mail.domain.com are poiting to
the same IP and on this IP jabber sever is hosted.
now getting the following:
C:\PyMailt>mail.py
Invalid debugflag given: always
Invalid debugflag given: nodebuilder
DEBUG:
DEBUG: Debug created for C:\PyMailt\xmpp\client.py
DEBUG: flags defined: always,nodebuilder
DEBUG: socket start Plugging <xmpp.transports.TCPsocket instance
at 0x00C2
F6C0> into <xmpp.client.Component instance at 0x00C2F288>
DEBUG: socket start Successfully connected to remote host
('
domain.com',
'5347')
DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher
instance at 0x00C
2F698> into <xmpp.client.Component instance at 0x00C2F288>
DEBUG: dispatcher info Registering namespace "unknown"
DEBUG: dispatcher info Registering protocol "unknown" as
xmpp.protocol.Protoc
ol(unknown)
DEBUG: dispatcher info Registering protocol "default" as
xmpp.protocol.Protoc
ol(unknown)
DEBUG: dispatcher info Registering namespace "http://
etherx.jabber.org/stream
s"
DEBUG: dispatcher info Registering protocol "unknown" as
xmpp.protocol.Protoc
ol(
http://etherx.jabber.org/streams)
DEBUG: dispatcher info Registering protocol "default" as
xmpp.protocol.Protoc
ol(
http://etherx.jabber.org/streams)
DEBUG: dispatcher info Registering namespace
"jabber:component:accept"
DEBUG: dispatcher info Registering protocol "unknown" as
xmpp.protocol.Protoc
ol(jabber:component:accept)
DEBUG: dispatcher info Registering protocol "default" as
xmpp.protocol.Protoc
ol(jabber:component:accept)
DEBUG: dispatcher info Registering protocol "iq" as
xmpp.protocol.Iq(jabber:c
omponent:accept)
DEBUG: dispatcher info Registering protocol "presence" as
xmpp.protocol.Prese
nce(jabber:component:accept)
DEBUG: dispatcher info Registering protocol "message" as
xmpp.protocol.Messag
e(jabber:component:accept)
DEBUG: dispatcher info Registering handler <bound method
Dispatcher.streamErr
orHandler of <xmpp.dispatcher.Dispatcher instance at 0x00C2F698>> for
"error" ty
pe-> ns->(
http://etherx.jabber.org/streams)
DEBUG: dispatcher warn Registering protocol "error" as
xmpp.protocol.Protocol
(
http://etherx.jabber.org/streams)
DEBUG: socket sent <?xml version='1.0'?>
<stream:stream xmlns="jabber:component:accept" to="
mail.domain.com"
version="1.0"
xmlns:stream="
http://etherx.jabber.org/streams" >
DEBUG: socket got <host-unknown/>
Traceback (most recent call last):
File "C:\PyMailt\mail.py", line 242, in ?
if not transport.xmpp_connect():
File "C:\PyMailt\mail.py", line 174, in xmpp_connect
connected = self.jabber.connect((config.mainServer,config.port))
File "C:\PyMailt\xmpp\client.py", line 280, in connect
CommonClient.connect(self,server=server,proxy=proxy)
File "C:\PyMailt\xmpp\client.py", line 184, in connect
if not self.Process(1): return
File "C:\PyMailt\xmpp\dispatcher.py", line 122, in Process
self.Stream.Parse(data)
File "C:\PyMailt\xmpp\simplexml.py", line 343, in starttag
self.stream_header_received(ns, name, attrs)
File "C:\PyMailt\xmpp\dispatcher.py", line 104, in
_check_stream_start
raise ValueError('Incorrect stream start: (%s,%s). Terminating.'%
(tag,ns))
ValueError: Incorrect stream start: (host-unknown,). Terminating.
C:\PyMailt>
Kinldy let me know
Thanks
Vishal