Hi, I am facing this error I have replaced my SMTP with ESMTP which allow me to enter my SMTPUserid and SMTPPassword them the error is still coming out. What else canI do ? Error Type: SMTPRecipientsRefused Error Value: {'f_uzertin@hotmail.com': (553, "sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)")} Thanks ===== Hamzat kamaldeen Ishola Dnet Systems Limited. 223 Ikorodu Road, Lagos. Nigeria. 234 1 7749381, 234 08033011305 --- If Mistake is an opportunity to see better,�then do not fear it, but ready to admit it. NOTE: Sentimental decisions are not mistakes but failures !!!� __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
That's not a Zope issue, that's an issue with your mail server's configuration. You may wish to start here: http://www.sendmail.org/~ca/email/check.html#check_rcpt HTH, Dylan At 08:56 AM 11/26/2002, you wrote:
Hi,
I am facing this error I have replaced my SMTP with ESMTP which allow me to enter my SMTPUserid and SMTPPassword them the error is still coming out. What else canI do ?
Error Type: SMTPRecipientsRefused Error Value: {'f_uzertin@hotmail.com': (553, "sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)")}
Thanks
===== Hamzat kamaldeen Ishola Dnet Systems Limited. 223 Ikorodu Road, Lagos. Nigeria. 234 1 7749381, 234 08033011305 --- If Mistake is an opportunity to see better, then do not fear it, but ready to admit it. NOTE: Sentimental decisions are not mistakes but failures !!!
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
_______________________________________________ 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 )
Hamzat Kamal writes:
I am facing this error I have replaced my SMTP with ESMTP which allow me to enter my SMTPUserid and SMTPPassword them the error is still coming out. What else canI do ?
Error Type: SMTPRecipientsRefused Error Value: {'f_uzertin@hotmail.com': (553, "sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)")} This is not a Zope problem but a configuation of your mail server:
It is configured to not relay to one of the recipients hosts. Read error messages carefully. Your message was quite good. Dieter
I've had exactly the same issue and have been working on it today. The problem is that if you connect to qmail through the network (as Python's smtplib does) either the TO or FROM address must be in your qmail configuration. It's possible to get round this by configuring for open relaying for clients on certain IP addresses but I don't particularly like doing that. My solution was to write a product that changes the MailHost to use the sendmail wrapper (included in qmail) rather than smtplib as qmail behaves differently when called this way. You can get the product from http://www.zope.org/Members/andyv I've just finished the code today so it hasn't been thoroughly tested yet. A -- Logical Progression Ltd, 3 Randolph Crescent, Edinburgh, EH3 7TH, UK Tel: +44 (0)131 466 9585 Web: http://www.logicalprogression.net/ On 26/11/02 4:56 pm, "Hamzat Kamal" <k_hamzat@yahoo.com> wrote:
Hi,
I am facing this error I have replaced my SMTP with ESMTP which allow me to enter my SMTPUserid and SMTPPassword them the error is still coming out. What else canI do ?
Error Type: SMTPRecipientsRefused Error Value: {'f_uzertin@hotmail.com': (553, "sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)")}
Thanks
participants (4)
-
Andrew Veitch -
Dieter Maurer -
Dylan Reinhardt -
Hamzat Kamal