Price varience mail not trigerring

Hi All
I have made the cutomising for price varience mail. the settings i have done are
-activated Define Mail to Purchasing When Price Variances Occur
- Maintain Message Type MLPP
- OME4 is maintained
- MRM1 also i have maintained
But mail is not trigerring still. In SOST its not showing where as other process mails are showing there.
In MRM1 i Have maintained the com code, Function as ME,Medium 7, Dispatch time as 4 and lang en.
But  partner is blank. Do ihave to enter some thing there.If yes kindly let me know what to maintain.
Lookin for your inputs.
Thankyou

Hi,
For e-mail to buyer: -
1. SPRO > Logistics Invoice Verification > Incoming Invoice > Define Mail to Purchasing When Price Variances Occur - Here activate this indicator for Co. Code
2. SPRO > Logistics Invoice Verification > Message Determination > Maintain Message Types - Here check SP std. o/p type "MLPP" (Do not make any changes)
3. SPRO > Logistics Invoice Verification > Message Determination > Maintain Conditions (MRM1) - Here maintain condition record for o/p type "MLPP"
4. OME4 - Maintain e-mail id of the buyer against Purchasing Group.
5. SU01 - Maintain mail id in user master of PO creator and invoicing clerk.
6. SCOT - Mail settings should be configured (by BASIS Consultant)
During MIRO, if you change the Invoice amount defaulted from PO and post the LIV then a mail will be sent to Buyer's Inbox.
For e-mail to Vendor: -
1. SPRO > Logistics Invoice Verification > Incoming Invoice > Define Mail to Purchasing When Price Variances Occur - Here activate this indicator for Co. Code
2. SPRO > Logistics Invoice Verification > Message Determination > Maintain Message Types - Here check SP std. o/p type "MLPP". - Here add partner function as "VN".
3. SPRO > Logistics Invoice Verification > Message Determination > Maintain Conditions (MRM1) - Here maintain condition record for o/p type "MLPP" - Maintain condition record with Partner function "VN".
4. SU01 - Maintain mail id in user master of PO creator and Invoicing clerk and Vendor Master (Vendor's mail ID)
5. SCOT - Mail settings should be configured (by BASIS Consultant)
Rgs

Similar Messages

  • Mail not coming to inbox of user.

    Hi Forum,
    I am using the standard function module for sending mails.
    ** To Trigger a mail **
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data = ls_docdata
          put_in_outbox = lc_x
          commit_work   = lc_x
        TABLES
          packing_list  = lt_objpack
          contents_txt  = lt_objtxt
          receivers     = lt_reclist.
    lt_reclist contains two recoreds
    1) RECEIVER                                             requestor's mail id
       REC_TYPE                                             U
       COPY                                             X
    2)RECEIVER                                             approver's mail id
       REC_TYPE                                             U
    The mail is trigered from requestor's inbox.
    The problem here is that neither the approver is recieving the mails in his inbox nor the requestor is recieving a copy of mail in his inbox but there is a copy of this mail in requestor's outbox.
    I am testing all this in business workplace inbox as there is no provision of trigering mail in the development server.
    Please help me on this.
    Regards,
    Anubhav

    Hallo everyone,
    Please go through the following observations...
    Case1)
    ** To Trigger a mail **
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = ls_docdata
          put_in_outbox              = lc_x
          commit_work                = lc_x
        TABLES
          packing_list               = lt_objpack
          contents_txt               = lt_objtxt
          receivers                  = lt_reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          operation_no_authorization = 4
          OTHERS                     = 99.
    SY-SUBRC EQ 0
    Available in Requestoru2019s outbox , CC not coming in requestoru2019s inbox.
    Not available in approver;s inbox
    In transaction SOST it shows..
    Status -->Waiting for both records
    Case2)
    **To Trigger a mail **
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data = ls_docdata
          put_in_outbox = lc_x
          commit_work   = lc_x
        TABLES
          packing_list  = lt_objpack
          contents_txt  = lt_objtxt
          receivers     = lt_reclist.
      IF sy-subrc EQ 0.
        SUBMIT rsconn01 WITH mode = 'INT'
                      WITH output = ''
                      AND RETURN.
      ENDIF.
    In requestor's login in SOST transcation a popup comes up with following message
        Express document "Send status for document:" received from author "REQUESTOR"
        Express document "Send status for document:" received from author "REQUESTOR"
    The title of  inbox of requestor changes to
    Cannot be sent: Send status for document:
    If you see detail message it shows
    Status received for this document:
         Send status for document:
    Sent on:
         20.07.2009 19:13:32
    Sent by:
         Requestor
    Status for Recipient horizon Anubhav:
         Cannot process message, no route from Requestor to Approver
    No copy in requestoru2019s inbox nor a mail in approveru2019s inbox.
    After a few minutes the status of all mails change to Error in SOST .
    What is the problem in sending mails...?
    Thanks a lot,
    Anubhav

  • Workflow is not trigerred from the portal

    Hi all,
    I have a scenario in which the workflow requires to be trigerred through the portal and direct the task to the approver's inbox in extent to sending email notification to the approver, I have developed the custom workflow and i am using the standard rule for getting the approver. all of this is working fine when i test them on R/3 but wheni am integrating the workflow to the portal using a BAPI it is not trigerring the workflow. The first step in my worklflow is to send the email notification  to the approver, if i remove this step then it directs the task to the approver's inbox which is the second step in my workflow.
    Can anyomne please guide me why it is happening.
    Thanks.
    Saurbah Anand.

    Hi,
    You said
    <i>"wheni am integrating the workflow to the portal using a BAPI it is not trigerring the workflow. The first step in my worklflow is to send the email notification to the approver, <b>if i remove this step then it directs the task to the approver's inbox</b> which is the second step in my workflow."</i>
    Do you mean say that it is not working when you put the sendmail step alone? Or is it that the workflow is not triggering at all.
    I assume that you are using a BAPI to create an event which will start this workflow. Now if your workflow is not starting at all then you need to activate the event trace (SWELS) and check whether the event was triggered first (in SWEL). If yes then check for any errors in the receiver connection.
    If your workflow does start and fails at sending mail step then you may need to give some more info. Are you using the standard sendmail step or Are u using a background task. In case if u r using a BG task then it might be creating a dump while triggering from portal (Ex. it might need the Evt_creator user id to determine the approver which is not binded properly from Event<->Workflow<->Task<->Method).
    Also have a look at ST22 for any dumps.
    Thanks,
    Prasath N

  • Message Type RFQ-Email is not trigerred

    Hi Friends,
    I have maintained the condition records.
    Message schema is also assigned.
    But Output Type for Email for RFQ is not trigerred in ME9A only output type for print is trigerred.
    Can anyone guide pls.... points will be promptly given... Thanks in advance

    When using external mail, the following basic settings are required:
    1. You must maintain an e-mail address in the address in the vendor master.
    2. The same applies to your own user master. You also have to specify an e-mail address there in order to identify the sender.
    Note that it is not possible to change the e-mail address of the vendor via the SAP purchase order transaction (ME21N, ME22N, and so on).
    You can only make a permanent change using the vendor master transactions XK02 or MK02.
    You can use a temporary email address in Transaction ME21N.
    3. For the output type for default values, a communication strategy needs to be maintained in the Customizing that supports the e-mail. You can find the definition of the communication strategy in the Customizing via the following path: (SPRO -> IMG -> SAP Web Application Server -> Basic Services -> Message Control -> Define Communication Strategy). As a default, communication strategy CS01 is delivered. This already contains the necessary entry for the external communication. Bear in mind that without a suitable communication strategy it is not possible to communicate with a partner via Medium 5 (external sending).
    4. Use the standard SAP environment (program 'SAPFM06P', FORM routine 'ENTRY_NEU' and form 'MEDRUCK') as the processing routines.
    5. In the condition records for the output type (for example, Transaction MN04), use medium '5' (External send).
    6. You can use Transaction SCOT to trigger the output manually. The prerequisite for a correct sending is that the node is set correctly. This is not described here, but it must have already been carried out.
    7. To be able to display, for example, the e-mail in Outlook, enter PDF as the format in the node.
    To use the SAPOffice mail, the following basic settings are required:
    1. For the output type for default values, a communication strategy needs to be maintained in the Customizing that supports the e-mail. You can branch to the maintenance of the communication strategy via the input help.
    2. Use the SAP standard environment (program "RSNASTSO" and FORM routine "SAPOFFICE_AUFRUF") as the processing routines.
    3. In the condition records for the output type (for example, Transaction MN04), use medium '7' (SAPOffice) and also partner role 'MP' (mail partner).
    Also refer: - Sending mail for RFQ and PO to vendors with attachment
    Thanks & Regards
    JP

  • The problem I have since I upgraded to Mavericks version 10.9.1 The problem appears only with Mail not with other programs, not even with my browser. When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command   to e

    the problem I have since I upgraded to Mavericks version 10.9.1
    The problem appears only with Mail not with other programs, not even with my browser.
    When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command + to enlarge the text, although I can reduce it with Command -.
    As I have a problem with my eyes, This is a serious matter for me.
    When I write an e-mail, if I select text and press Command +, it just displaces the text to the right.
    Now, my husband has a USB keyboard. If he connects it to my computer, his regular Command + does not work either, but  he uses the extended keyboard, then it works. Unfortunately, he needs it for a musical application which does not work with a wireless keyboard.

    Firefox 3.6.4 and 3.6.6 use a process called, "plugin-container.exe" which was using up most of my CPU when I opened up multiple tabs that contained Adobe Flash files, and caused Firefox to lock up.
    My solution was to use Firefox 3.5.10 which you can get from the Mozilla website at [http://www.mozilla.com/en-US/firefox/all-older.html]
    I am using Adobe Flash 10.1.53.64 without any problem in this version of Firefox. Check the release notes, I believe it contains all the latest security fixes in "Firefox 3.6.4".
    Hopefully, they will fix Firefox 3.6 in the next version (e.g. Firefox 3.6.7), until then you should probably use "Firefox 3.5.10".

  • Installed i0S 8 and now my iPhone 4s voice mail not working

    installed i0S 8 and now my iPhone 4s voice mail not working

    Well, what happens when you try to use it. That would help in the troubleshooting. Have you contacted your cellular carrier? Voicemail is a carrier function.

  • Junk mail not automatically moved to Junk folder

    Hello.
    I'm using an IMAP account and have configured Mail to move junk mail to the chosen junk mail folder (junk is not filtered on the server but on my client). Since the junk mail filter is still learning sometimes junk mail is not detected and still goes to the inbox. That's okay.
    If I then select that message it is somehow miraculously detected and marked as junk. However, it is not automatically moved to the junk folder but remains in the inbox marked as junk?
    Is this desired behaviour? Why is the mail not automatically moved to the junk folder, like it is when I manually mark a mail as junk?
    Thanks in advance

    I just happened to notice that even mail that is automatically marked as spam/junk remains in my inbox. So I open the inbox folder and there is message that is marked as junk. Only when I manually reset and set the junk status is the message moved to the junk folder.
    This seems to be the case in an IMAP acount where all folders (sent, drafts, spam, etc.) are subfolders of the actual inbox folder.
    Is anyone else experiencing this behaviour?
    Thanks in advance

  • Mail not working.. no error message

    Good day everyone!
    I have a problem since two days now. I have mail not updating email received and not sending email either. Tried the "Connection Doctor", and it says connections are ok. I have no problems to open and type a new message, but looks like the message is never sent, there is no copy in the sent folder. I have tried to send messages from my account to me, doesn't work. Then, from outside (a yahoo account) without any result.
    However, I never got a message saying that the message can not be send or what ever...
    Any ideas?
    Thanks!
    MiniMac   Mac OS X (10.4.5)  

    I am also having a problem, but mine is worse...I can't even get mail to open. The Mail window opens, but then I get the spinning wheel and nothing else. Is there a way to reload mail and not the entire Tiger OS? I can check my email accounts online, but I prefer to use Mac mail.

  • Why wont my mail open? The mail not being able to open is making me not be able to shut down my laptop.

    Why wont my mail open? The mail not being able to open is making me not able to shut down my macbook.

    Press power button down and hold up to 30 secs to force shut down and then start up and see how u goes on ur mail....

  • Problem description: mac mail not opening, software updates not working, app store not opening. imac osx 10.9.5

    Problem description:
    mac mail not opening, software updates not working, app store not opening. 10.9.5
    EtreCheck version: 2.0.11 (98)
    Report generated 1 December 2014 16:51:49 CET
    Hardware Information: ℹ️
      iMac (21.5-inch, Late 2009) (Verified)
      iMac - model: iMac10,1
      1 3.06 GHz Intel Core 2 Duo CPU: 2-core
      12 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1067 MHz ok
      BANK 0/DIMM1
      2 GB DDR3 1067 MHz ok
      BANK 1/DIMM1
      2 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 9400 - VRAM: 256 MB
      iMac 1920 x 1080
      BenQ GL2240 1920 x 1080 @ 60 Hz
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 1:32:17
    Disk Information: ℹ️
      WDC WD5000AAKS-40V2B0 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (164.03 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-ST DVDRW  GA11N 
    USB Information: ℹ️
      EPSON EPSON Epson Stylus S22 Series
      Canon MX410 series
      ASMedia AS2105 1 TB
      S.M.A.R.T. Status: Verified
      EFI (disk3s1) <not mounted> : 210 MB
      Backup (disk3s2) /Volumes/Backup : 999.86 GB (506.24 GB free)
      Apple Inc. Built-in iSight
      Apple Internal Memory Card Reader 7.95 GB
      S.M.A.R.T. Status: Verified
      EOS_DIGITAL (disk1s1) /Volumes/EOS_DIGITAL : 7.94 GB (7.83 GB free)
      Western Digital My Book 1140 2 TB
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted> : 210 MB
      2TB (disk2s2) /Volumes/2TB : 2.00 TB (1.50 TB free)
      Wacom Co.,Ltd. CTE-450
      Contour Design ShuttlePRO v2
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Parallels Desktop.app
      [not loaded] com.parallels.kext.hidhook (9.0 24217.979618) Support
      [not loaded] com.parallels.kext.hypervisor (9.0 24217.979618) Support
      [not loaded] com.parallels.kext.netbridge (9.0 24217.979618) Support
      [not loaded] com.parallels.kext.usbconnect (9.0 24217.979618) Support
      [not loaded] com.parallels.kext.vnic (9.0 24217.979618) Support
      /Applications/Toast 10 Titanium/Toast Titanium.app
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      /Library/Extensions
      [loaded] at.obdev.nke.LittleSnitch (4052 - SDK 10.8) Support
      [not loaded] xxx.qnation.PeerGuardian (1.1.9) Support
      /System/Library/Extensions
      [not loaded] com.FTDI.driver.FTDIUSBSerialDriver (2.2.18 - SDK 10.6) Support
      [not loaded] com.pctools.iantivirus.kfs (1.0.1) Support
      /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
      [not loaded] com.roxio.TDIXController (2.0) Support
    Startup Items: ℹ️
      ParallelsDesktopTransporter: Path: /Library/StartupItems/ParallelsDesktopTransporter
      WkSvMacX: Path: /Library/StartupItems/WkSvMacX
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [running] at.obdev.LittleSnitchUIAgent.plist Support
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.CS4ServiceManager.plist Support
      [running] com.epson.epw.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [running] at.obdev.littlesnitchd.plist Support
      [failed] com.adobe.fpsaud.plist Support
      [loaded] com.adobe.versioncueCS4.plist Support
      [loaded] com.barebones.textwrangler.plist Support
      [running] com.cleverfiles.cfbackd.plist Support
      [not loaded] com.gopro.stereomodestatus.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [invalid?] com.tvmobili.tvmobilisvcd.plist Support
      [loaded] fi.polar.libpolar.plist Support
      [running] fi.polar.polard.plist Support
      [failed] xxx.qnation.PeerGuardian.kextload.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.facebook.videochat.[redacted].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.macpaw.CleanMyMac.helperTool.plist Support
      [loaded] com.macpaw.CleanMyMac.trashSizeWatcher.plist Support
      [running] com.macpaw.CleanMyMac.volumeWatcher.plist Support
      [invalid?] com.plexapp.helper.plist Support
      [not loaded] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      Garmin Express Service Application (/Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app)
      SmartDaemon Application (/Library/Application Support/CleverFiles/SmartDaemon.app)
      SilverKeeper Scheduler ApplicationHidden (/Applications/SilverKeeper.app/Contents/Resources/SilverKeeper Scheduler.app)
      Dropbox Application (/Applications/Dropbox.app)
      Garmin ANT Agent UNKNOWN (missing value)
    Internet Plug-ins: ℹ️
      DirectorShockwave: Version: 11.5.7r609 Support
      Google Earth Web Plug-in: Version: 6.1 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      PandoWebInst: Version: 1.0 Support
      AdobePDFViewerNPAPI: Version: 10.1.12 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      DivXBrowserPlugin: Version: 2.0 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Mismatch! Adobe recommends 15.0.0.239
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.0.0 Support
      AdobePDFViewer: Version: 10.1.12 Support
      GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 Support
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User Internet Plug-ins: ℹ️
      fbplugin_1_0_3: Version: (null) Support
    Safari Extensions: ℹ️
      Open in Internet Explorer
    Audio Plug-ins: ℹ️
      DVCPROHDAudio: Version: 1.3.2
    3rd Party Preference Panes: ℹ️
      Adobe Version Cue CS4  Support
      DivX  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      GoPro  Support
      Growl  Support
      Java  Support
      MacFUSE  Support
      MenuMeters  Support
      Perian  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: NO - Auto backup turned off
      Destinations:
      Back Up [Local]
      Total size: 0 B
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Excellent
      Backup size 0 B > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
          12% Google Chrome
          12% WindowServer
          4% Dock
          2% Little Snitch Agent
          2% SystemUIServer
    Top Processes by Memory: ℹ️
      399 MB iTunes
      322 MB mds_stores
      216 MB Google Chrome Helper
      193 MB Google Chrome
      155 MB com.apple.IconServicesAgent
    Virtual Memory Information: ℹ️
      6.64 GB Free RAM
      3.51 GB Active RAM
      1.36 GB Inactive RAM
      1.11 GB Wired RAM
      1.91 GB Page-ins
      0 B Page-outs

      [not loaded] com.pctools.iantivirus.kfs (1.0.1) Support
    Un-install according to the developer's un-install instructions.
    You do not need to use cleaning programs. They can destroy your computer operation as they may already have done.
    CleanMyMac - Uninstall
    CleanMyMac2 Un-install
    After un-installing, run this program to make sure you got all the pieces.
    EasyFind – Spotlight Replacement
    Do a backup.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.appstore.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • Apple Mail: Not Responding

    When I open my Mail program over the last few days it does nothing - does not even show the Mail Message Window. I have to Force Quit (message says Mail Not Responding). This happens over and over again. I used Disk Utility to check preferences and repaired all (not much there and nothing relating to Mail). Still won't work. In general Apple Mail has not been working well for awhile that along with MobileMe... delivering multiple emails of the same message and loosing Sent messages. What is happening to this program? Do I have to use Microsoft Office to find a dependable eMail Client software? As it stands I have started using Office on our other computers just so we can receive our email and not worry about loosing or storing Sent and Received Mail.
    I am running Mac OS X Leopard 10.5.8 on my workstation. I have Snow Leopard ready to install but was waiting to complete time critical work before installing new system software - perhaps that will be the answer to the problem(?). Anyone having this problem and if so - have you found a solution?
    Note: I do receive mail on my iPhone and on iPad thankfully using Apple's Mail program but those are mobile devices - we require dependable email to run our business on our desktops.

    Mail in Leopard should not have such problems. Disk Utility repairs permissions, not preferences. I'm assuming your only e-mail account is with Mobileme?

  • How can I receive mail not addressed to me?

    This is a security question. Have any of you been receiving mail not addressed to you?
    Lately, after the installation of MacOSX 10.4.10 on her G4 PowerBook, a family member has been receiving letters in Apple Mail not addressed to her. Had they arrived by mail, they should have been moved to her Junk Folder by her junk filter.
    At first this alarmed me greatly (well, it still does): I removed her computer from the internet & performed examinations for break-ins; for I believed these letters were not mailed, but inserted into her inbox. Because she doesn't believe in security, I was limited to examining logs, and scanning her computer in firewire target disk mode. Both MacScan and ClamXav revealed nothing.
    Puzzle 1: About a month ago, there appeared a finder image (happy blue face) at the bottom of her desktop (which is a unique grey-green designed by me). This disappeared in a day or two, at 5:00p on the dot, suggesting an application was involved. When I checked the logs at the exact date & time of desktop photo switches, there was an hiatus (which could have been natural).
    Puzzle 2: Today she again received a letter not addressed to her, but to '[email protected]'. (I sent a letter from a mail alias to this address, but it did not appear in her mailbox.) The letter, by the way, was a phish from Germany, so I reported it immediately to Spam Cop. An addendum to this question contains the header of this letter, with the real person's name replaced by [email protected]. (Nothing here need be removed by a moderator.)
    Has anyone an explanation for either of these puzzles? I think they're both important. (Before the internet was released upon the public, Postmasters would read the recipient and subject lines of dead letters, then forward them to whoever they thought it was for. 'Krystal2' has no relation to 'correctname', so that's unlikely.) Also, my wife has allowed me to secure her computer better, and no problems similar to 1 or 2 has ever appeared. Thanks very much for any ideas!
    Bruce
    ADDENDUM: Long Header of Letter (safe to display)
    Return-path: <[email protected]>
    Received: from mac.com ([10.150.68.24])
    by ms173.mac.com (Sun Java System Messaging Server 6.2-7.05 (built Sep 5
    2006)) with ESMTP id <[email protected]> for
    [email protected]; Wed, 21 Nov 2007 10:14:18 -0800 (PST)
    Received: from dslb-088-068-127-106.pools.arcor-ip.net
    (dslb-088-068-127-106.pools.arcor-ip.net [88.68.127.106])
    by mac.com (Xserve/smtpin024/MantshX 4.0) with SMTP id lALIDf9G011038; Wed,
    21 Nov 2007 10:13:48 -0800 (PST)
    Received: from pacbell.net (seclude.pacbell.net [12.57.124.138])
    by wptop.com with SMTP id 0QPZBZ0LZ5 for <[email protected]>; Wed,
    21 Nov 2007 12:12:45 -0600
    Date: Wed, 21 Nov 2007 10:13:41 -0800 (PST)
    From: BB&T <[email protected]>
    Subject: BB&T: security alert! (message id: JT4786381)
    To: Krystal2 <[email protected]>
    Message-id: <[email protected]>
    MIME-version: 1.0
    X-Mailer: Calypso Version 3.20.01.01 (4)
    Content-type: multipart/alternative; boundary=--LSNV40EM4DGH64PSJJH7BC
    X-Priority: 3 (Normal)
    X-Originating-Server: maido3.com (unknown [40.36.3.192])
    User-Agent: Calypso Version 3.20.01.01 (4)
    Original-recipient: rfc822;[email protected]
    ----LSNV40EM4DGH64PSJJH7BC
    Content-Type: text/html;
    Content-Transfer-Encoding: 7Bit

    David,
    Sorry, migraine over the holidays. Thank you: you're right! The reason I don't get any like this is because the SPAM must apparently use RFC822. This protocol appears deprecated. It appears stamped on some mail initially sent by Apple, but not others.
    Thank you very much, for these have been concerning me. I'm used to seeing my name stamped by each relaying computer. A test letter I sent from my local ISP with a BCC to myself at a school across the country stamped my name at each step.
    Your first sentence is slightly ambiguous. In my opinion, any problem whose only explanation at the moment is a security breach is then a security problem, and should be treated immediately as such. The Finder's image is still one.
    Thanks again.
    Bruce

  • Moderation Mail Not Work in Exchange 2013

    Hello All,
    I facing difficulties regarding Moderation Mail. The Moderation mail not send to moderator. also i found that the arbitration mailbox also corrupted.
    Error:
    WARNING: The object abc.com/Users/Migration.8f3e7716-2011-43e4-96b1-aba62d229136 has been corrupted, and
    it's in an inconsistent state. The following validation errors happened:
    WARNING: Database is mandatory on UserMailbox.
    WARNING: Database is mandatory on UserMailbox.
    Please suggest

    Hi,
    To recreate this arbitration mailbox, you can follow the steps below.
    Start the Active Directory Users and Computers snap-in.
    Click Users, and then find the following account:
    Migration.8f3e7716-2011-43e4-96b1-aba62d229136
    Remove this account.
    Run the following cmdlet:
    setup /preparead/IAcceptExchangeServerLicenseTerms
    Run the following cmdlets:
    Enable-Mailbox -Arbitration -Identity "Migration.8f3e7716-2011-43e4-96b1-aba62d229136"
    Set-Mailbox "Migration.8f3e7716-2011-43e4-96b1-aba62d229136" -Arbitration –Management:$true
    Here is an article about re-creating the Discovery system mailbox, it is the same process to recreate the arbitration mailbox mentioned in the error message above.
    http://technet.microsoft.com/en-gb/library/gg588318(v=exchg.150).aspx
    Best regards,
    Belinda Ma
    TechNet Community Support

  • I don't understand the thing you call live bookmarks never used it, and most forums I have used notify VIA E-mail not giving out my E-mail address information when a reply has been made to the thread in question.

    So how do I get notified of updates in this forum? As I said: I don't understand the thing you call LIVE BOOKMARKS I have never used them, and most forums I have used notify VIA E-mail not giving out my E-mail address, or other private information when a reply has been made to the thread in question, so how do I get notified of updates in this forum? I have seen no normal options for setting my viewing preferences used for this forum. Thank You.

    Thanks for your reply via email/msg. He wrote:
    If you are interested in the actual design data for the Xeon processor, go to the Intel site and the actual CPU part numbers are:
    Xeon 4 core - E5.1620v2
    Xeon 6 core - E5.1650v2
    Xeon 8 core - E5.1680v2
    Xeon 12 core - E5.2697v2
    I read that the CPU is easy to swap out but am sure something goes wrong at a certain point - even if solderedon they make material to absorb the solder, making your work area VERY clean.
    My Question now is this, get an 8 core, then replace with 2 3.7 QUAD CHIPS, what would happen?
    I also noticed that the 8 core Mac Pro is 3.0 when in fact they do have a 3.4 8 core chip, so 2 =16? Or if correct, wouldn't you be able to replace a QUAD CHIP WITH THAT?  I;M SURE THEY ARE UO TO SOMETHING AS 1) WE HAVE SEEN NO AUDIO FPU OR PERHAPS I SHOULD CHECK OUT PC MAKERS WINDOWS machines for Sisoft Sandra "B-E-N-C-H-M-A-R-K-S" -
    SOMETHINGS UP AND AM SURE WE'LL ALL BE PLEASED, AS the mac pro      was announced Last year, barely made the December mark, then pushed to January, then February and now April.
    Would rather wait and have it done correct than released to early only to have it benchmarked in audio and found to be slower in a few areas- - - the logical part of my brain is wondering what else I would have to swap out as I am sure it would run, and fine for a while, then, poof....
    PEACE===AM SURE APPLE WILL BLOW US AWAY - they have to figure out how to increase the power for 150 watts or make the GPU work which in regard to FPU, I thought was NVIDIA?

  • Sent E-mails Not Saved In Sent Folder

    A while back I posted a topic about randomly sent e-mails not being saved in the Apple Mail Sent folder. At the time I thought it had something to do with AOL. BTW, I am using Apple Mail to access AOL's e-mail servers.
    I am also using Apple Mail to access the e-mail servers for a web account I have with Your-Site.com. The same thing happened. I was sending an e-mail with a 6MB attachment. The Apple Mail status bar was holding steady at the half way mark. But it was not moving for about 2-3 minutes. Eventually the status bar disappeared. I checked my Sent folder and the e-mail I sent was not listed. No error messages. I did happen to bbc myself to another e-mail account that I have and it did make it there. But I have no idea if the e-mail was received by the company who I addressed it to.
    I sent a follow-up e-mail to ask if they have received it but have not heard anything back.
    Should I assume they got it since the bbc was successful?
    Also, is it possible for randomly sent e-mails not to be saved in the Apple Mail Sent folder? And if so, why is that?

    I have the same problem, and I think my mail is an older version 1.3.11 (I don't know why it's not updated though!!) Anyway... it's very frustrating, but I know that even it's not copied in the sent forder, the recipient receive the message. But We don't have any proof until the recipient reply or tell us that he had it. I could say that 97% of my message are copied in the sent folder and the other 3% is lost I don't know where... Why ? I don't understand... I there a probleme with the server .mac or the Mail app. ???
    Thank you

Maybe you are looking for

  • How long does it take for Apple to ship a replacement iPad 2?

    I'd ordered an iPad 2 on the 27th of April and recieved it this last Friday (May 13th). It'd shipped two days ahead of it's scheduled date on the 11th but recieved when it was supposed to. Immediately after recieving my iPad 2, I'd noticed small pits

  • Trouble with Adobe Camera Raw

    I have started to use ACR (Adobe Camera Raw) for making changes to my photos before opening them up properly in Photoshop, and I have 2 quick questions: 1. The Photoshop guide I'm reading says that in the White Balance section of the 'Basic' tab (on

  • Supported Graphics Card?

    I am considering upgrading from Final Cut Express HD to Final Cut Pro X. My MacBook pro is a few years old, and so I've been checking carefully to see about compatability. Can anyone tell me for sure whether or not this graphics card is supported: NV

  • 60+ Second Freezes when starting ASIO Applicati

    Hi, I'm having a problem with my Audigy2 ZS - it seems that every time the ASIO driver initializes, my PC freezes COMPLETELY (even the mouse) for about 30-90 seconds. After that, it goes back to normal. I've got the newest drivers installed and the a

  • Can't See Albums Within Folder on Shared iPhoto Library

    My G5 is set to share its iPhoto library, and I can see most of the albums from my Ti-Book's iPhoto. But the Ti-Book can't see G5 albums which are located within iPhoto folders. Am I doing something wrong? Thanks, Will