Re: [Zope] Traceback Lines for Send Mail Error

2005-07-26 Thread Dieter Maurer
Asad Habib wrote at 2005-7-25 15:19 -0400: > ... >socket.gethostname() is not >returning the full canonical name of the machine. "gethostname" is not required to return the FQDN (Fully Qualified Domain Name). This is not your problem. But "gethostbyname(gethostname())" should be able to resolve w

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-25 Thread Asad Habib
Thanks Dieter. You hit the nail on the head. socket.gethostname() is not returning the full canonical name of the machine. But how do I correct this? Any idea? - Asad On Mon, 25 Jul 2005, Dieter Maurer wrote: > Asad Habib wrote at 2005-7-25 09:24 -0400: > >Well, nothing has changed in the mail

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-25 Thread Dieter Maurer
Asad Habib wrote at 2005-7-25 09:24 -0400: >Well, nothing has changed in the mail server setup so I don't know why >this error is being thrown. I have been wrong. The message does not originate from your mail server. >Where can I access smtplib (I cannot locate >this Python library in my Zope hie

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-25 Thread Florent Guillaume
Please stay on the list. I meant a real tcp trace, like ethereal. On 25 Jul 2005, at 16:22, Asad Habib wrote: Hello. I used traceroute and it did not return any errors. - Asad On Mon, 25 Jul 2005, Florent Guillaume wrote: Asad Habib <[EMAIL PROTECTED]> wrote: Maurer, I am certain that

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-25 Thread Florent Guillaume
Asad Habib <[EMAIL PROTECTED]> wrote: > Maurer, I am certain that this is a Zope issue that has not been figured > out as yet. I was even able to connect to my SMTP server via the Terminal > application on a Mac. Do I have any other options? You should do a network trace to see what makes the SMT

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-25 Thread Asad Habib
Maurer, I am certain that this is a Zope issue that has not been figured out as yet. I was even able to connect to my SMTP server via the Terminal application on a Mac. Do I have any other options? - Asad ___ Zope maillist - Zope@zope.org http://mail.

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-25 Thread Asad Habib
Well, nothing has changed in the mail server setup so I don't know why this error is being thrown. Where can I access smtplib (I cannot locate this Python library in my Zope hierarchy)? Someone else also reported receiving this error as I discovered on Google but the issue was not resolved. Any hel

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-24 Thread Dieter Maurer
Asad Habib wrote at 2005-7-22 09:19 -0400: >If it helps, the last lines in the traceback are as follows: > >Module DocumentTemplate.DT_String, line 474, in __call__ >Module Products.MailHost.SendMailTag, line 116, in render >Module Products.MailHost.MailHost, line 125, in send >Module Products.Mail

[Zope] Traceback Lines for Send Mail Error

2005-07-22 Thread Asad Habib
If it helps, the last lines in the traceback are as follows: Module DocumentTemplate.DT_String, line 474, in __call__ Module Products.MailHost.SendMailTag, line 116, in render Module Products.MailHost.MailHost, line 125, in send Module Products.MailHost.MailHost, line 144, in _send Module smtplib,