Folks: I am still stuck with a sendmail / Mailhost problem. Everything works fine except mailing from a DTML document via sendmail. <!-- Error type: Error value: (111, 'Connection refused') --> <!-- Traceback (innermost last): File lib/python/ZPublisher/Publish.py, line 877, in publish_module File lib/python/ZPublisher/Publish.py, line 590, in publish (Info: /lxs/SendFeedback) File lib/python/OFS/DTMLDocument.py, line 212, in __call__ (Object: SendFeedback) File lib/python/OFS/DTMLDocument.py, line 208, in __call__ (Object: SendFeedback) File lib/python/DocumentTemplate/DT_String.py, line 513, in __call__ (Object: SendFeedback) File lib/python/Products/MailHost/SendMailTag.py, line 173, in render (Object: linux.sieweb.com) File lib/python/Products/MailHost/MailHost.py, line 214, in send (Object: CopySource) File lib/python/Products/MailHost/MailHost.py, line 264, in __init__ error: (see above) --> I am using: Red Hat 5.2 Zope 1.10.2 - I created a username of "zope_u" and a group "zope" - I did run the installation script with a command line like: ./install -sAdmin:MyPassword -u zope_u -g zope - I created the Feedback and SendFeedback forms as per the manuals. - I added the user "zope_u" to the mail group. - I modified user zope_u's .bash_profile file to include the path to sendmail in /usr/sbin - If I log-in to the Linux server as zope_u, I _am_ able to call sendmail and to send mail outside of the server. Anything else I missed, folks? Regards.