[SOGo] SOGo Login Form - SOPE Login Method

2015-08-20 Thread Kiss Tamás
Hi All,

How do I change SOGo web login form to login automatically to other
SOPE authentication capable web pages. (Example: MantisBT)

Thanks,

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


[SOGo] Toolbar Add New Icon

2014-10-31 Thread Kiss Tamás
Hello!

What way do I add a new icon in the toolbar?

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


Re: [SOGo] SOGo 2.1.1b MySQL Value Problem

2014-10-27 Thread Kiss Tamás
 What is theese problems in SOGo 2.1.1b:

 WARNING(-[NSCalendarDate(MySQL4Values)
 initWithMySQL4Field:value:length:]): got no value for string
 '2013-04-27' format '%y%m%d%H%M'.

 ERROR(-[MySQL4Channel primaryFetchAttributes:withZone:]):
 MySQL4Channel[0x0x7f17cdd3fb00] connection=0x0x7f17cde6bae0: got no
 value for column:
   attribute=added
   valueClass=NSCalendarDate
   type=DATE


 This error message states the obviously wrong matching of a date value.
 You have '2013-04-27' stored in your field, but SOGo expects something
 like '201404271058'.
 So your field is
 1) missing the time information and
 2) providing dashes where there should be none.

Hello Christian Mack

Ok, this is correct, but what is this field? I did not modify nothing
on the basic database. ( I use this time format in my users
autentication table, but this is an additional field. )

Kind regards,
Kiss Tamás
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGo 2.1.1b MySQL Value Problem

2014-10-24 Thread Kiss Tamás
Hello!

What is theese problems in SOGo 2.1.1b:

WARNING(-[NSCalendarDate(MySQL4Values)
initWithMySQL4Field:value:length:]): got no value for string
'2013-04-27' format '%y%m%d%H%M'.

ERROR(-[MySQL4Channel primaryFetchAttributes:withZone:]):
MySQL4Channel[0x0x7f17cdd3fb00] connection=0x0x7f17cde6bae0: got no
value for column:
  attribute=added
  valueClass=NSCalendarDate
  type=DATE

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


Re: [SOGo] Change SOGo URL Location

2014-10-23 Thread Kiss Tamás
 How do I move it the: https://mydomain.my/SOGo
 to this: https://mydomain.my/mail
 lcation in the browser.


 I just had a look at the code, in order to debug several misbehaviour.

 Have a look at this:
 https://github.com/inverse-inc/sogo/search?utf8=%E2%9C%93q=%22%2FSOGo%2Fdav%2F%22type=Code
 In my humble opinion, it would be a bit hard to move it without pain :-)

