Can an administrator see what is in a users mailbox

We often have difficulty in helping users when we don't see what they see. It would be nice to open the mailbox for a user w/o hijacking the account. Can this be done as the admin? Even seening realtime number of messages, and from whom would be helpful.
[269 byte] By [708716] at [2007-11-25 7:09:52]
# 1

Yes ! The admin can see Ur files if he decides so,b'coz

he is the person who creates the account.Even if U had given an password known to U the admin can go to the user account info and change the password.Once U change the password U can login with the password into the mail box.

709454 at 2007-6-29 17:41:43 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Ray,

You could do so with the webmail by using the following URL:

http://msgserver.com/login.msc?user=theboss&password=thepassword&langua ge=en&proxyauth=theuser@msgserver.com

where "user" is the admin's user name and "proxyauth" is the ID of the user.

For this to work, service.http.proxydomainallowed must be set in configutil.

Martin

Martin Fillion at 2007-6-29 17:41:43 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3

Does anyone have a better syntax example.

I'm trying

http://msgserver.com/login.msc?serviceadmin=servicedmin&secret=secret&l anguage=en&johndoe=johndoe@msgserver.com

Does the & stay or should it be:

http://msgserver.com/login.msc?serviceadmin=servicedminsecret=secretlanguage=en johndoe=johndoe@msgserver.com

Thanks.

Ignacio

sdsuf at 2007-6-29 17:41:43 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4

> For this to work, service.http.proxydomainallowed

> must be set in configutil.

Is this setting required for proxy authentication (via the authsdk APIs) to work?

I'm having a tough time figuring this out. If I supply a valid uid EXP_Init, I get only the base Messenger Express URL:

http://webmail.server.com

If I pass an empty uid, I am returned the URL with a session ID (although invalid because it is not associated with a real user):

http://webmail.server.com/en/mail.html?sid=bu9m02p2qbq6u95r8v&lang=en&c ert=false

I have tried everything I can think of and I'm hoping this config attribute is what's stomping on me. (I'm not the Mesg Ex admin to test myself)

Cheers,

adam

704376 at 2007-6-29 17:41:43 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 5
Hi Adam,Could you please let me know if you found the answer. I am running into the same problem.Cheers
javauae at 2007-6-29 17:41:43 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 6
This url works for me, when I use it, and have confirmed that proxyauth is set up and working: http://domain.com/login.msc?user=admin&password=password&fmt-out=text/h tml&proxyauth=user
jay_plesset at 2007-6-29 17:41:43 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...