Lỗi that domain isnt in my list of allowed rcpthosts

Verify your account to enable IT peers to see that you are a professional.

is an IT service provider.

tabasco

I think you're running up against 'accepted domains'. See this link

/ Opens a new window/technet.microsoft.com/en-us/library/bb124423.aspx

Was this post helpful? thumb_up thumb_down

  • OK. Nevermind. It was the SmartHost Authentication settings under the Send Connector. They needed a valid username/password. It was set to None.

    When sending an email through our mail servers you may get an error that pops up informing you that you are unable to send the email due to the following: “553 sorry, that domain isn’t in my list of allowed rcpthosts [

    5.7.1]”

    This is normally caused by the check box in the account settings: My Server Requires Authentication not being checked. The email client attempts to send the email to the server without providing a password – Hence the server replies that you are not allowed to relay without the correct authentication. To resolve the issue, you simply need to check the checkbox next to “My Server Requires Authentication” in your email clients settings. In Outlook, it looks like the following:
    In other email programs such as Apple Mail you may just need to enter your username [full email address] and email password for the Outgoing Mail Server [SMTP] I want send the email from oracle database. So I did the following steps
  • @F:\oracle\product\10.2.0\db_1\RDBMS\ADMIN\utlmail.sql
  • @F:\oracle\product\10.2.0\db_1\RDBMS\ADMIN\prvtmail.plb
  • alter system set smtp_out_server = 'webmail.vilsoft.co.in:25' scope=both;
  • exec utl_mail.send[sender=> '[email protected]',
                   recipients=>'[email protected]',  
                   subject=>'test mail',message=>'hi'];  
    

    PL/SQL procedure successfully completed. So the mail is send to Destination Correctly. But When I want to send the mail from one server to another server So i execute the following query

    SQL> exec utl_mail.send[sender=> '[email protected]',recipients=>'[email protected]',
                        subject=>'test mail',message=>'hi'];  
    

    then following error occurs....

    ` BEGIN utl_mail.send[sender=> '[email protected]',recipients=>'[email protected]',
                    subject=>'test mail',message=>'hi'];  
    
    END;
  • ERROR at line 1: ORA-29279: SMTP permanent error: 553 sorry, that domain isn't in my list of allowed rcpthosts [

    5.7.1]

    ORA-06512: at "SYS.UTL_SMTP", line 20 ORA-06512: at "SYS.UTL_SMTP", line 98 ORA-06512: at "SYS.UTL_SMTP", line 240 ORA-06512: at "SYS.UTL_MAIL", line 424 ORA-06512: at "SYS.UTL_MAIL", line 594 ORA-06512: at line 1

    So Please help me to resolve this error ... The following error is shown while sending mail to a domain on Plesk server or while trying to send mail from mail client software:

    553 sorry, that domain isn't in my list of allowed rcpthosts; no valid cert for gatewaying [
    
    # 5.7.1] [in reply to RCPT TO command]] `

    Resolution

    If Plesk server is set as outgoing SMTP server in mail account preferences of mail client and this error is received when trying to send a message to an external recipient, it means that the server requires authorization and that you did not authorize before sending. Make sure that SMTP authorization support is enabled in the mail client preferences. For example, in Outlook, check authorization properties in Tools > Accounts > Mail > Mail Account > Properties > Servers > Outgoing Mail Server > Settings. There should be a checkbox option that says server requires authorization. Use the full user name for authorization, i.e., "name@example.com" [not just "'name"]. If POP3 authorization is enabled in Plesk, then POP3 authorization can be used first [simply check for new mail], and then it will be possible to send mail within the "POP3 lock time" that is set at the Server > Mail page in Plesk. If a bounced message is received with the same error when sending mail to a domain hosted on the Plesk server, then make sure that the mail service for this domain is enabled and that the domain name is listed in the $QMAIL_ROOT_D`/control/virtualdomains` and $QMAIL_ROOT_D`/control/rcpthosts` files. If not, use the $PRODUCT_ROOT_D/admin/sbin/mchk utility to rebuild Qmail configuration.

Chủ Đề