SWA and IMAP both use IMAP but the Outlook Connector uses UAL.
So the first thing I would do is check to see if your IMAP daemon is running:
If it is I would try logging in via port 143 to see if that reveals any information; you can log in with your authid or your user name. If you use your user name, put it in quotes.
Code: Select all
# telnet sxlab.mydomain.net 143
Trying 192.168.0.121...
Connected to sxlab.mydomain.net (192.168.0.121).
Escape character is '^]'.
* OK Scalix IMAP server 11.4.5.13150 ready on sxlab.mydomain.net
a1 login Leslie.Ward@mydomain.net password
a1 OK LOGIN completed, now connected to sxlab.mydomain.net
a2 logout
* BYE IMAP Server logging out
a2 OK LOGOUT completed
Connection closed by foreign host.
Try logging in with an IMAP client and check your event log (omshowlog).
Try logging in with SWA and check your /var/opt/scalix/??/tomcat/logs files.