I'm running Zope 2.3.2 (binary release, python 1.5.2, win32-x86) behind IIS on a WindowsNT box. Does anyone have any experience setting up MailHosts on NT? I keep getting the following error when trying to send email: Zope Error Zope has encountered an error while publishing this resource. Error Type: SMTPHeloError Error Value: (501, 'Invalid Address') It looks as though there's some sort of authentication issue between Zope and my SMTP server, which is odd considering they're on the same box. Even when I configure the SMTP server to allow all relaying, Zope can't get through. Any suggestions will be greatly appreciated. Aaron
Hi Aaron, may be your zope does not know his own hostname? Try to set something reasonable in DNS and/or hosts file. You may also test your mailhost by hand (see rfc822 on http://www.faqs.org/ ) HTH Tino Wildenhain --On Mittwoch, 9. Mai 2001 16:59 -0500 abg@comco-inc.com wrote:
I'm running Zope 2.3.2 (binary release, python 1.5.2, win32-x86) behind IIS on a WindowsNT box.
Does anyone have any experience setting up MailHosts on NT? I keep getting the following error when trying to send email:
Zope Error Zope has encountered an error while publishing this resource. Error Type: SMTPHeloError Error Value: (501, 'Invalid Address')
It looks as though there's some sort of authentication issue between Zope and my SMTP server, which is odd considering they're on the same box. Even when I configure the SMTP server to allow all relaying, Zope can't get through.
Any suggestions will be greatly appreciated.
Aaron
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Just guessing here, but it sounds like one of the following - a) you may have an inadvertent "localhost" in your configuration b) your mail configuration may be seeing host.domain.com instead of domain.com or vice-versa c) your host may have 2 different IP addresses (one internal non-routable 192.168.a.b , 10.0.c.d and one externally visible) this may be causing DNS errors. AFAIK, the error msg is saying that the SMTP server doesn't recognize the hostname you are using to address the host on which the SMTP server resides (or something closely equivalent). Nitin Borwankar President and CEO, Borwankar Research Inc. ntin@borwankar.com 510-653-8394 At 02:59 PM 5/9/01, abg@comco-inc.com wrote:
I'm running Zope 2.3.2 (binary release, python 1.5.2, win32-x86) behind IIS on a WindowsNT box.
Does anyone have any experience setting up MailHosts on NT? I keep getting the following error when trying to send email:
Zope Error Zope has encountered an error while publishing this resource. Error Type: SMTPHeloError Error Value: (501, 'Invalid Address')
It looks as though there's some sort of authentication issue between Zope and my SMTP server, which is odd considering they're on the same box. Even when I configure the SMTP server to allow all relaying, Zope can't get through.
Any suggestions will be greatly appreciated.
Aaron
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
abg@comco-inc.com -
Nitin Borwankar -
Tino Wildenhain