[Zope-CMF] SMTPRecipientsRefused - mail forgotten password

Jens Vagelpohl jens@digicool.com
Sun, 22 Jul 2001 19:11:53 -0400


this error comes from the SMTP server you configured for your portal. it 
usually shows up when your mail server does not like the address you 
provide as the sender address. it might think someone is trying to relay 
spam through it.

jens


On Sunday, July 22, 2001, at 02:39 , Norbert Marrale wrote:

> This happens when users ask to be sent their forgotten passwords.
> Other SMTP / Password related things work fine. Checked permissions,
> everything seems ok there too. Any idea on what I'm missing?
>
>  Error Type: SMTPRecipientsRefused
> Error Value: {}
>
> Thanks! Norbert
>
>
> <!--
> Traceback (innermost last):
>   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 223, in 
> publish_module
>   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 187, in 
> publish
>   File /usr/local/zope/lib/python/Zope/__init__.py, line 221, in 
> zpublisher_exception_hook
>     (Object: Traversable)
>   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 171, in 
> publish
>   File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 160, in 
> mapply
>     (Object: mail_password)
>   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 112, in 
> call_object
>     (Object: mail_password)
>   File /usr/local/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 324,
>  in __call__
>     (Object: mail_password)
>   File /usr/local/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 354,
>  in _bindAndExec
>     (Object: mail_password)
>   File /usr/local/zope/lib/python/Products/PythonScripts/PythonScript.py,
>  line 336, in _exec
>     (Object: mail_password)
>     (Info: ({'script': &lt;PythonScript instance at 90511a0&gt;, 'context'
> : &lt;CMFSite instance at 8e2b5a0&gt;, 'container': &lt;CMFSite instance 
> at 8e2b5a0&gt;, '_': &lt;TemplateDict object at 0x904ece0&gt;, 
> 'traverse_subpath': []}, (), {}, None))
>   File Script (Python), line 3, in mail_password
>   File /usr/local/zope/lib/python/Products/CMFDefault/RegistrationTool.py,
>  line 166, in mailPassword
>     (Object: portal_registration)
>   File /usr/local/zope/lib/python/Products/MailHost/MailHost.py, line 222,
>  in send
>     (Object: MailHost)
>   File /usr/local/lib/python2.0/smtplib.py, line 487, in sendmail
> SMTPRecipientsRefused: (see above)
>
> --
>
>
>
> On the Road of Life,
> there are Tourists and there are Travelers.
> I'd rather be Traveling!
>
> Norbert Marrale
> norbert@infocatch.com
>
>
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature 
> requests