I can currently log into sac, create groups and users. I can hit the webmail login page, but when I try to login to a user account... I get a nice little javascript popup message with the following. "Problem connection to mail server" This also happens when i try to goto the Fules Wizard (rw) as well.
Code: Select all
cat scalix-swa_log.2004-12-15.txt
2004-12-15 12:12:09 StandardContext[/webmail]ip: 63.170.112.227; username: dennisw; message: <SOAP-ENV:Fault><faultcode>SOAP-ENV:CLIENT.ProblemConnectingToImap</faultcode><faultstring>Problem connection to mail server</faultstring><detail><e:ProblemConnectingToImap xmlns:e="http://scalix.com/errors"><message>Problem connection to mail server</message><debug>user: dennisw
request method(s): login
XML:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Header><credentials xmlns="http://scalix.com/schemas/gofish" SOAP-ENV:mustUnderstand="1"><username>dennisw</username><emailDomain>groupware1</emailDomain><fugu>Ox61627c7964752e2a222a34252626242322253206</fugu><ts>0</ts></credentials></SOAP-ENV:Header><SOAP-ENV:Body><m:login xmlns:m="http://scalix.com/methods"/></SOAP-ENV:Body></SOAP-ENV:Envelope></debug></e:ProblemConnectingToImap></detail></SOAP-ENV:Fault>
All the Scalix processes are running, and a look at netstate gives me the following:
Code: Select all
groupware1:/var/log/tomcat/base # netstat -ln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:5729 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 63.170.112.83:25 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:8005 :::* LISTEN
tcp 0 0 :::8009 :::* LISTEN
tcp 0 0 :::80 :::* LISTEN
tcp 0 0 :::8080 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
udp 0 0 63.170.112.83:5766 0.0.0.0:*
udp 0 0 127.0.0.1:5766 0.0.0.0:*
udp 0 0 0.0.0.0:111 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 0.0.0.0:5757 0.0.0.0:*
udp 0 0 :::3450 :::*
If anyone can spot waldo, please hit me up with a clue. Thanks much -- Bret