This is very hardcoded string :(. Possibly Apache Proxy?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Change SOGo URL Location

2014-10-23 Thread Kiss Tamás
 How do I move it the: https://mydomain.my/SOGo
 to this: https://mydomain.my/mail
 lcation in the browser.


 I just had a look at the code, in order to debug several misbehaviour.

 Have a look at this:
 https://github.com/inverse-inc/sogo/search?utf8=%E2%9C%93q=%22%2FSOGo%2Fdav%2F%22type=Code
 In my humble opinion, it would be a bit hard to move it without pain :-)

 This is very hardcoded string :(. Possibly Apache Proxy?


 May be. But if it ever HTTP 30X redirects to something, it will break.
 Some links hrefs might also be impossible to force.

 Anyway, I have no definitive answer.


 These are the Apache proxy statements we use that allows us to use:
 https://ourdomain.com/mail
 192.168.1.180 is, of course, the internal IP of our SOGo server.
 BTW - Our Apache server runs on a gateway server using SSL and not the SOGo
 server. These proxy statements are located in our ssl.conf file.

 ProxyPass /mail http://192.168.1.180/SOGo
 ProxyPassReverse /mail http://192.168.1.180/SOGo
 ProxyPass /SOGo http://192.168.1.180/SOGo
 ProxyPassReverse /SOGo http://192.168.1.180/SOGo
 ProxyPassReverseCookiePath /SOGo /
 ProxyPass /SOGo.woa http://192.168.1.180/SOGo.woa
 ProxyPassReverse /SOGo.woa http://192.168.1.180/SOGo.woa
 ProxyPass /help http://192.168.1.180/help
 ProxyPassReverse /help http://192.168.1.180/help

If it works properly, the only one question is, how do I modify the default
/etc/SOGo.conf file. Or this file stay in the factory default?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Change SOGo URL Location

2014-10-23 Thread Kiss Tamás
2014-10-23 22:35 GMT+02:00 Scott Jordahl sc...@jordahl.com:
 On 10/23/2014 12:20 PM, Kiss Tamás wrote:

 How do I move it the: https://mydomain.my/SOGo
 to this: https://mydomain.my/mail
 lcation in the browser.


 I just had a look at the code, in order to debug several misbehaviour.

 Have a look at this:
 https://github.com/inverse-inc/sogo/search?utf8=%E2%9C%93q=%22%2FSOGo%2Fdav%2F%22type=Code
 In my humble opinion, it would be a bit hard to move it without pain :-)

 This is very hardcoded string :(. Possibly Apache Proxy?


 May be. But if it ever HTTP 30X redirects to something, it will break.
 Some links hrefs might also be impossible to force.

 Anyway, I have no definitive answer.


 These are the Apache proxy statements we use that allows us to use:
 https://ourdomain.com/mail
 192.168.1.180 is, of course, the internal IP of our SOGo server.
 BTW - Our Apache server runs on a gateway server using SSL and not the SOGo
 server. These proxy statements are located in our ssl.conf file.

 ProxyPass /mail http://192.168.1.180/SOGo
 ProxyPassReverse /mail http://192.168.1.180/SOGo
 ProxyPass /SOGo http://192.168.1.180/SOGo
 ProxyPassReverse /SOGo http://192.168.1.180/SOGo
 ProxyPassReverseCookiePath /SOGo /
 ProxyPass /SOGo.woa http://192.168.1.180/SOGo.woa
 ProxyPassReverse /SOGo.woa http://192.168.1.180/SOGo.woa
 ProxyPass /help http://192.168.1.180/help
 ProxyPassReverse /help http://192.168.1.180/help

 If it works properly, the only one question is, how do I modify the default
 /etc/SOGo.conf file. Or this file stay in the factory default?

 Leave all the SOGo server settings at default. The proxy redirects handle
 all of the translation logic.

 BTW - I should mention we are using an older version of SOGo (2.0.4), and as
 Mihamina pointed out, if new links have been added to the more recent
 releases of the SOGo server, there could be the need for additional
 ProxyPass statements. But for us, everything is working great with the above
 proxy statements (we're only using the web I/F, not Outlook/OpenChange).

Somehow it possible that the server can not respond to the SOGo
label, just work only the mail label?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Change SOGoRootPage.css

2014-01-19 Thread Kiss Tamás
Hi!

I copied the SOGoRootPage.wox to the
~/sogo/GNUstep/Library/SOGo/Templates/MainUI, changed it, and restart
the server.
These changes work, the Root page has changed!

Then I copied the SOGoRootPage.css ~/sogo/GNUstep/Library
/SOGo/WebServerResources, changed it, and restart the server.
These changes NOT work, the Root page has NOT changed!

What to do now that read this file?

Thank's the help!

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


Re: [SOGo] Please HELP - Big Problem

2013-12-16 Thread Kiss Tamás
Hello!

Ok, I found a mistake!

Do you use IMAP connections with STARTTLS?
Set it to: imaps://your.imap.server:143/?tls=YES
Access to IMAP doesn't work, you should activate IMAP debug.

Since 2.0.3 I use this settings to connect to the IMAP server:

imaps://your.imap.server:993/?tls=YES

Settings to the IMAP server has not changed since then, but
now only works for me this string:

imaps://your.imap.server:993

I use the IMAP debug, but does not provide for any errors
in the log file that can not connect to the IMAP server ...

The string has '%Y-%m-%d' and the expected format
is '%y%m%d%H%M'. There is a format mismatch.

OK, but how do I know in MySQL to set
this format to the 'date' type variable?

Thank's: Tamas!
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Please HELP - Big Problem

2013-12-10 Thread Kiss Tamás
Hi!

Please help me! I update the Ubuntu 12.04 SOGo 2.0.7 to 2.1.1a,
and the SOGo is dead. Not logging to the web interface.

This is the error message:

ERROR(-[NGBundleManager bundleWithPath:]): could not create
bundle for path: '/usr/share/GNUstep/Libraries/gnustep-base/Versions
/1.22/Resources/SSL.bundle'

How do I get the original 2.0.7 SOGo .deb and other
dependencies from your server?

Thank's your help!

Bye: Tamas Kiss!
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Please HELP - Big Problem

2013-12-10 Thread Kiss Tamás
Did you follow upgrade guidelines and are you using /etc/sogo/sogo.conf?

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


Re: [SOGo] Please HELP - Big Problem

2013-12-10 Thread Kiss Tamás
Apache is dead the following error message:

Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /SOGo/so/info/Mail/view
Reason: Error reading from remote server

But the SOGo in ThunderBird is working very well.

Notable SOGo log entries:

ERROR(-[NGBundleManager bundleWithPath:]): could not create bundle for
path: 
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'

WOxElemBuilder: could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder
WOCompoundElement: pool embedding is on.
WOCompoundElement: id logging is on.
SOGoRootPage successful login from '84.236.3.150' for user 'info' -
expire = -1  grace = -1

MySQL4Channel[0x0x7fd3c5fedaf0] connection=0x0x7fd3c5f75c20   query
has results, entering fetch-mode.
WARNING(-[NSCalendarDate(MySQL4Values)
initWithMySQL4Field:value:length:]): got no value for string
'2013-02-10' format '%y%m%d%H%M'.

[WARN] 0x0x7f669d365000[SOGoWebDAVAclManager] entry '{DAV:}write'
already exists in DAV permissions table
[WARN] 0x0x7f669d365000[SOGoWebDAVAclManager] entry
'{DAV:}write-properties' already exists in DAV permissions table
[WARN] 0x0x7f669d365000[SOGoWebDAVAclManager] entry
'{DAV:}write-content' already exists in DAV permissions table

ERROR(-[MySQL4Channel primaryFetchAttributes:withZone:]):
MySQL4Channel[0x0x7fd3c5fedaf0] connection=0x0x7fd3c5f75c20: got no
value for column:
  attribute=added
  valueClass=NSCalendarDate
  type=DATE
WARNING: IMAP4 connection pooling is disabled!

[WARN] 0x0x7fd3c5a97260[WOWatchDogChild] pid 11323 has been hanging
in the same request for 1 minutes
[WARN] 0x0x7fd3c5a97260[WOWatchDogChild] pid 11323 has been hanging
in the same request for 2 minutes
[WARN] 0x0x7fd3c5a97260[WOWatchDogChild] pid 11323 has been hanging
in the same request for 3 minutes
[ERROR] 0x0x7fd3c5c57180[WOWatchDog] No child available to handle
incoming request!

Once again the 2.0.7 worked perfectly, I upgraded to 2.1.1a and died
in the web interface at check-in, but from SOGo in ThunderBird is
correct.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Please HELP - Big Problem

2013-12-10 Thread Kiss Tamás
Do you have apache and sogo on different servers?

No, they are on the same server.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists