Re: [SOGo] Changed IMAP-Server in SOGo conf and now im not able to login to it

2011-11-05 Thread Jürgen Echter

Am 04.11.2011 16:19, schrieb Jürgen Echter:

Am 04.11.2011 14:51, schrieb Ludovic Marcotte:

On 04/11/11 09:48, Jürgen Echter wrote:


thunderbird works fine on the same server on port 993, but yes its 
possible that this is an certificate issue. The server uses a self 
signed cert, which i had to accept in thunderbird. But what confuses 
me is, that was all the same on the old server. Self signed cert, 
port 993, ssl, imap. 
SOGo doesn't do certificate validation so it doesn't care if it's 
self-signed or not.


Thunderbird might work over 993 because it might try TLS instead of 
SSL on that port if SSL fails. SOGo will not.


Is your IMAP server exposed on the Internet? If so, give me the FQDN.

Also, retry the openssl s_client command I pasted using that FQDN on 
your side and paste the output.



Hi,

i also tried this string imaps://our.new.domain.de:993/?tls=YES

cheers

juergen







Hi,

strange, now it works with 
stringimaps://mailserver.burg-gmbh.de:993/?tls=YES/string


Thanks for your help.

Juergen
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Changed IMAP-Server in SOGo conf and now im not able to login to it

2011-11-04 Thread Ludovic Marcotte

On 04/11/11 07:41, Jürgen Echter wrote:


i replaced our old IMAP Server in SOGo config  with our new one.

Problem is now, i can't connect to the new IMAP server via SOGo, i can 
connect via Thunderbird.


I didn't change anything else in my setup.

Check if something is listening on port 993:

lsof -iTCP:993

Check if you can connect using openssl:

openssl s_client -connect localhost:993

Show your SOGo configuration.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Changed IMAP-Server in SOGo conf and now im not able to login to it

2011-11-04 Thread Jürgen Echter

Am 04.11.2011 12:43, schrieb Ludovic Marcotte:

On 04/11/11 07:41, Jürgen Echter wrote:


i replaced our old IMAP Server in SOGo config  with our new one.

Problem is now, i can't connect to the new IMAP server via SOGo, i 
can connect via Thunderbird.


I didn't change anything else in my setup.

Check if something is listening on port 993:

lsof -iTCP:993

no output


Check if you can connect using openssl:

openssl s_client -connect localhost:993

here i have output:

CONNECTED(0003)
7771:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake 
failure:s23_lib.c:188:




Show your SOGo configuration.


?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN 
http://www.gnustep.org/plist-0_9.xml;

plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyOCSEMailAlarmsFolderURL/key
stringmysql://sogo:mypassword@localhost:3306/sogo/sogo_alarms_folder/string
keyOCSFolderInfoURL/key
stringmysql://sogo:mypassword@localhost:3306/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringmysql://sogo:mypassword@127.0.0.1:3306/sogo/sogo_sessions_folder/string
keySOGoACLsSendEMailNotifications/key
stringYES/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoCalendarDefaultRoles/key
array
stringPublicViewer/string
stringConfidentialDAndTViewer/string
/array
keySOGoEnableEMailAlarms/key
stringYES/string
keySOGoFoldersSendEMailNotifications/key
stringYES/string
keySOGoForceIMAPLoginWithEmail/key
stringYES/string
keySOGoIMAPServer/key
stringimaps://our.new.host.de:993/string
keySOGoLanguage/key
stringGerman/string
keySOGoMailDomain/key
stringechter-kuechen-elektro.de/string
keySOGoMailingMechanism/key
stringsendmail/string
keySOGoMemcachedHost/key
string127.0.0.1/string
keySOGoProfileURL/key
stringmysql://sogo:mypassword@localhost:3306/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
stringour.new.host.de/string
keySOGoSuperUsernames/key
array
stringj.ech...@echter-kuechen-elektro.de/string
/array
keySOGoTimeZone/key
stringEurope/Berlin/string
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=sogo-users,dc=workgroup,dc=local/string
keybindDN/key
stringcn=admin,dc=workgroup,dc=local/string
keybindPassword/key
stringmypassword/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringShared Addresses/string
keyhostname/key
string192.168.0.200/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
/dict
/dict
/plist

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Changed IMAP-Server in SOGo conf and now im not able to login to it

2011-11-04 Thread Ludovic Marcotte

On 04/11/11 07:48, Jürgen Echter wrote:

I didn't change anything else in my setup.

Check if something is listening on port 993:

lsof -iTCP:993

no output


Check if you can connect using openssl:

openssl s_client -connect localhost:993

here i have output:

CONNECTED(0003)
7771:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake 
failure:s23_lib.c:188: 
You might not have changed anything in your setup but your SSL 
configuration is broken. Fix this and make sure the two commands above 
work correctly before trying again with SOGo.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Changed IMAP-Server in SOGo conf and now im not able to login to it

2011-11-04 Thread Marc Patermann

Jürgen,

Jürgen Echter schrieb (04.11.2011 12:48 Uhr):

Am 04.11.2011 12:43, schrieb Ludovic Marcotte:

On 04/11/11 07:41, Jürgen Echter wrote:


i replaced our old IMAP Server in SOGo config  with our new one.

Problem is now, i can't connect to the new IMAP server via SOGo, i 
can connect via Thunderbird.

