MailHost problems.
Folks: Error message when trying to send e-mail from a Zope-generated web-form. I did RTFM at http://www.zope.org/Documentation/HowTo/MailForm and I still get the following error message: <!-- Error type: Error value: (111, 'Connection refused') --> <HR> <P>Copyright 1999 Siemens I & CN. Maintained by <A HREF="mailto:jose.lacal@icn.siemens.com">Jose C. Lacal</A>. <A HREF="http://www.linux.org"> <IMG SRC="images/logosml2" ALIGN="TOP"></A></P> </BODY></HTML> <!-- Traceback (innermost last): File lib/python/ZPublisher/Publish.py, line 877, in ublish_module File lib/python/ZPublisher/Publish.py, line 590, inpublish (Info: /lxs/feedback)> File lib/python/OFS/DTMLMethod.py, line 155, in __call__ (Object: feedback) File lib/python/OFS/DTMLMethod.py, line 151, in __call__ (Object: feedback) File lib/python/DocumentTemplate/DT_String.py, line 513, in __call__ (Object: feedback) File lib/python/Products/MailHost/SendMailTag.py, line 173, in render (Object: LxS_mailer) File /usr/zope1102/Zope/lib/python/Products/MailHost/MailHost.py, line 214, in send (Object: CopySource) File /usr/zope1102/Zope/lib/python/Products/MailHost/MailHost.py, line 264, in __init__ error: (see above) --> Platform: Red Hat 5.1 Zope 1.10.2 Both sendmail and DNS are properly installed since I was able to send e-mail using "sendmail -v jose.lacal@icn.siemens.com < letter" I'm no Zope expert, so any suggestions appreciated. Regards.
On 1 Mar 99, at 15:39, Jose.Lacal@icn.siemens.com wrote:
Error message when trying to send e-mail from a Zope-generated web-form. I did RTFM at http://www.zope.org/Documentation/HowTo/MailForm and I still get the following error message:
<!-- Error type: Error value: (111, 'Connection refused')
At first blush, I'd say that the host you've defined as the target of mailhost does not accept or is not running a mailer on port 25. Are you certain you have mailhost setup correctly?
--> <HR> <P>Copyright 1999 Siemens I & CN. Maintained by <A HREF="mailto:jose.lacal@icn.siemens.com">Jose C. Lacal</A>. <A HREF="http://www.linux.org"> <IMG SRC="images/logosml2" ALIGN="TOP"></A></P> </BODY></HTML> <!-- Traceback (innermost last): File lib/python/ZPublisher/Publish.py, line 877, in ublish_module File lib/python/ZPublisher/Publish.py, line 590, inpublish (Info: /lxs/feedback)> File lib/python/OFS/DTMLMethod.py, line 155, in __call__ (Object: feedback) File lib/python/OFS/DTMLMethod.py, line 151, in __call__ (Object: feedback) File lib/python/DocumentTemplate/DT_String.py, line 513, in __call__ (Object: feedback) File lib/python/Products/MailHost/SendMailTag.py, line 173, in render (Object: LxS_mailer) File /usr/zope1102/Zope/lib/python/Products/MailHost/MailHost.py, line 214, in send (Object: CopySource) File /usr/zope1102/Zope/lib/python/Products/MailHost/MailHost.py, line 264, in __init__ error: (see above)
-->
Platform:
Red Hat 5.1 Zope 1.10.2
Both sendmail and DNS are properly installed since I was able to send e-mail using "sendmail -v jose.lacal@icn.siemens.com < letter"
I'm no Zope expert, so any suggestions appreciated.
Regards.
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax netmeeting: ils://ils.murkworks.com ICQ: 14856937
participants (2)
-
Brad Clements -
Jose.Lacal@icn.siemens.com