Inbound email configuration is not working in SAP CRM 7.0

We have issue with the Inbound mail in SAP CRM 7.0, the emails from external ID (eg *@gmail.com) unable to receive in SAP Mailbox.
SMTP Settings as per the note : 455140 have been done and its working fine, we are able to send email from SAP to external server.
Also as per the note 607108 telnet test was successful and we can see the email in SOIN,
However if we send a mail from Gmail to SAP it is not visible in SOIN and it is bouncing back with error
said: 553 5.1.8 <[email protected]>... Domain of sender address
    [email protected] does not exist (in reply to MAIL FROM command)
I have attached screenshot of the SOIN.

Hi Garcia,
I have checked with the Network team who manages Exchange server and they have mentioned that it is bouncing back from our CRM host with the error as below,
said: 553 5.1.8 <[email protected]>... Domain of sender address
    [email protected] does not exist (in reply to MAIL FROM command)
Regards,
Arpit

Similar Messages

  • Substitution rule does not work in SAP CRM

    Hi,
    In our client, we have work flow set up for substitutions. Manager A has specified B as his substitute for approving work flow items during his absence. I checked the table T77S0, WFLOW AUTOF is set to 'X'. I checked the table HRUS_D2, here the entry shows as 
    User   User   Start date         End date                   Substitute profile            Substitute Active
    A          B      03/10/2014        01/01/9999                0001                                    X
    However B is not able to receive the workflow items of A. When I tried to forward using SWIA, then B is getting workflow items. Not sure, why the substitution is not working. User A has set up workflow substitute in SAP CRM Web UI.
    Any suggestions to resolve this will be greatly appreciated.
    Thanks.
    With regards,
    Ravi

    You assigned substitution profile 0001 which is disciplinary or something like that - this substitution profile has no meaning and is only an example.  try not assigning a substitution profile or use profile 'all' which contains the 'NO_CLASS' task class which is the default classification for tasks in the system.
    you can see substitution definition in SAP Web Application Server → Business Management → SAP Business Workflow → Basic Settings (Organization Management) → Substitute Profile.
    see also: Maintaining and Activating Substitutes (SAP Library - SAP Business Workflow)

  • BEx Analyzer not working in SAP GUI 7.10

    Dear All,
    BEx Analyzer 7.0 is not working on SAP GUI 7.10. Following are the details:
    OS: Windows XP SP2
    Installed the following softwares (in the sequential order):
    1. Microsoft .Net Framework 2.0 SP1
    2. MS Office 2003 (without any service packs)
    3. SAP GUI 7.10 (used SAPAllSetup.exe) to install both BEx Analyzer 3.5 and BEx Analyzer 7.0 alongwith SAP GUI 7.10.
    While BEx Analyzer 3.5 runs fine, 7.0 does not.
    Upon running BEx Analyzer 7.0 from the Programs menu, I see a toolbar on the left hand side on MS Excel in German. Whenever I click on any button, they do not respond.
    When I tried to install update for Office 2003 (KB907417), I received the message stating the patch has already been applied.
    I also applied SAP GUI 7.10 Patch Level 8, but still the problem remains the same.
    Running Tcode RRMX from the SAP GUI opens MS Excel with both the toolbars of 3.5 (on top) and 7.0 (on left). As before, 3.5 works fine, while 7.0 does not.
    Do I need to install Office SP2 or SP3, as well? Or something else? Any solutions?
    Thanks and Regards,
    Sachin.

    Hi All,
    This problem is due to .NET 2.0 assembly(nothing but .dll's),
    Step1 : Check if you can see this C:\WINNT\assembly\GAC exists
    If it does and still getting the error, then follow these steps,
    1) Uninstall office03
    2) Uninstall GUI
    3) Uninstall .Net 2.0
    4) Reboot
    5) Install .dll(WindowsXP-KB935448-x86-dll.exe) fix(this is due to .net1.1 and 2.0 coexistence)----- only if u get a critical message at startup.
    5a) Reboot
    5b) Install .net1.1
    5c) Reboot
    5d) Install .net2.0
    5e) Reboot
    6) Install office 03
    6a) Reboot
    7) Install .PIA's (O2003PIA.MSI)
    7a) Reboot
    8) Install setupall.exe for GUI
    9) Install KB907---- (office2003-KB907417-FullFile-ENU.exe)
    10) Reboot
    Let me know if you encounter any problems.
    OR....
    Update the Latest Patchs of GUI & Bex.
    BI710SP03_300-10004472.EXE
    bi710sp04_400-10004472.exe
    gui710_6-10002995.exe
    Hope it helps you...
    @shaik

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • Multiple recipient email addresses is not working  for xsl & PDF Attachment

    multiple recipient email addresses is not working properly when
    to list has some external email address and sending xls and PDF file as an attachment.
    Test Scenario:
    (A) Create mail target activity
    1)To email : use the multiple email id with some external domain (ex.
    [email protected] ,[email protected], [email protected])
    2)File attachment with .xls file and this file is sending to mail target as an inputstream(at runtime)
    3)Use all other valid parameter in activity.
    (B) Create a process flow File source to mail target
    Execute the process flow.
    Actual Result: Mail is received by every email account. Only external email account get correct file but other email account(as ([email protected])) attachment files
    displaying message
    �abc.xls� can not be accessed. The file may be read-only, Or you may be
    trying to access a read only location. Or, the server the document is stored on
    may not be responding.�
    When i trying to open xls and PDF file
    Expected Result:
    All type of file attachments should be supported with all valid email address
    (servers).
    Pls help me about this senario:
    What is problem in this case:
    I am sending code
    Session session =getSession(host,port,secure);
    session.setDebug(this._debug);
                   Transport trans = connect(host,port,session,userID,password);
                   Message message = new MimeMessage(session);
                   InternetAddress[] iAddr = null;
                   message.setFrom(new InternetAddress(fromName));
                   iAddr = InternetAddress.parse(toUserName, true);
                   message.setRecipients(Message.RecipientType.TO, iAddr);
                   message.setSubject(subject);
                   //BodyPart messageBodyPart = new MimeBodyPart();
                   Multipart multipart = new MimeMultipart();
                   MimeBodyPart messageBodyPart=null;
    if(dataLocation!=null && dataLocation.equalsIgnoreCase("ATTACHMENT")){
                        String tmpName=fileName;
                        if( inputstream != null)
                                  tmpName = makeAttachment(fileName,inputstream);
                        messageBodyPart = new MimeBodyPart();
                        DataSource source = new FileDataSource(tmpName);
                        messageBodyPart.setDataHandler(new DataHandler(source));
                        fileName = fileName.replace('\\', '/');
                        fileName = fileName.substring(fileName.lastIndexOf('/') + 1,
                                  fileName.length());
                        messageBodyPart.setFileName(fileName);
                        multipart.addBodyPart(messageBodyPart);

    First, when sending your message, the filename should be a simple
    filename, not containing any directory names.
    It sounds like your mail server might be doing some special
    processing of attachments, perhaps to prevent viruses.

  • Just bot to conver to Word.  All I get is invite to purchase again.  email links DO NOT WORK!

    HOW DO I GET STARTED?  I JUST BOUGHT TO CONVERT PDF TO WORD.  ALL I GET IS INVITE TO PURCHASE AGAIN.  EMAIL LINKS DO NOT WORK!

    Reply from Keygames.
    Hi David,
    It is a problem with the website. We are working on a solution.
    Best is to go to http://spele.nl for the time being.
    Best regards,
    Lorenzo
    Date: Sun, 17 Nov 2013 01:43:55 -0800
    From: [email protected]
    To: [email protected]
    Subject: Unable to play flash games. All I get is a white box. Does anyone have a solution?
        Re: Unable to play flash games. All I get is a white box. Does anyone have a solution?
        created by Pat Willener in Installing Flash Player - View the full discussion

  • HI,Have 10.10.3 version email system does not work at all it display emails up to the installation of the new version, no incoming or outgoing emails

    HI,
    Have 10.10.3 imac version- email system does not work at all it display emails up to the installation of the new version, no incoming or outgoing emails

    That helped thanks-
    I was able to solve this by deleting all "Envelop Index*"- and "ExternalUpdates*"-files in ~/Library/Mail/v2/MailData. After that I restarted Mail and let it reindex all mailboxes.

  • Inbound Email configuration - SAP CRM with MS Exchange Server

    Dear Pundits,
    We are implementing SAP CRM and one of the requirement is to configure the Inbound email functionality.
    As of now, we have successfully configured the outbound mail functionality.
    The inbound email functionality to a Single client:
    Our MS Exchange Server Domain is ITAstute.com.
    Where as, on the CRM system, under SCOT transaction --> Settings --> Default Domain, we have entered the Domain name as
    crm-dev.itastute.com
    We are planning to receive emails for different email id's like service, complaints, and so on into our SAP system.
    How will the exchange server can direct the mails from above external emails from domail itastute.com to onto CRM server domain crm-dev.itastute.com????
    Thank you,
    Nikee

    Then you need to define the routing rule in the exchange server.
    Exchange server config is outside the SAP scope and you should contact your exchange admin to get it done.
    Also they might force you to use the port 25 if you have any policy such in your company.
    We used the routing rule from exchange to BIGIP and BIGIP to our SAP server, that way we could use different port.
    You could search in google for the steps and i come accross the link given below.
    See if its useful.
    Link: [exchange rule|http://www.petri.co.il/forums/showthread.php?t=13120]
    Additional input related to the rule.
    you need to define the virtual host if you have more than one client that need to be configured for inbound routing.
    *@crm-dev.itastutecom => * applies to any user in your system and crm-dev.itastutecom should be your virtual host.
    janus.itastute.com => is your hostname and define port number for each client that need to configured.

  • SAP Inbound email related query (from Outlook to SAP)

    Hi,
    I am in a situation where I have to send email from MS Outlook to SAP with a PDF file as an attachment. The PDF file will be stripped into an XML file and processed further and a reply is sent to the user sending the email. The Outlook admins have set up the necessary config for the connectivity - I am able to send the PDF file from Outlook to SAP (everything has been configured using SICF, SCOT etc) for inbound processing. In SCOT - Settings->Inbound processing I have used a Class which implements interface IF_INBOUND_EXIT_BCS (as per one of the blogs by Jeff Gebo). I can see the trace file in SCOT ->Utilities->Trace->Internal trace. When I send the PDF file, I can see in the trace (I cannot debug as the SAPCONNECT user which gets called in the backgound triggers the user exit class). In the trace file I can see my class gets instantiated but the next step to read the PDF file fails.  The code come the Jeff's blog which I use is as follows:
    Set return code so that no other Inbound Exist class will be called
    e_retcode = IF_INBOUND_EXIT_BCS=>gc_terminate.
    try.
    Get the email document that was sent.
      data: document type ref to if_document_bcs.
      document = io_sreq->get_document( ).
    Get the sender's address to reply back
      lv_sender = io_sreq->get_sender( ).
      addr = lv_sender->address_string( ).
      return_addr = addr.
    Get the interactive form attachment.
      data: pdf_table type BCSS_DBPC.
      pdf_table = document->get_body_part_content( 2 ).
    Convert the pdf table into an xstring.
      data: pdf_xstring type xstring,
            pdf_line type solix.
      clear pdf_xstring.
      loop at pdf_table-cont_hex into pdf_line.
        concatenate pdf_xstring pdf_line-line into pdf_xstring in byte mode.
      endloop.
    Process the PDF form
      data: formxml type string.
      formxml = me->process_form( pdf = pdf_xstring ).
    Here the contents of the pdf_table-cont_hex is blank (I used a table to populate the values). All I get in my Outlook inbox is a empty email with an empty subject from SAP (called by the instantiated class of the Interface)
    The irony is that I setup the same procedure has been configured and setup in another totally different SAP system and everything works fine there - I did a comparision of both SAP systems and everything seems fine (config wise and user exit class wise) and  everything is identical. I have no clue as to why it works in one system and not in the other system.
    If anyone has any pointers wit will be greatly appreciated as I am on a tight deadline - I have checked OSS but with no help.
    Thanks in advance,
    Ryan

    You may be able to find more information by putting an infinite loop at the beginning of your user exit:
    x = ' '.
    while x = ' '.
    x = ' '.
    endwhile.
    and then go into debugging via SM50 and set the x variable to break out of the loop.
    This technique is useful debugging workflows and other code which you cannot get to directly by placing a break-point.
    Andrew

  • Web Templates shortcut Not working in SAP Browser screen

    Hello All,
    I am facing a diffrent issue with Business Explorer Browser 3.x.
    When I try to open shortcuts which is for (Web templates) created in Business Explorer Brower 3.x they are not working properly.
    The addres stored for this web templates misses the server address in between.
    All the web templates were working fine before Support Pack upgrade. We recently has upgraded to SAP BW 7.02 support pack 7.
    I am not sure if this is support pack upgrade issue. Would like to know if someone faced same issue and how did they fixed it. is there any way to modify those address on PROD directly.
    Many Thanks,
    Vaishali

    Hi Vaishali,
    We also faced the similar issue and I contacted my basis team they have done some configuration in tables related to basis and then my web templates started working fine. I guess this is general issue which occurs after upgrade.
    I don't know the exact solution but you can check with your basis team.
    Regards,
    Durgesh.

  • Build is not working in SAP NWDS version 7.0.09

    Suddenly the build is not working for my SAP NWDS version 7.0.09. It used to work fine before.
    When you create a DC and do a Development Component --> build . nothing is happening. In the
    General user output view, nothing is printed also.. I think the built is not actually happening now. So I tried uninstalling the NWDS and installing again. I also tried changing the default workspace. But still the problem do exist. what can be the possible reasons for this ? Please help.. Your valuable answers will be highly appreciated.

    Hi Garcia,
    I have checked with the Network team who manages Exchange server and they have mentioned that it is bouncing back from our CRM host with the error as below,
    said: 553 5.1.8 <[email protected]>... Domain of sender address
        [email protected] does not exist (in reply to MAIL FROM command)
    Regards,
    Arpit

  • Email notifications are not working anymore

    Hi guys,
    I use Grid Control 10.2.0.2 on Windows, and email notifications for critical alerts are not working anymore.
    I didn't change anything to the OMS configuration, it just stopped one day, and when I ask for a test email (in "Setup -> Notifications methods" of in "Preferences") it is successfully delivered.
    I didn't find anything related to this in log files, and nothing that could help here or on metalink.
    Can anyone help about that weird issue ??
    thanks in advance
    Antoine

    Have you gone back over your notification rules?
    have you tried just creating a new notification rule and testing it?
    Also take a look at Note:356774.1. If you've applied any patches (or done partition maintenance) you may have inadvertently lost all your jobs, which will break the email notications.
    If still no joy, then try Note:285093.1.
    let us know how you get on.

  • F1 Help Perfomance Assistant not working - ITS SAP GUI HTML

    Hi All,
    when using a Transaction in SAP Portal i like to use the F1 Help. Transaction is displayed by ITS SAP GUI HTML. I have the option to display the Help in:
    - Modal Window <-- this works
    - Performance Assistant <-- not working
    When pressing F1 an error message appears saying: "Expression_not_Num" while using the perfomance assistant.
    - Is there a configuration missing? Is something not installed?
    - Can i change the default personalization setting for help for all users to modal window?
    Any ideas?
    Regards
    M. Stanka

    Hi Michael Stanka ,
        i got same issue from last week onwards.. If press F1 ,it displays like "Page cant be displayed". I searched in forums also but i couldnt get clear point. U posted ur issue was resolved.. Could u plz provide the steps how to solve?? My mobile no:09566855978(India-Chennai)

  • Incoming email Settings is not working

    I have configured Incoming Email Settings by using msdn link
    http://technet.microsoft.com/en-us/library/cc262947(v=office.15).aspx#ConfigureDropFolderPerms .I cannot recieve emails in my document library ,mailroot/drop folder is empty.I am not able to trace issue.Please suggest

    Hi Refer thhe links
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/3d27cfd7-d4cd-4fb8-9899-d30bc7764a27/incoming-email-settings-not-working
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/3d27cfd7-d4cd-4fb8-9899-d30bc7764a27/incoming-email-settings-not-working?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c0e39e97-9113-4de8-9b72-137c594a4dfe/incoming-email-settings?forum=sharepointgeneralprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c3beaade-056b-48d2-8063-f4dabe60ff70/cant-get-incoming-email-settings-to-work?forum=sharepointadminlegacy
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Mail configuration in not working in Production.

    Hi,
    We are using SAP ECC6 with EHP 3 version with MSSQL2005 DB and WINDOWS2008r2 server.
    For sending mails from SAP , we configured SCOT and SMTP configuration in all servers like DEV,QAS and PRD.
    When i am sending mail from DEV and QAS its working fine, but in my PRD server mailis not going.and its giving below error message
    Message cannot be transferred to node SMTP due to connection error (final) errior message number 816
    all the configuration done as per the SAP standard document only, and its working fine in DEV and QAS.
    below i am giving all the profile information and scot configuration ,SMTP port information and all..
    Please check and help me to resolve this error.
    This same parameters working in DEV and QAS...same parameters are there in PRD also.
    Please check and help me.

    Hi,
    Check the connection from the SAP system to node SMTP. Perhaps the node is not assigned to the correct destination. If so, correct this in Customizing.  In production operation, it is advisable to reroute provisionally to another node.  You should therefore notify your system administrator.
    XS816 error are likely caused by a problem with the connection between the SAP system and mail server.
    It may happens due to the following, ( try to check port is open or not )
    1. Check SMICM that ICM is running or not.
    2. Check configuration with the help of note SAP Note 421359.
    3. Check whether SMTP service/port are active and are correct.
    4. Check these SAP Note 757804, 634006, 455140.
    Thanks
    KH

Maybe you are looking for

  • "Do not import duplicates" doesn't work

    Hi everyone, I've been using Aperture 3.5.1 for a while and the import process always worked fine, until suddenly the "Do not import duplicates" feature stopped working. Now any time I plug my iphone or insert the SD card the photos I've already impo

  • ITunes Library will not play off my laptop

    My host music library that is on my Dell laptop is not playing. The music list is there however when I click on the play button, the songs do not start to play. This problem started after I installed the latest version of itunes.

  • Differences between SLIN and Code Inspector

    Hi, Can anyone tell me the differences between SLIN and Code Inspector(SCI)..? and in which cases we use SLIN and  SCI..? and as an ABAPer, which one should we prefer..? Thanks, Pradeep.

  • Increase the size of the net order value

    Hai, i want to increase the size of the net order value, actually the net order length is 9 charector's but i want to increase the length up to 12 , is any possiablity is there, and another one is today i released one lostdated po. nextday i check th

  • Address tables

    hi, what are customer address tables in SAP SD. regards sachin