Sun Java System Messaging Server - missing mail tab in Comm Suite 5
I just downloaded and attempted to install Comm Suite 5 and trying to use uwc with it. When I log into uwc, I end up with only the address book tab and no mail tab. This is the first time I have set up uwc and is most likely a configuration error some place. I am just not sure where. Ideas of what I need to look at?
As a side note, I am able to log into Messenger Express without a problem. if I sniff the traffic on the messenger express port, it looks like uwc successfully logs (Messenger Express passes back a Location url: /en/mail.html?)
(thanks to all of those who responded previously -- it pointed me in the right direction)
Thanks
Benji
# 1
Are you logging in as a user you've already created? Can that user log into imap? If not, use the provided tools to create domains, users, etc.
# 2
good question. It is an already existing user (read: maybe an attribute on the LDAP account isn't correct since this is an existing userbase?) that seems to be able to log in via straight IMAP. I also sniffed the IMAP traffic, and it does look like that the user is logging in (not that i totally know what that looks like).
benji
# 4
Hi,
Make sure you enable messaging server for UWC access:
cd /opt/SUNWmsgsr/sbin
./configutil -o local.webmail.sso.uwcenabled -v 1
./stop-msg
./start-msg
Failing that - try enabling the UWC debug logging, restart the webserver and see what it reports (/var/opt/SUNWuwc/WEB-INF/config/uwclogging.properties).
Shane.