You even cannot connect with Thunderbird to your new IMAP server?
If this is the case you should post this at a your new IMAP server 
mailing list, because something is broken.



I didn't change anything else in my setup.

Check if something is listening on port 993:

lsof -iTCP:993

no output


Check if you can connect using openssl:

openssl s_client -connect localhost:993

here i have output:

CONNECTED(0003)
7771:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake 
failure:s23_lib.c:188:

You tried this on our.new.host.de, right?
see above.


Marc
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Changed IMAP-Server in SOGo conf and now im not able to login to it

2011-11-04 Thread Jürgen Echter

Am 04.11.2011 13:54, schrieb Marc Patermann:

Jürgen,

Jürgen Echter schrieb (04.11.2011 12:48 Uhr):

Am 04.11.2011 12:43, schrieb Ludovic Marcotte:

On 04/11/11 07:41, Jürgen Echter wrote:


i replaced our old IMAP Server in SOGo config  with our new one.

Problem is now, i can't connect to the new IMAP server via SOGo, i 
can connect via Thunderbird.

You even cannot connect with Thunderbird to your new IMAP server?
If this is the case you should post this at a your new IMAP server 
mailing list, because something is broken.


nope, thunderbird works fine.




I didn't change anything else in my setup.

Check if something is listening on port 993:

lsof -iTCP:993

no output


Check if you can connect using openssl:

openssl s_client -connect localhost:993

here i have output:

CONNECTED(0003)
7771:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake 
failure:s23_lib.c:188:

You tried this on our.new.host.de, right?
see above.


right, we don't have a local imap server running.

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Changed IMAP-Server in SOGo conf and now im not able to login to it

2011-11-04 Thread Didier Belhomme

Le 04/11/11 14:14, Didier Belhomme a écrit :

Le 04/11/11 14:04, Jürgen Echter a écrit :

Am 04.11.2011 13:54, schrieb Marc Patermann:

Jürgen,

Jürgen Echter schrieb (04.11.2011 12:48 Uhr):

Am 04.11.2011 12:43, schrieb Ludovic Marcotte:

On 04/11/11 07:41, Jürgen Echter wrote:


i replaced our old IMAP Server in SOGo config with our new one.

Problem is now, i can't connect to the new IMAP server via SOGo, i
can connect via Thunderbird.

You even cannot connect with Thunderbird to your new IMAP server?
If this is the case you should post this at a your new IMAP server
mailing list, because something is broken.


nope, thunderbird works fine.





I suspect that your new IMAP server is willing to use TLS layer on
standard 143 TCP port, and that SOGo is not willing to use it. Maybe a
certificate problem. You can try to disable TLS on port 143, and use SSL
on port 993 for imap.



If you cannot reconfigure the IMAP server, what about using security to 
none in Thunderbird configuration (Account preferences, Server 
parameters) ? Just a try, I don't recommend this setting on production 
systems. :-(



I didn't change anything else in my setup.

Check if something is listening on port 993:

lsof -iTCP:993

no output


Check if you can connect using openssl:

openssl s_client -connect localhost:993

here i have output:

CONNECTED(0003)
7771:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake
failure:s23_lib.c:188:

You tried this on our.new.host.de, right?
see above.


right, we don't have a local imap server running.







--
Didier Belhomme
FUNDP - SIU
Gestionnaire Systemes Unix/GNU/Linux
E-mail: didier.belho...@fundp.ac.be
Tel : +32 81 72 50 25
Fax : +32 81 72 50 23
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Changed IMAP-Server in SOGo conf and now im not able to login to it

2011-11-04 Thread Ludovic Marcotte

On 04/11/11 09:48, Jürgen Echter wrote:


thunderbird works fine on the same server on port 993, but yes its 
possible that this is an certificate issue. The server uses a self 
signed cert, which i had to accept in thunderbird. But what confuses 
me is, that was all the same on the old server. Self signed cert, port 
993, ssl, imap. 
SOGo doesn't do certificate validation so it doesn't care if it's 
self-signed or not.


Thunderbird might work over 993 because it might try TLS instead of SSL 
on that port if SSL fails. SOGo will not.


Is your IMAP server exposed on the Internet? If so, give me the FQDN.

Also, retry the openssl s_client command I pasted using that FQDN on 
your side and paste the output.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Changed IMAP-Server in SOGo conf and now im not able to login to it

2011-11-04 Thread Jürgen Echter

Am 04.11.2011 14:51, schrieb Ludovic Marcotte:

On 04/11/11 09:48, Jürgen Echter wrote:


thunderbird works fine on the same server on port 993, but yes its 
possible that this is an certificate issue. The server uses a self 
signed cert, which i had to accept in thunderbird. But what confuses 
me is, that was all the same on the old server. Self signed cert, 
port 993, ssl, imap. 
SOGo doesn't do certificate validation so it doesn't care if it's 
self-signed or not.


Thunderbird might work over 993 because it might try TLS instead of 
SSL on that port if SSL fails. SOGo will not.


Is your IMAP server exposed on the Internet? If so, give me the FQDN.

Also, retry the openssl s_client command I pasted using that FQDN on 
your side and paste the output.



Hi,

i also tried this string imaps://our.new.domain.de:993/?tls=YES

cheers

juergen




--
users@sogo.nu
https://inverse.ca/sogo/lists