Managing 40 Million User MailBoxes

Hi,
I have started working on Sun Messaging Server 6.3 (imsimta version command is giving some error so cannot tell you explicitly the exact version or patch right now. it says 'ld.so.1: imtacli: fatal: libsasl.so: version `SUNWprivate1.1' not found (required by file /opt/SUNWmsgsr/lib/libimta.so)
ld.so.1: imtacli: fatal: libsasl.so: open failed: No such file or directory
The idea of the project is to create and support 40 million mailboxes for an organization. I would like to know the details to envision the areas of concern and issues that should be taken care of while deciding approach.
We need to integrate this message server application for the users as a sequence to an already existing application. How proxyAuth be useful in this case?
Anticipaing earliest response. TIA.
Mirza

Mirza_Baig wrote:
Thank you for your time and answers. I will be clarifying the not so clear and questions/perspectives that remains to be answered.
2. Discussion going on it. :)I figured as much. How this is implemented and the consequences/limitations is probably the single most important aspect of your project.
3. jSieve is Java implementation of Sieve. Details here.(http://james.apache.org/jsieve/index.html)
jSieve and Sun Messaging Server both implement the Sieve (RFC3028) language. The underlying scripting language is therefore the same for both implementations - so in this context jSieve isn't necessary or useful.
10. I assumed milter to be a kind of filter that does this message body content based filtering based on its type such as images, pdf etc. Please refer to the following for background on what the milter plugin does/provides.
http://msg.wikidoc.info/index.php/About_milter_plugin
I understand for header based filtering Sieve is better approach, than mapping tables.Correct. Mappings tables are more used for actioning lower-level attributes, such as the connecting host's IP address, rate-limiting, modification of recipient addresses, ACL's etc.
The milter plugin actually makes use of sieve actions in the underlying code to implement some of the milter functionality (modification of headers for example are mapped to various sieve functions).
11. By filter precedence I meant, In case all the three filters are applied a user level, a channel level and mta level (with different rules for same domain for example) which filter rule would actually work ( user/channel/mta level)?All three would be evaluated for a given message. The user level filter can over-ride certain actions, but not others. For example if the global (channel/mta) filter 'discard'ed an email but the user level 'fileinto' the email, then the fileinto will be actioned. If the global (channel/mta) filter 'jettison'ed the email, it would be deleted unconditionally as this is a non-override option.
14. Yes, I meant both. SSL communication between msgs and encryption of actual content.SSL communication is easy enough to set up and is documented in the manuals (http://docs.sun.com/app/docs/doc/819-4428/bgbar?a=view). Encryption of actual content is much less trivial and requires that the client (which you are writing) encrypt the contents of the message. We provide the smime utility with our web-client but this wouldn't be useful outside of our client.
We have implemented proxyAuth and that lets us sign in all users automatically signed in once they log in to external application of which this msg center is a part.
We are not using IMAP servers. Entire Message retrieval and delivery is SMTP based.You can't retrieve messages using SMTP. SMTP is a delivery-only protocol. IMAP/POP are the retrieval protocols.
Below is the response to ./imsimta version that we are suppose to work on.
Sun Java(tm) System Messaging Server 6.3-1.04 (built May 9 2007; 32bit)
libimta.so 6.3-1.04 (built 00:41:36, May 9 2007; 32bit)
SunOS ccdev-ldap12 5.10 Generic_125100-10 sun4u sparc SUNW,Sun-Fire-V490
ccdev-ldap12.MCS:You may want to look at getting this system updated to the latest patch release (120228-23). This patch includes a number of bug-fixes which may save you time/hassle in the future.
Also please note we now provide a 64bit version of our product which you may or may not want to consider. Although it doesn't offer much (any) performance gains that I am aware of it does remove the annoying memory address-space limitation.
a. ims-mschannel/tcp-intranet channel/tcp-local channel are few of the channels available for filtering. Which one is applicable for message delivery and receipt?ims-ms -> used to delivery messages into the store
tcp-* -> these are channels that can receive/send emails
A message being enqueued/dequeued from any of the channels can trigger a filter to be used (channel level). The user-level filter is triggered when the email is delivered to the store (ims-ms).
I suspect however that you would be using LMTP for final delivery which is another different channel again.
b. What is the maximum queue size of the message center for message delivery. We are able to deliver messages at the rate of 30 msg/sec as of now with limited hardware as of now. Is this queue size a function of actual msg size or the no of msg in the queue?You seem to be mixing terms here so your question isn't very clear to me.
The rate of email delivery is a factor of the size of the email, the number of recipients and the capability of the underlying hardware. The larger the email the less the number of emails that can be delivered simply because larger emails means more disk I/O and more network traffic. Other factors which influence this include choice of file-system, whether LMTP is used for final delivery (between front-end MTA/back-end store), version of Operation System and the list goes on.
The number of messages in a queue doesn't really get into it. If you start getting more then say 100,000 queued emails ready for delivery then you will need to tune some parameters. Messaging server by default doesn't keep track of infinite queued emails in RAM as this would eventually consume all RAM on the system.
c. I would like to know the location where the message center stores the messages?For any given account (replace <uid> with the uid of account), you can run the following command to see where the folders are on disk:
./mboxutil -lxp user/<uid>/*
d. What are disadvantages of Solaris 10 (ZFS) clustering for message archiving that provides periodic backups and how dataguard is useful in File system level message replication? :)I don't get involved with ZFS deeply enough to be able to answer this with any authority. Push this one onto your local Sun representative.
Regards,
Shane.

Similar Messages

  • How to get list of Users[MailBoxes] in Exchange Server 2013 by using EWS Managed API

    Hi all,
    I need list of Users exists in my Exchange server 2013 , i.e Mail Box Users login name.
    I was  created Full Access permissions of all users to Admin user account,  to access each user Mailbox programatically 
    i need the list of Mailboxes in exchange server .
    MailBox  mailbox = new MailBox("user");
    Please share your ideas

    Hi,
    We can run the following command in Exchange Management Shell to get all user mailboxes name and export it to a .csv file:
    Get-Mailbox -ResultSize Unlimited | Select Name,Alias,RecipientTypeDetails | Export-Csv c:\Users.csv
    If you want to retrieve the list of users by using EWS Managed API, I suggest you can ask a question in Exchange Development forum for more suggestion:
    http://social.technet.microsoft.com/Forums/en-US/exchangesvrdevelopment/threads
    Regards,
    Winnie Liang
    TechNet Community Support

  • SCOM 2007 extest_ user mailbox maintenance/management.

    I use SCOM 2007 to monitor our Exchange 2010 environment.  I use the test-* commands in powershells on my desktop to catch anything that may occur between SCOM alert thresholds.  Several of these use the extest_ account.  
    Today, I looked at the extest_ user mailbox and found that the tests are accumulating in the mailbox.  What do I need to configure so the tests are purged from the mailbox, including the deleted items folder?  
    Information, links, and comments are all welcome.  
    TIA.  

    Hi,
    Do you mean that there are many test mailbox and you want to remove them? As far as I know,  those account is used for synthetic transaction tests for the Exchange. Those synthetic transactions will perform several tests on your Exchange infrastructure
    and warn you if there is a problem with your mail flow. In order to perform such tests the requirement is to have specific users with mailboxes created.  Those users is created by script named New-TestCasConnectivityUser.ps1.
    Each site will have a test account, please refer to the below link for more details:
    http://stefanroth.net/2013/02/09/scom-exchange-2010-mp-extest_-user/
    From my point of view, we can remove those account, but then the script can create them again.
    If you don't create a test mailbox on one or more Mailbox servers, the Management Pack will return the following warning: “The test mailbox was not initialized. Run new-TestCasConnectivityUser.ps1 to ensure that the test mailbox is created.”
    More details:
    http://technet.microsoft.com/en-us/library/ee758052(v=exchg.140).aspx
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • New User Mailbox not showing up in GAL - Created wrong?

    I have a strange issue that is causing me angst and making me argue with my network manager.  Here's the lowdown.  Please shed some light on it if you can.
    Every place I have worked prior to my current company I would do the following steps to create a new user (new employee).  In AD I would
    copy an existing user with the same/similar permissions, distro list membership, etc...  Then go into
    EMC and create a new mailbox for an existing user
    and link it to the new AD object I had just created.  This always worked for me.  Here it doesn't.  When I do it that way, the new user mailbox does not get added to the GAL.  If you go to
    All Users they show up.  I have read several articles about using cached mode and if I turn it off the user will show up.  Unfortunately most of our employees are in the field for long periods of time so we need to run in cached mode.
    The way the network manager wants them created (and this way works) is to create a new user mailbox for a
    new user in EMC which also creates the AD object.  Then I have to go back to AD and manually add the user to permissions groups, distro lists, add profile settings, etc...  Very tedious and manual process.  
    Can someone help me understand why doing it my way, which I have done for years on other networks, is not working here?  Since we are using cached mode do I have to create the user object and mailbox the way he does it?

    I believe the way you are doing it and the way he is doing it is doing exactly the same thing as far as when it shows up in the GAL.  The problem sounds like exactly what you said in that you are using cached mode which uses an Offline Address Book
    (OAB).  If you look in EMC under Organization Configuration/Mailbox/Offline Address Book, you will see the update schedule.  What happens is when you create the account it shows up in the address book right away however it only shows up in the OAB
    when that updater runs.  Even after that is done, the outlook client needs to go out and download the OAB file, which happens 24 hours from the time it last downloaded the OAB.  I'm not sure if there is a fix for your problem as it appears to be
    by design.  Perhaps your old company may have been running in online mode?  You may want to look at
    http://support.microsoft.com/kb/841273/en-us for more details.
    Q1: What is cached mode?
    A1: Cached mode is the new default configuration for Outlook. It provides an experience that is similar to the offline configuration in earlier versions of Outlook. When you are running in cached mode, your Exchange mailbox is synchronized to a local
    file (an .ost file), and the offline address list from your Exchange computer is synchronized to a collection of files (.oab files) on your client computer. Outlook directly accesses the .ost file and the .oab files on your hard disk instead of communicating
    directly with your server or servers. Therefore, network communication between Outlook and Exchange is significantly reduced.
    Q2: Why does cached mode generate an offline address book?
    A2: The offline address book  contains a set of all the properties of a user (such as e-mail addresses and names) that Outlook requires. With an offline address book, Outlook does not have to connect to the global catalog to resolve names, nor
    does it have to open a person’s details record. Instead, Outlook easily obtains this information from the local offline address book.
    Q5: How frequently is the offline address book updated on the Outlook client?
    A5: If left constantly running, Outlook in cached mode automatically updates the offline address book on the client every 24 hours. The 24-hour time period is measured from the time that the offline address book was last downloaded successfully. For
    example, if you complete an offline address book download at 09:00 today, Outlook will start the offline address book download the next day at approximately 09:00. Therefore, different people will receive updates at different, random times.
    Note The default setting on the Exchange computer is to generate an offline address book differential file every morning at 04:00. For a change that is made in Active Directory to reach the client computer, the following events must occur:
    The change must be picked up by the Exchange computer that generates the offline address book files. This can take several hours. At worst, it can take 24 hours. This variable will be referred to as "x."
    The Outlook clients must download the offline address book updates every 24 hours. This update can take several hours. At  worst, it can take 24 hours. This variable will be referred to as "y."
    The update reaches the client machines x+y hours later. It would be rare for a client to ever experience a 48-hour delay or more unless there were some Active Directory or public folder replication issues.

  • 3 million user on Local AD to be synchronized with Office 365 FID issue

    Hello everyone,
    I have a customer (University) Who has an issue with DirSync. They have 3 million users on Local AD they want to synchronize with Office 365 to enable
    these users for Exchange online. 
    Now they have users "Students" enabled for Exchange online and management and staff are enabled on the On-premises Exchange servers. 
    Dirsync during the day synchronize 2 times fine without any error and again 2 times doesn't synchronize and gives error with no details. the error
    is "Stopped Extension-dll exception" 
    More errors shown as below 
    Directory Synchronization:
    An unknown error occurred with the Microsoft Online Services Sign-in Assistant. Contact Technical Support. SetCredential() failed. Contact Technical
    Support.  (0x8009000B)
    I am attaching other errors as well
    at Microsoft.Online.Coexistence.ProvisionHelper.GetLiveCompactToken(String userName, String userPassword)
    at Microsoft.Azure.ActiveDirectory.Connector.ProvisioningServiceAdapter.Initialize()
    at Microsoft.Azure.ActiveDirectory.Connector.ProvisioningServiceAdapter.Import(Byte[] syncCookie, Boolean isFullImport)
    at Microsoft.Azure.ActiveDirectory.Connector.Connector.GetImportEntriesCore()
    at Microsoft.Azure.ActiveDirectory.Connector.Connector.GetImportEntries(GetImportEntriesRunStep getImportEntriesRunStep)
    Forefront Identity Manager 4.1.3465.0"
    FIMSynchronizationService:
    The management agent "Windows Azure Active Directory Connector" failed on run profile "Delta Import Delta Sync" because the server encountered errors.
    FIMSynchronizationService:
    The management agent "Windows Azure Active Directory Connector" step execution completed on run profile "Delta Import Delta Sync" but the watermark was not saved.
    Additional Information
    Discovery Errors : "0"
    Synchronization Errors : "0"
    Metaverse Retry Errors : "0"
    Export Errors : "0"
    Warnings : "0"
    User Action
    View the management agent run history for details.
    Directory Synchronization:
    The Management Agent Windows Azure Active Directory Connector failed on execution. Error returned is 'stopped-extension-dll-exception'. If the problem persists, contact Technical Support.
    Customer have tried to involve Microsoft with them through a third party technical support company but microsoft was not able to apply anything since they have tried to apply some scripts but those scripts would take
    3 days without finishing.
    The first time the Dirsync was applied it took 1 week without finishing until now they were not able to apply a full import and export sync.
    What have really got me interested is that Microsoft did not suggest to the customer to upgrade his FIM (ForeFront Identity Manager)'s old version
    to the latest one. 
    Customer is using Full SQL deployment on a dedicated server and DirSync (FID) on a separate server too. The deployed servers are virtual and have 32
    GB ram and 200 GB HDD size and 4 cores.
    I have recommended to this customer that we do not touch this current deployment since Microsoft themselves couldn't do anything in regard, but what
    we could do is take a virtual snapshot and then apply the upgrade and see if this resolves the issue or not?
    Note:
    Microsoft talked to them about a limited number of synchronized items to their Azure site per week! I am not sure about this but what the customer
    said is that they change approximately about 25,000 user object per day. 
    Could this issue happens because of this limit?
    Thanks

    Besides the large number of objects in the system, which I am not sure DirSync can handle, I suggest you separate the failing step from other steps in the RunProfile.
    So, if you have a step that does Delta Import and Delta Sync, separate into 2 steps;
    Best,
    Nosh
    Nosh Mernacaj, Identity Management Specialist

  • Exch2010: User mailbox changed to Shared Mailbox

    [apologies for posting in the Exch 2013 section - the drop down did not show legacy exchange forum categories!]
    I recently migrated from Exchange 2003 to 2010. Mailboxes were moved and showing in EMC as 'User Mailbox'. All good. 
    Now, two weeks later, around 10 of the 60 mailboxes are now showing as 'Shared Mailbox' and I'm not sure why, or how this changed.
    There is no pattern to why some users have been converted, they are a mixed bag of staff. I have compared mailbox permissions and send as permissions with 'User Mailbox' types but can't see any difference. The users affected have not reported any issues
    to me. 
    What would cause this to happen? I am keen to convert back to User Mailbox type but want to be sure this doesn't happen again.
    Thanks

    Hi,
    The issue is odd. I recommend you check event log to see if there is any clues. Maybe someone converted user mailbox to shared mailbox.
    When you run the Set-Mailbox -Type Shared command to convert user mailbox to shared mailbox successfully, this operation will be logged.
    Open Event Viewer, locate the path: Applications and Services Logs -> MSExchange Management, check if there is related event.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Manager Approved AD User account through FIM.....How to do this?

    i am new in FIM......please provide the simplest Answer
    Any step by step guide....
    and do i need Echange Server for that...i just want the communication between FIM & AD.

    A far I understand, during user creation you would choose manager?
    It can be done by, for example, adding one attribute in schema. And as long this attribute would not be filled out by manager, user would not be provisioned to AD. But provisioning has to be realized through Synchronization Rules or Metaverse rules extensions
    -> provision user only if this attribute is filled (or "true" if boolean).
    So it's rather simple:
    1. Add new boolean attribute to FIM schema and add this attribute as user's attribute,
    2. Make "manager" field in FIM Portal as obligatory when creating user (via RCDC).
    3. Make MPR that manager can update such attribute.
    3.1. If wanted, add MPR that notifies manager that new user is waiting for acceptance.
    4. Make provisioning rules extension - in code or Synch Rule.
    Exchange is not needed. Exchange is only useful if you want FIM to create mailboxes automatically when creating user or if you want FIM to manage mailboxes.
    Keep trying

  • User Mailbox after sync showing in Contacts in ECP rather than Mailboxes in ECP

    Hi Team,
    We have hybrid exchange configuration. User object is created in on-premise, mailbox for user created in O365. We were having some sync issues for the changes that we were doing in AD for that user.
    We are facing issue in user mailbox after removing the on cloud object. What we did is:
    1. Used command Remove-msoluser [email protected]
    2 Used command Remove-msoluser [email protected] -removefromrecyclebin
    3. We then waited for sync, after sync the mailbox was not visible in Mailboxes rather it was visible in Contacts in ECP.
    Please assist us in this issue.

    Hi Vasil,
    Below are the outputs:
    1.
    Get-Recipient [email protected] | fl *RecipientType*
    RecipientType        : MailUser
    2.
    Get-Mailbox [email protected] | fl *RecipientType*
    The operation couldn't be performed because object '[email protected]' couldn't be found on 'xxxxxxxxx.xxxxxxxx.prod.outlook.com'.
        + CategoryInfo          : NotSpecified: (:) [Get-Recipient], ManagementObjectNotFoundException
        + FullyQualifiedErrorId : [Server=Dxxxxxxxxx,RequestId=0000000-0000-0000-0000-0000000000,
       TimeStamp=3/26/2015 12:01:27 AM] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] F1
      A2F66B,Microsoft.Exchange.Management.RecipientTasks.GetRecipient

  • Configure legacy public folders where user mailboxes are on Exchange 2013 servers

    Hello all,
    I have mailboxes on an exchange 2013 server than need access to public folders on a 2010 server before I migrate them over.  I followed the commands in the TechNet article with the subject "Configure legacy public folders where user mailboxes
    are on Exchange 2013 servers" (sorry, I wasn't allowed to insert a link because I wasn't verified?).  The problem is when I run the last command of "Set-OrganizationConfig -PublicFoldersEnabled Remote -RemotePublicFolderMailboxes ProxyMailbox1,ProxyMailbox2,ProxyMailbox3"
    on the 2013 server, using the mailbox name I had created, it says it cannot be found.  Of course I checked and the mailbox exists, is configured properly, and so is the new database.  The 2013 EAC also sees the mailbox with no issues. 
    Can someone tell me why I am getting this error?
    Thanks,
    Shaibal

    Hi Mavis,
    Thank you for your response.  I am the full domain admin, and check and was part of both groups mentioned above.  Also, I have only one 2010 server with public folder, and so the command I am running on the 2013 looks like this: Set-OrganizationConfig
    -PublicFoldersEnabled Remote -RemotePublicFolderMailboxes PFMailbox1. I even just created a second user and mailbox using the console instead of the shell, and still no luck.
    Below is the error I get:
    [PS] C:\Windows\system32>Set-OrganizationConfig -PublicFoldersEnabled Remote -RemotePublicFolderMailboxes PFMailbox2
    Couldn't find object "PFMailbox2". Please make sure that it was spelled correctly or specify a different object.
        + CategoryInfo          : NotSpecified: (:) [Set-OrganizationConfig], ManagementObjectNotFoundException
        + FullyQualifiedErrorId : [Server=ZOR-EXCHANGE01,RequestId=cc567b2f-34d8-41ba-9261-143223566e06,TimeStamp=3/5/2015
        4:36:10 PM] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] 2EF24201,Microsoft.Exchange.Management.Sys
      temConfigurationTasks.SetOrganizationConfig
        + PSComputerName        : zor-exchange01.zubatkin.lan

  • Legacy mailboxes to user mailboxes

    Hello,
    1) I need to provid a list of legacy mailboxes. How can I get that lsit using pwer shell command?
    2) from that list I will later need to change the legacy mailbox to User Mailbox.
    I only know how to change legacy mailbox to User Mailbox for one user but not from a list of many user (prior questions)
    Set-Mailbox -Identity "alias" -ApplyMandatoryProperties
    Can you please help me?

    ~ First of all, Exchange 2003 mailboxes show as Legacy Mailboxes in EMC and there isn't any problem in it.
    ~ If mailboxes are on Exchange 2007 server and shows as Legacy then it should have either created or moved with Exchange 2003 management tools which is the cause of showing it legacy. For your reference :)
    Now back to your answer...
    1) Use below cmdlet to get the list of legacy mailboxes...
    Get-Mailbox -ResultSize Unlimited | Where{$_.RecipientTypeDetails -eq "LegacyMailbox"}
    2) Use below cmdlet to get the list of legacy mailboxes and apply mendatory properties (But use this if you have all mailboxes on Exchange 2007 server ONLY)
    Get-Mailbox -ResultSize Unlimited | Where{$_.RecipientTypeDetails -eq "LegacyMailbox"} | Set-Mailbox -ApplyMandatoryProperties
    Amit Tank | MVP – Exchange Server | MCITP: EMA | MCSA: M | http://ExchangeShare.WordPress.com

  • Deleting emails with a specific subject from a single user mailbox

    we are exchange 2007 on SP1. we do not have an edge server, only a hub server.
    A user mailbox was flooded with 11000 "Undeliverable:" emails in the last 2 days, the source being "DSA". I am still finding out why this has happened. As for now, I have set up a rule to silently drop all emails with this specific subject.
    now the user wanted our team to delete all of these 11000 emails from his mailbox.
    we gave the appropriate permission to the users mailbox by running the command
    Get-Mailbox -Identity “[email protected]” | Add-MailboxPermission -User [email protected] -AccessRights FullAccess -InheritanceType all
    Then I ran the below command
    Get-Mailbox -Identity “[email protected]” | Export-Mailbox -SubjectKeywords "Undeliverable:" -IncludeFolders "\Inbox" -StartDate "09/22/2014" -EndDate "09/23/2014" -DeleteContent -Confirm:$false
    The command ran for a while, showing it was deleting 19000 odd emails with the below summary
    [PS] C:\Windows\System32>Get-Mailbox -Identity "[email protected]" | Export-Mailb
    ox -SubjectKeywords "Undeliverable:" -IncludeFolders "\Inbox" -StartDate "09/22/
    2014" -EndDate "09/23/2014" -DeleteContent -Confirm:$false
    TargetMailbox                    :
    TargetServer                     :
    TargetDatabase                   :
    MailboxSize                      : 733800KB
    IsResourceMailbox                : False
    SIDUsedInMatch                   :
    SMTPProxies                      :
    SourceManager                    :
    SourceDirectReports              :
    SourcePublicDelegates            :
    SourcePublicDelegatesBL          :
    SourceAltRecipient               :
    SourceAltRecipientBL             :
    SourceDeliverAndRedirect         :
    MatchedTargetNTAccountDN         :
    IsMatchedNTAccountMailboxEnabled :
    MatchedContactsDNList            :
    TargetNTAccountDNToCreate        :
    TargetManager                    :
    TargetDirectReports              :
    TargetPublicDelegates            :
    TargetPublicDelegatesBL          :
    TargetAltRecipient               :
    TargetAltRecipientBL             :
    TargetDeliverAndRedirect         :
    Options                          : DeleteSourceContent
    SourceForestCredential           :
    TargetForestCredential           :
    TargetFolder                     :
    PSTFilePath                      :
    RsgMailboxGuid                   :
    RsgMailboxLegacyExchangeDN       :
    RsgMailboxDisplayName            :
    RsgDatabaseGuid                  :
    StandardMessagesDeleted          : 0
    AssociatedMessagesDeleted        : 0
    DumpsterMessagesDeleted          : 19020
    MoveType                         : DeleteOnly
    MoveStage                        : Completed
    StartTime                        : 9/23/2014 7:29:01 PM
    EndTime                          : 9/23/2014 7:32:19 PM
    StatusCode                       : 0
    StatusMessage                    : Messages have been deleted from the source m
                                       ailbox.
    ReportFile                       : C:\Program Files\Microsoft\Exchange Server\L
                                       ogging\MigrationLogs\export-Mailbox20140923-
                                       192900-8103154.xml
    However, when I open the user's mailbox all of the emails still exist. kindly help me understand where I am going wrong and how I can delete all these emails.
    Thank You
    Philip

    Are they still specifically in the Inbox?
    I was thinking that the account might have "Deny" permissions to the user's mailbox but it looks like it can access the mailbox and delete items.
    StandardMessagesDeleted          : 0
    AssociatedMessagesDeleted        : 0
    DumpsterMessagesDeleted         : 19020
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • HOW TO CONFIGURE MANAGER or APPROVER USER IN ACCESS REQUEST MANAGEMENT TO APPROVE OR REJECT REQUEST

    hi sap gurus,
    i configured grc 10 system successfully. I created one user: GR_AR_APP001 and assign following roles:
    SAP_GRAC_ACCESS_APPROVER
    SAP_GRAC_ACCESS_REQUEST_ADMIN
    SAP_GRC_FN_BASE
    SAP_GRC_FN_NUSINESS_USER
    and I maintained GR_AR_APP001 in access control owners as "POINT OF CONTACT", "SECURITY LEAD" and "WORKFLOW ADMINISTRATOR"
    but when i am creating access request for new user and defining MANAGER under user details tab as GR_AR_APP001.
    the user GR_AR_APP001 is not receiving any request for APPROVE or REJECT in his WORK INBOX.
    can u please guide me how to configure APPROVER or MANAGER to approve or reject request.
    I will be very much thankful if you guide me successfully.

    Hi Colleen,
    thanks a lot for your time.
    PIC1: I created one user: GR_AR_APP001
    and assigned all the GRC ROLES.
    PIC2: I assigned owner type to GR_AR_APP001 user : POINT OF CONTACT, SECURITY LEAD and WORKFLOW ADMINISTRATOR in NWBC ACCESS CONTROL OWNERS
    PIC3: I created one EUP 980 (copied from default EUP)
    PIC4: I maintained default manager as GR_AR_APP001 user in 980 EUP
    PIC5: I selected SAP_GRAC_ACCESS_REQUEST process id
    PIC6: I created one agent id as ZGRAC_MANAGER11 in which I added approver user id: GR_AR_APP001
    PIC7: I saved agent id
    PIC8: I added agent id as ZGRAC_MANAGER11 in stage5 in manager stage.
    PIC9: I saved
    PIC10: I maintained EUP 980 (in which I configured manager as GR_AR_APP001 user) in stage 5 task settings
    PIC11: Maintain Route Mapping, I clicked on next
    PIC12 and PIC13: I saved and activated.
    After this process I created one request for new account and selected the manager as GR_AR_APP001 and one request is created with request no 9000000030.
    now I logged into system by user GR_AR_APP001 and checked, there is no request under his work inbox.
    please guide me at least one procedure, how to receive request in approver work inbox so that I can learn other procedures to configure approver as per our organization requirement.
    thanks for your support Colleen.

  • Mailbox Converted from Shared Mailbox to User Mailbox; Unable to log on using Outlook

    Hi,
    We set up Office 365  couple of weeks ago and set up a shared mailbox "sales". This didn't meet our needs as we wanted the users to be send email from the sales email box and have these email appear in the set items folder of the sales mailbox,
    not from the users mailbox.
    Therefore following some instructions, we used the shell to convert the mailbox to a user mailbox. Correctly, this email box now no longer appears in the list of shared mailboxes in the admin site, it appears in the user section.
    We have also successfully assigned this sales user a licence <label boxtype="Label" class="BOX-MainTertiary o365-ns-c LicenseProduct" for="sku0">Office 365 MidSize Business including of course </label>"<label
    boxtype="Label" class="BOX-MainBodyText" for="sku0_Service2">Exchange Online Plan 1".</label>
    However, when we try and add this email box into outlook, it fails, after requesting the password several times. We have checked the password by signing into webmail and this has no issue, it works correctly. We therefore have the correct password, but this
    conversion seems to have caused a problem?!<label boxtype="Label" class="BOX-MainBodyText" for="sku0_Service2"></label>
    The second issue is that the shared mailbox still appears within the users outlook as a shared mailbox, it hasn't removed itself. trying to right click and close complains it is associated with an email account, meaning it wants us to  remove the whole
    account and add it again? Surely if its no longer shared it should vanish?

    What you're trying to do will have its own problems because Outlook does not serve two masters well.  Trust me on this, trying to open two mailboxes simultaneously this way, rather than opening the mailbox as a second mailbox (which doesn't give you
    the Sent Items behavior you crave), will cause you plenty of other problems.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Can not receive messages - user mailbox locked

    Suddenly my incoming messages stopped coming and a dialogue box appeard, saying: "The sending of password failed. The e-mail server (pop3) answered user mailbox locked."
    I've been in contact with my internet service provider and they found nothing wrong from their side. I can access my mail on the webmail and I can send email from my account.
    I've checked the way the server and the account is configured and everything seems to be ok and according to manuals from both the ISP and Thunderbird. How can I get may incoming mail working again? Hoping for help!

    Yes I asked. That was the first thing I did. And there's nothing wrong on the provider's side. They didn't lock the account and found it very unusual. They didn't know much about Thunderbird, however...
    But I got hands-on-help from my son yesterday and that might have (almost) solved it. Seems that Thunderbird can't have both IMAP and POP3 accounts running and there might have been something in this that disturbed the flow. He made a new inbox and things started to work again. But it's still not working 100 %.

  • Role in bpm when the role is dynamic (manager of the user)

    Hi,
    Regarding the bpm I face a case as below:
    I have a bpm which in one of its step a human task would be generated for the Manager of the user that initiate this process.
    Assume that I kept the username of the initiator on one of my variable how can I set the user's manager role?
    as in the bpm I just can set the role and in the mapping of bpm role to LDAP role I can not use the xpath or dynamic thin I can just can select the LDAP user or group.
    Thanks

    Try this:
    Go to the "XXX.task" file of your user screen, you can find it in the structure tree on the left panel inside the "SOA Content" directory of your main project.
    You will see a serie of tabs in the left side of the new window. Go to "Assignment".
    There you will see a default.DefaultPerformer inside a box. Click on it and the on the pencil icon to edit it.
    In the new window you can add the participants using the "by name" or the "by expression" option. If you have the username stored in a variable, you can use it here to dynamically assign the task.
    Hope this helps.
    Let me know if this doesnt work.

Maybe you are looking for

  • New to all this - questions about my setup

    Hi All I have recently been loaned an airport express to play with. My imac connects wirelessly to a netgear router. I have added the airport express as a client (I think). It works fine for streaming music to my hifi in the kitchen, but if I move th

  • How to recover images in Yosemite

    I recently dowloaded imaged from my nikon with the nikon program. As  is my comp. preset the images where in my nikon folder. I don't remember saving any images in jpg. yet. As automatic system the folder has a chronologic number. Today the images ar

  • Using Grep on multiline textframe

    Hello I am using GREP to find text and replace in scripting it but It seems to not work on multiline text. Ex.: My texte My text2 I use ^.({8})(My text2){1}) to replace the 'My text2' but it doesnt work. Is there any way to make safe text subtituions

  • Quicken for MAC

    CAUTION:  Potential purchaser of the Quicken Software for the MAC. After two weeks ago (early December 2012), I purchased a copy of the Quicken Essentials for Mac.  I installed the software onto my MAC and was in the process of converting my Quicken

  • JNDI issues - Weird things

    Hi, i'm really confused right now, it's so weird, i just can't get it. I use POJO business objects in a layer between my session fa�ades and my cmps. I already have on use case working like this: the fa�ade doesn't make references to other ejbs (neit