How to see users mailbox messages

I need to see messages in the users mailbox in order to delete or block some of them. There are some command to do this? because I don�t want to go directory by directory in the store to see the messages.
For example in a messaging system with just sendmail I can see inside all mailboxes as root.

Sendmail doesn't truly have a "mail store", only mailbox files. You can edit those, true.
Messaging Server has a much more sophisticated "mail store". While you can also examine the files there, as text files, that's kind of un-handy.
Messaging Server does, however, provide the "proxyauth" extension to IMAP and HTTP mail access. Easiest for an admin to use is the HTTP version.
First, look at output from running
configutil -o store.admins
this gives you the "proxyauthuser". You assigned that and the password on installation, unless you've changed it.
Second, make sure that proxyauth is turned on in webmail with
configutil -o service.http.allowadminproxy
If it comes back, "no", "0" or "off", you will need to turn it on:
configutil -o service.http.allowadminproxy -v yes
and restart the http process:
stop-msg http; start-msg http
Now, you can construct a browser url like this:
http://dp-design.com/login.msc?user=proxuauthuser&password=password&fmt-out=text/html&proxyauth=user_to_be_checked

Similar Messages

  • How to see debug logging  message on jdeveloper Console?

    How to see debug logging  message on jdeveloper Console?

    The debug info is not even created unless debugging is switched on.
    Adam

  • Cyradm can't see user mailboxes

    Hopefully there is a simple fix for this that I've overlooked. I installed cyradm on 10.3 Server from the package available on afp548.com: http://www.afp548.com/article.php?story=20040814204411280
    After adding a new mailadmin user and placing the username in imapd.conf, I was able to log in to cyradm successfully, but can only view my mailadmin user's mailboxes. For example:
    localhost> lm
    Deleted Messages (\HasNoChildren) INBOX (\Noinferiors)
    Drafts (\HasNoChildren) Sent Messages (\HasNoChildren)
    localhost> lm user/*
    localhost> lm "Other Users/*"
    (no output from either command)
    localhost> sam user/username mailadmin all
    setaclmailbox: mailadmin: lrswipcda: Mailbox does not exist
    localhost> sam "Other Users/username" mailadmin all
    setaclmailbox: mailadmin: lrswipcda: Mailbox does not exist
    Any idea why I cannot view all users' mailboxes? The previous administrator did replace Cyrus at one time when it became problematic. Cyrus itself is now located in /usr/cyrus instead of /usr/bin/cyrus. Not sure if that is relevant or not.
    Many thanks.

    Make sure your admin users in imapd.conf (in the line 'admins:') are separated by space and not by comma.
    I once ran into the same problem a while ago because I had the admin users separated by comma.
    See also man 5 imapd.conf

  • How can local user send message to other user via OSX server in mac maverick

    I just install OS X server in mac mavericks and enable services such as message, DNS, VPN, etc. I also create local users and local network users. I add some local users from OSX server to Message app in order to message to server, but I cannot send any message to those user, even Bonjour is available but I cannot use it to send message in local network.
    I already followed all Server Help in Messages like in this image:
    I try to access to my local OS X server via IP address by using other PC, Mac and iPhone and I can get this interface:
    I already try in iPhone to send message to local user in OS X server after accessing to OS X server via IP Address, but I don't know how local user can get that message and I see nothing in message_archives of message data of server. Therefore, how each user in OSX server can message to each other across OSX server ? Does Admin have to write some codes or make configuration for providing message services to those users ?
    Message was edited by: chhanmalin

    Client users need to use XMPP client app to log in to server with account name like in server , then user can send message to other users in server. Client users can use iphone, pc, or mac.

  • How to see users working on MI ?

    Hi!
    Could you please let me know how can I see users currently working on a MI application ??
    I have installed MAM 2.5   SR5 everything is working ok.  I just want to audit who are working with this application.
    Thanks

    Hi
         I dont see this process is as complicated as mentioned above.  You dont even need to go to the ABAP world to see the list of users using a particular application.  The  MI Web Console or the NetWeaver Administrator will help you in achieving your requirements.  If you are using MI Web Console, go to Administration tab and here you have the possibility to view the all the users who are using MI, the application being used and so on.  For your scenarion, just provide the Mobile Component name in the query tab and click Execute. Work done!! All users using the MAM application will be listed. 
       If you using NetWeaver Administrator, go to Adminstration -> Mobile Infrastructure -> Device Maintenance -> Advance Search and here provide the Mobile Component name.  The users are displayed in the User column and also there is a separate User tab at the bottom.
    Hope this helps.
    Best Regards
    Sivakumar

  • HT4847 how to see your deleted messages

    hello i wanted to see my deleted messages but i cant how do i see them?

    Check the trash folder for the account.  If they aren't there, they can't be recovered.

  • How to see, kick or message users.

    I setup file sharing on my Lion server but I can not for the life of me see where to check who is connected. I see one area where it says how many users are connected but not who they are. Is this option avialable?

    Thought I'd chime back in and say that all of this is still possible in Lion Server, it's just that Apple has moved it away from the GUI.
    For example you can view all connected AFP users by running this in Terminal:
    serveradmin command afp:command = getConnectedUsers | grep "name"
    You can run similar commands to send messages to and disconnect users. So it's still possible, it's just more work than it used to be.

  • How to reset junk mailbox message count?

    Apologies if this is resolved elsewhere, but I can't find it. For the past several months I have received several "ghost" spams per day. (There is nothing in the sender, message header, or body.) The mail filter does not catch them. I wrote a rule (based on a suggestion in this forum) where if "from" does not contain "@" it is sent to junk. It seems to work fine. Since about then - and I'm not sure if the events are simultaneous - my junk mailbox won't reset its count of messages. I have erased all messages in it and SOME are erased, with the count being reduced by 3-4. The total shown next to the mailbox icon continues to grow, however. It is now around 50. There appear to be no messages in the mailbox. This began before I upgraded to Tiger and has continued since then. Mail seems to work fine, but it is very irritating. Thanks for your help.

    Hello Michael.
    Assuming this junk mailbox is for a POP type account, quit Mail first and using the Finder go to Home > Library > Mail > this account named folder (named by the user name and incoming mail server for the account) > Junk.mbox.
    Delete the Junk.mbox folder and empty the Trash.
    When re-launching Mail, a new Junk.mbox will be created automatically by Mail within the account named folder when receiving the next message that is automatically or manually marked as junk.

  • How to see user exit code

    hi,
    i have one user exit name with me like EXIT_SAPLVxxxxx. how can i see it's code.
    thks

    Those user exits are build as function modules. Just goe to transaction SE37, put in the name and there you go. Double click on the include in the FM and you'll see the code. If the include doesn't exist this user exit has not yet been implemented.
    Regards,
    Michael

  • How to see full away message?

    How do you see another persons full away message (shown under their name when they are away)? It is usually cut off since it is too long. Sometimes I can see it by moving my mouse over that persons name, and a tooltip would popup showing the full message. However I find that this only works sometimes for me, and usually doesn't work. Anyone have any ideas?

    How do you see another persons full away message (shown under their name when they are away)? It is usually cut off since it is too long.
    I suppose you have tried dragging the lower corner of your Buddy List to make it wider. :-))
    However I find that this only works sometimes for me, and usually doesn't work. Anyone have any ideas?
    If you place your mouse pointer DIRECTLY over the buddy name and take your hand off the mouse (so shaky hands do not move the mouse) it should show up within a second.
    If your Mac is busy with a task, it may take two seconds.
    If the popup does not open reliably with the mouse positioned correctly and kept stationary, I would suggest you try Mac OS X maintenance.

  • How we see Users transaction Deatails by daily wise.

    Hi,
    I want to knw each users how many transactions he added in
    each documents wise. through Drag and relate we can get but
    there is no option for  incoming and outgoing documents. how
    we will see daily how many transactions he updated. we have
    saw in  OUSR  Table in this there is no data regarding entries.
    daily wise.

    Dear Sampathdevunuri,
    You can get the Users transaction Details daily wise, by creating a small query and create a alert based on that query.
    I have written a sample query for you, which will give the total no. A/R invoices created by each user on daily basis.
    SELECT count(T0.[DocNum]) as "Total A/R Invoice", T1.[U_NAME] FROM OINV T0  INNER JOIN OUSR T1 ON T0.UserSign = T1.INTERNAL_K WHERE DATEDIFF(DD,T0.CREATEDATE,GETDATE())=0 GROUP BY T1.[U_NAME]
    You can creat an alert based on this query and set the alert to fire at the end of the day, so that you have the complete details about the total A/R invoice transactions per user.
    Also you can modify this query to get the details information about other transactions per user as per your requirement.
    Regards,
    Rakesh Pati
    SAP Business One Forum Team

  • How to see Users by area ?

    Hallo.
    I would like to have a list where the users are classified by area (PP, MM, etc..)
    Is there a report that make this, reading the user transaction for example?
    Thanks
    Mario

    Hallo.
    Thanks.
    But I need a similar thing: ST03->This month(for example)->Transaction profile->Standard
    After, Aggregation->by Application
    and here, if I double click on an application, for examle SD, I see the list of the user.
    But I would like viceversa, users and the list of Application to wich they belong.
    Is it possible?
    Thanks.

  • Mapping Runtime Exception - How to see complete error message?

    Hello,
    we have a mapping runtime exception in SXMB_MONI. However only the first 4 lines are displayed are shown in <SAP:Stack>, the rest of the error message is needed however for trouble shooting.
    Is there any way to display the full error message? Executing a unit-test in ESR is not possible as there are some functions executed which just work during runtime.
    Thank you.

    Resolved: The full error is visible in the trace section of the header.

  • How does one perform mailbox to mailbox moving of email messages w/ Messaging 3.X?

    How does one perform mailbox to mailbox moving of email messages with Messaging 3.X?
    <P>
    In an ISP environment there are times that a user changes his
    login name (his unique identifier in the ISP's network, also used as
    his email address) from one value to another. It is very convenient
    for the ISP to be able to move messages from the user's old mailbox
    to the user's new mailbox when this situation occurs.
    <P>
    With Messaging Server 2.0, this was easily accomplished by simply
    moving the mail messages on disk. However, with the added complexity
    of Messaging 3.0 where there are back links, reference counts, etc.,
    associated with mail messages, moving files on disk from one mailbox
    to another is no longer valid.
    <P>
    The MoveUser utility, which is new in MS 3.X, moves messages from
    one messaging server to another or from one maildrop path to another.
    Can this utility be used to move messages from one mailbox to another?
    <P>
    The answer is yes, it can. The user should be aware that if
    duplicate email message id's exist in the mailbox before the
    move, the messages related to the duplicate message id's will
    be duplicated in the target mailbox.
    <P>
    See the online documentation contained with the product or the
    Messaging 3.X Administrator's Guide for exact syntax.

    Hi
    If I understand you correctly and if you are using Apple Mail version 2.0 or above navigate to /Users/Home folder. The Home folder is the one with the house icon, within that folder you will see a Library folder, within that folder you’ll see a Mail folder, within that folder you’ll see a folder that begins with POP followed by your name, within that folder will be a folder called INBOX.mbox, within that folder is a Messages folder. All the mail that you see within the application are there. They will be numbered and have a file suffix of .emlx. You can move these wherever you like.
    If you are using Entourage X, or Entourage 2004 you can easily multiple select mail messages, addresses etc from within the application and drag whatever you’ve selected to wherever you like.
    Tony

  • 3 People Can't see the same messages in a Shared Mailbox

    Three of us at work monitor our Boss' shared mailbox (demanding VIP).  We all have the same permissions.
    It has become insanely common that collectively we do not see the same "Inbox" messages for our boss.
    Generally we see the bulk of the email.
    On increasingly frequent ocassions: A & B see message X  (C doesn't see it in the INBOX)
    or A & C have message Y (B Doesn't see)
    or B &C see message Z (A doesn't see)
    Collectively A has - X & Y
                       B has - X & Z
                       C has - Y & Z
    The content is all there but someone always seems to be left out.
    It is really leading to some confusing conversations and mismanagement of activities in our office. Especially when the Boss asks C (the only person left at work) why the boss didn't get something about message X (of which C cannot see).
    How do we fix this?
    Summed up: A shared mailbox with equal permissions is not displaying the inbox equally across those it is shared with.
    Filters are turned off/not active or otherwise not part of this problem.

    Hi,
    Does the issue only happen on the Boss’ shared mailbox? How about other shared mailbox? Also confirm whether the issue occurs in OWA view.
    Please try to remove all share permissions on Boss mailbox and re-add one user to check whether the user can view all emails in shared mailbox. If there is any Event log, it would be helpful to post it here.
    Thanks,
    Winnie Liang
    TechNet Community Support

Maybe you are looking for