Found this in history. - Set up outgoing mail capability to allow for online forms to be sent electronically to departmental lotus notes addresses for processing. No more printing and faxing. A Exchange service id was requested through the bank's email and collaboration services department. Changes then had to be made to Zope internals to allow for passing of userid and password to the secure mail server. (see /opt/Zope/lib/python/Products/MailHost/MailHost.py, /opt/Zope/lib/python/Products/Mailhost/dtml/addMailHost_form.dtml and manageMailHost.dtml -- also smtplib.py in the Python distribution had to be modified) NOTE: This is used on a Zope 2.3 w/ Python separate /opt/Python/Lib/smtplib.py(See attached file: smtplib.py) /opt/zope/lib/python/Products/MailHost (See attached file: MailHost.zip) (zipped on windoze w/ powerarchive) I didn't set it up... I only know it works. You may only need certain files from the MailHost.zip file I sent. Remember to backout in case of backout! Disect the code and change for your Mailserver requirements. Lotsa luck Eric DUnn - Set up outgoing mail capability to allow for online forms to be sent electronically to departmental lotus notes addresses for processing. No more printing and faxing. A Exchange service id was requested through the bank's email and collaboration services department. Changes then had to be made to Zope internals to allow for passing of userid and password to the secure mail server. (see /opt/Zope/lib/python/Products/MailHost/MailHost.py, /opt/Zope/lib/python/Products/Mailhost/dtml/addMailHost_form.dtml and manageMailHost.dtml -- also smtplib.py in the Python distribution had to be modified) ---------------------- Forwarded by Eric N. Dunn/USA/BAC on 06/26/2002 10:06 AM --------------------------- Eric N. Dunn 06/26/2002 09:49 AM To: Patrick Hresko <phresko@pa.aacisd.com> cc: zope@zope.org Subject: Re: [Zope] [Zope-CMF] Mail User Password (Document link: Database 'Eric N. Dunn', View '($Sent)') We run a mailserver called "kiowa.bankofamerica.com" (internal only) It doesn't required authentication Another Zope site we maintain hooks to an Exchange server that requires authentication (UID+PW) Ask you Mailserver sa what is needed. I have code that will allow auth. if you need it. Patrick Hresko <phresko@pa.aacisd.com> on 06/26/2002 09:41:27 AM To: "'zope@zope.org'" <zope@zope.org> cc: Subject: [Zope] [Zope-CMF] Mail User Password Hello, I am having trouble getting the email password functionality of the CMF working. I have set up a Mail Host with the correct SMTP server information, but I keep getting a connection refused error. Do I have to run a Mail server on the machine that Zope is running on? Thanks for any help. I am running Red Hat 7.2 Zope 2.5.1 CMF 1.2 Regards, Patrick Hresko