I am using SSL for the Exchange OWA hence the "https://"
Okay, I seem to have all the ports working correctly but still getting timeouts on the SSL connection. 993 for IMAP4 and 465 for SMTP.
Any help would be greatly appreciated.
I can connect successfully through command line using:
Code:
openssl s_client -connect mail.domainname.com:993 -crlf
and
Code:
openssl s_client -starttls smtp -crlf -connect mail.domainname.com:465
But I still get a SSL Connection Failure error message.
Now, when I set the login name to DOMAIN/USER, the response changes and says it is the wrong login name. So, getting closer.
Here is the zdesktop.log report using the DOMAIN/USER convention:
Code:
2009-01-06 06:00:38,331 INFO [btpool0-7] [] datasource - Testing: DataSource: { id=73a01d74-9948-48e3-84e6-faf4a8361702, type=imap, isEnabled=true, name=MI - Work, host=mail.marininstitute.org, port=993, connectionType=ssl, username=MARININSTITUTE/brucew, folderId=1 }
2009-01-06 06:00:38,800 DEBUG [btpool0-7] [] imap - S: * OK Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.7638.1 (sanrafael2.marininstitute.org) ready.
2009-01-06 06:00:38,800 DEBUG [btpool0-7] [] imap - C: C01 CAPABILITY
2009-01-06 06:00:38,833 DEBUG [btpool0-7] [] imap - S: * CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS NAMESPACE LITERAL+ UIDPLUS CHILDREN AUTH=NTLM
2009-01-06 06:00:38,834 DEBUG [btpool0-7] [] imap - S: C01 OK CAPABILITY completed.
2009-01-06 06:00:38,836 DEBUG [btpool0-7] [] imap - C: C02 LOGIN MARININSTITUTE/brucew <password>
2009-01-06 06:00:38,868 DEBUG [Thread-67] [] imap - S: C02 OK LOGIN completed.
2009-01-06 06:00:38,869 DEBUG [btpool0-7] [] imap - C: C03 LIST "" ""
2009-01-06 06:00:38,899 DEBUG [Thread-67] [] imap - S: * LIST (\Noselect) "/" ""
2009-01-06 06:00:38,899 DEBUG [Thread-67] [] imap - S: C03 OK LIST completed.
2009-01-06 06:00:38,900 INFO [btpool0-7] [] datasource - Test succeeded: DataSource: { id=73a01d74-9948-48e3-84e6-faf4a8361702, type=imap, isEnabled=true, name=MI - Work, host=mail.marininstitute.org, port=993, connectionType=ssl, username=MARININSTITUTE/brucew, folderId=1 }
2009-01-06 06:00:38,901 INFO [btpool0-7] [] offline - SMTP Testing: DataSource: { id=73a01d74-9948-48e3-84e6-faf4a8361702, type=imap, isEnabled=true, name=MI - Work, host=mail.marininstitute.org, port=993, connectionType=ssl, username=MARININSTITUTE/brucew, folderId=1 } Here is the last entry with just the login name:
Code:
2009-01-06 06:03:00,111 INFO [btpool0-7] [] datasource - Testing: DataSource: { id=5f1db6c7-7be8-43fe-bcad-8dc83a70142e, type=imap, isEnabled=true, name=MI - Work, host=mail.marininstitute.org, port=993, connectionType=ssl, username=brucew, folderId=1 }
2009-01-06 06:03:00,668 DEBUG [btpool0-7] [] imap - S: * OK Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.7638.1 (sanrafael2.marininstitute.org) ready.
2009-01-06 06:03:00,668 DEBUG [btpool0-7] [] imap - C: C01 CAPABILITY
2009-01-06 06:03:00,703 DEBUG [btpool0-7] [] imap - S: * CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS NAMESPACE LITERAL+ UIDPLUS CHILDREN AUTH=NTLM
2009-01-06 06:03:00,703 DEBUG [btpool0-7] [] imap - S: C01 OK CAPABILITY completed.
2009-01-06 06:03:00,703 DEBUG [btpool0-7] [] imap - C: C02 LOGIN brucew <password>
2009-01-06 06:03:00,736 DEBUG [Thread-70] [] imap - S: C02 OK LOGIN completed.
2009-01-06 06:03:00,736 DEBUG [btpool0-7] [] imap - C: C03 LIST "" ""
2009-01-06 06:03:00,766 DEBUG [Thread-70] [] imap - S: * LIST (\Noselect) "/" ""
2009-01-06 06:03:00,766 DEBUG [Thread-70] [] imap - S: C03 OK LIST completed.
2009-01-06 06:03:00,775 INFO [btpool0-7] [] datasource - Test succeeded: DataSource: { id=5f1db6c7-7be8-43fe-bcad-8dc83a70142e, type=imap, isEnabled=true, name=MI - Work, host=mail.marininstitute.org, port=993, connectionType=ssl, username=brucew, folderId=1 }
2009-01-06 06:03:00,775 INFO [btpool0-7] [] offline - SMTP Testing: DataSource: { id=5f1db6c7-7be8-43fe-bcad-8dc83a70142e, type=imap, isEnabled=true, name=MI - Work, host=mail.marininstitute.org, port=993, connectionType=ssl, username=brucew, folderId=1 }