[Tutor] confusing smtp problem

nephish nephish at xit.net
Fri Jul 22 07:32:50 CEST 2005


sorry i am late on this one didnt get a chance to look at
it today, perhaps in the morning i will crack this open

thanks guys!



On Thu, 2005-07-21 at 15:17 +0000, nephish wrote:
> ok this is what i get when i use host = '10.10.10.04 25'
> resourse unavailable
>   line = self.sock.recv(size,socket.MSG_PEEK)
> 
> now if i use host = '10.10.10.04:25' it has all the appearences of
> having worked, but the email never gets to its destination.
> 
> hmmmmmmmm.
> 
> i tried it the first way because that is what let me connect and
> do the helo thing via telnet.
> 
> 
> On 07/21/2005 09:21:14 AM, Reed L. O'Brien wrote:
> > nephish wrote:
> > > Sorry about the delay getting back on this one guys,
> > > yeah, i am running a linux machine.
> > > no firewall between here and there (both behind a firewall router)
> > > yeah, sylpheed does send on port 25
> > > the windows machine has the Merek email server on board.
> > > i would like my scripts to be able to send to it,
> > > as a backup, but the debian linux MTA (Exim i think) is working.
> > > So it isn't too big a deal if it does not.
> > > telnet and helo does work, it lets me in from the command line
> > > from the linux machine (where my python scripts are) to the win
> > > machine (where the other mail server is)
> > >
> > > we dont need POP for this at all, we are sending only.
> > >
> > > incidentally, i appreciate you guys time and attention to this.
> > >
> > > all the best,
> > > shawn
> > >
> > >
> > 
> > Does it still give the same error????
> > 
> >  ib.py", line 347, in getreply
> >  raise SMTPServerDisconnected("Connection unexpectedly closed")
> >  SMTPServerDisconnected: Connection unexpectedly closed
> > 
> >  or is it different??
> > 
> >  ~reed
> > 
> > --
> > 4.6692916090
> > 'cmVlZG9icmllbkBnbWFpbC5jb20=\n'.decode('base64')
> > http://www.spreadfirefox.com/?q=affiliates&id=16474&t=1
> > keyID: 0x0FA09FCE
> > 
> > 
> > 
> > 
> 
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list