[SOGo] sogod worker processes sticking at 7.3% MEM, filling up server over time.

2021-04-20 Thread Kevin Creechan
I have a server with 50GB RAM. It usually sits around 13-14gb used on 
any given day.


Recently the server has become unresponsive and I've had to keep my eye 
on it to see what's going on.


Before the server falls over, htop shows that the topmost processes 
using memory are SOGO worker processes. There's 5-6 of them all showing 
7.3% and have been running for more than 12 hours. Over time I'll see 
another, and another, until memory is exhausted and the server is 
unresponsive.


Killing these processes brings it back to the normal 13-14gb used.

I'd like to know if there is any way to see why these particular 
processes are sticking and which users may be having the problem. Any 
way of finding this out?


Also, with the SvMemLimit set to 500MB, why would these processes not be 
auto-killed?  (I can see in the log that the majority of these processes 
are being restarted when they hit 500MB, but these particular ones don't)



--

Thanks,

Kevin Creechan
IBC Computers Brantford
519-753-2861


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


[SOGo] App password setup for MFA

2020-12-17 Thread "Kevin"
The ability to enable two factor auth is great, the only issue I have run
into is using smtp relay capabilities with 2 factor on requires an app
password. I am curious is app passwords are in the works or if there is
something I missed in settings to gen those. 

 

Thanks in advance, love the interface and ActiveSync capabilities from a
client perspective. 

 

V/R

 

Kevin

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

[SOGo] Outlook EAS issue when rolling back virtualized server.

2020-06-20 Thread Kevin Creechan

Hello,


I am looking for users who may have experience running SOGo in a virtual 
server, specifically for anyone who's had to roll back after an update.


After an update went wrong the other day we had rolled back 20 minutes. 
As a result we started getting calls:


- users receiving emails with phantom recipients added that were never 
on the original email.
- users receiving emails with extra attachments that they'd already 
received earlier from completely different recipients.
- users sending emails to clients with the wrong attachment or an 
attachment that was never attached.
- users sending emails to clients with additional and unrelated 
recipients that were never added.


All users using Outlook Pro Plus 2019 on an EAS connection.

After a lot of hair pulling we noted via Webmail that the emails were 
actually fine, and that the extra items were only happening in Outlook. 
Once we re-added their Outlook profiles and let it re-download their 
mail, everything showed with correct recipients and attachments.


I suspect that Outlook keeps a relational database of email items like 
Subjects, recipients and attachments. Perhaps rolling back the server 20 
minutes resulted in duplicate ID's on things so that newly arriving 
emails would have related items matching one that came in during the 20 
missing 20 minutes. Just theory of course, but seems to fit the evidence.


Can anyone relate, or anyone else provide any advice with regards to how 
to properly roll back a bad update without risking these symptoms in the 
future?




--

Thanks,

Kevin


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


[SOGo] Second Host on SOGo/Zentyal Server

2017-07-28 Thread Kevin Smith
I am trying to install a second, ssl enabled vhost on my Sogo/Zentyal
server, but I'm running into difficulty with the proxy. I keep getting the
error

The stylesheet 
https://www.[i]mysecondsite[/i].com/SOGo.woa/WebServerResources/dtree.css?lm=1459872312
was not loaded because its MIME type, “application/octet-stream”, is not
“text/css”.

I have a ProxyPass directive, to send everything non-sogo related into
another server. That doesn't seem to be having any effect on the above
error. I have even tried copying and pasting the original sogo conf file,
to the second site, but it doesn't work. I have tried with and without the
SOGo.woa proxypass directive. Sogo does not seem to pick up the Alias
/SOGo.woa/WebServerResources/ , as it won't load any of the .woa resources,
without the ProxyPass /SOGo.woa ... Does anyone have any ideas?

Here is my .conf file That I am currently working with. Keep in mind that I
have heavily changed the second, ssl, virtualhost. I started by duplicating
the original VirtualHost, changing the ServerName and ServerAlias, but that
didn't work.

user  www-data
group www-data

WSGILazyInitialization On
WSGIPythonPath /usr/lib/openchange/web/rpcproxy
WSGIScriptAlias /rpc/rpcproxy.dll
/usr/lib/openchange/web/rpcproxy/rpcproxy.wsgi
WSGIScriptAlias /rpcwithcert/rpcproxy.dll
/usr/lib/openchange/web/rpcproxy/rpcproxy.wsgi


ServerName zentyal.myfirstsite.com
ServerAlias autodiscover.myfirstsite.com
DocumentRoot /var/www/html

SSLEngine on
SSLCertificateFile /etc/ocsmanager/myfirstsite.com.pem
ProxyAddHeaders On


 Autodiscover begin 

ProxyPassMatch /[Aa]utodiscover(.*)$
http://127.0.0.1:5000/autodiscover$1

#
 EWS 
#
ProxyPass /ews http://127.0.0.1:5000/ews

#
 RPC Proxy begin 
#
# Extremely high timeout required by clients)
Timeout 300
KeepAlive On
KeepAliveTimeout 120
MaxKeepAliveRequests 500
AddDefaultCharset utf-8

Include /etc/apache2/mods-available/wsgi.load
Include /etc/apache2/mods-available/env.load


SetEnv RPCPROXY_LOGLEVEL INFO
SetEnv NTLMAUTHHANDLER_WORKDIR /var/cache/ntlmauthhandler
SetEnv SAMBA_HOST 127.0.0.1
WSGIPassAuthorization On
WSGIProcessGroup %{GLOBAL}
Require all granted



 SOGo webmail begin 

Alias /SOGo.woa/WebServerResources/
/usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/
/usr/lib/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*)
/usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2


AllowOverride None
Require all granted

# Explicitly allow caching of static content to avoid browser
specific
# behavior. A resource URL MUST change in order to have the client
# load the new version.

ExpiresActive On
ExpiresDefault "access plus 1 year"




SetHandler default-handler


## Uncomment the following to enable proxy-side authentication, you
will then
## need to set the "SOGoTrustProxyAuthentication" SOGo user default to
YES and
## adjust the "x-webobjects-remote-user" proxy header in the "Proxy"
section
## below.
#
#  AuthType XXX
#  Require valid-user
#  SetEnv proxy-nokeepalive 1
#  Allow from all
#
ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

# When using CAS, you should uncomment this and install
cas-proxy-validate.py
# in /usr/lib/cgi-bin to reduce server overloading
#
# ProxyPass /SOGo/casProxy
http://localhost/cgi-bin/cas-proxy-validate.py
# http://localhost/app/cas-proxy-validate.py>
#   Order deny,allow
#   Allow from your-cas-host-addr
# 

ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0
ProxyPass /sogo/ http://127.0.0.1:2/SOGo
ProxyPass /sogo http://127.0.0.1:2/SOGo
ProxyPass /webmail/ http://127.0.0.1:2/SOGo
ProxyPass /webmail http://127.0.0.1:2/SOGo
ProxyPass /_debug http://127.0.0.1:5000/_debug retry=0

http://127.0.0.1:2/SOGo>
## When using proxy-side autentication, you need to uncomment and
## adjust the following line:
#  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e"
RequestHeader set "x-webobjects-server-url" "https://
%{REQUEST_HOST}e:443"
SetEnvIf Host "(.*):?" REQUEST_HOST=$1
AddDefaultCharset UTF-8
Require all granted


# For apple autoconfiguration

RewriteEngine On
RewriteRule ^/.well-known/caldav/?$ /SOGo/dav [R=301]


CustomLog ${APACHE_LOG_DIR}/ocsmanager-access.log combined
ErrorLog ${APACHE_LOG_DIR}/ocsmanager-error.log



[SOGo] Memcached (?) problem , new Sogo install on debian 8.4

2016-05-11 Thread Kevin Long


First time install on Debian , with LDAP login .

Login seems to succeed but then webUI immediately hangs, here is a log snipped 
showing the entire login experience.

I assume the best clue of the problem is "an error occurred when caching value 
for key 'kevin.long+defaults': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED 
RETRY” , but I cannot say for sure.


Would love to get this working , thanks all!







May 10 19:19:20 sogod [4520]: |SOGo| starting method 'GET' on uri '/SOGo/'
May 10 19:19:20 sogod [4520]: <0x0x7ff359b06cd0[SOGoCache]> Cache cleanup 
interval set every 300.00 seconds
May 10 19:19:20 sogod [4520]: <0x0x7ff359b06cd0[SOGoCache]> Using host(s) 
'/var/run/memcached.sock' as server(s)
2016-05-10 19:19:20.374 sogod[4520] PG0x0x7ff3597d4620 SQL: BEGIN TRANSACTION
2016-05-10 19:19:20.376 sogod[4520] PG0x0x7ff3597d4620 SQL: SELECT 
t1.c_creationdate, t1.c_id, t1.c_lastseen, t1.c_value FROM  
sogo_sessions_folder t1 WHERE t1.c_id='6Cavbg+2Ftl2tgNADfw1Tg=='
2016-05-10 19:19:20.380 sogod[4520] PG0x0x7ff3597d4620 SQL: ROLLBACK TRANSACTION
May 10 19:19:20 sogod [4520]: <0x0x7ff359b06cd0[SOGoCache]> an error occurred 
when caching value for key 'session:6Cavbg+2Ftl2tgNADfw1Tg==': "SERVER HAS 
FAILED AND IS DISABLED UNTIL TIMED RETRY"
2016-05-10 19:19:20.400 sogod[4520] PostgreSQL72 connection established: 
<0x0x7ff3598dd9e0[PGConnection]:  connection=0x0x7ff3595c9180>
2016-05-10 19:19:20.400 sogod[4520] PostgreSQL72 channel 0x0x7ff3598ddc80 
opened (connection=<0x0x7ff3598dd9e0[PGConnection]:  
connection=0x0x7ff3595c9180>)
2016-05-10 19:19:20.413 sogod[4520] PostgreSQL72 connection established: 
<0x0x7ff359b55d60[PGConnection]:  connection=0x0x7ff359b55ef0>
2016-05-10 19:19:20.413 sogod[4520] PostgreSQL72 channel 0x0x7ff359b556d0 
opened (connection=<0x0x7ff359b55d60[PGConnection]:  
connection=0x0x7ff359b55ef0>)
2016-05-10 19:19:20.414 sogod[4520] PG0x0x7ff359b556d0 SQL: BEGIN TRANSACTION
2016-05-10 19:19:20.414 sogod[4520] PG0x0x7ff359b556d0 SQL: SELECT 
t1.c_creationdate, t1.c_id, t1.c_lastseen, t1.c_value FROM  
sogo_sessions_folder t1 WHERE t1.c_id='6Cavbg+2Ftl2tgNADfw1Tg=='
2016-05-10 19:19:20.416 sogod[4520] PG0x0x7ff359b556d0 SQL: ROLLBACK TRANSACTION
2016-05-10 19:19:20.416 sogod[4520] PG0x0x7ff3598ddc80 SQL: BEGIN TRANSACTION
2016-05-10 19:19:20.417 sogod[4520] PG0x0x7ff3598ddc80 SQL: UPDATE 
sogo_sessions_folder SET c_lastseen = 1462933160, c_creationdate = 1462932427, 
c_value = 
'NZqESwfAYn84mXluS+iEbzSOXgXv+3mJqkScgKg3+Ae1Bcu3BL6q1JJrdnsiI5JXe8UXMTv3RskB9f4zTelOG4u9PKHovugyveo2qVNuOfST89v4TN270Eux7OqT/UAlL2gWNNRWyWQ5mv+0oF4fPUd3ceWXHW28dNb3ZmeCTWocsEr5xJnP+B08EJpiZKgbyXCa2q5UPbU4uTzb6zhJGg==',
 c_id = '6Cavbg+2Ftl2tgNADfw1Tg==' WHERE c_id='6Cavbg+2Ftl2tgNADfw1Tg=='
2016-05-10 19:19:20.419 sogod[4520] PG0x0x7ff3598ddc80 SQL: COMMIT TRANSACTION
May 10 19:19:20 sogod [4520]: <0x0x7ff359b7a990[NGLdapConnection]> Using 
ldap_initialize for LDAP URL: ldap://127.0.0.1:389
May 10 19:19:20 sogod [4520]: <0x0x7ff359b845c0[NGLdapConnection]> Using 
ldap_initialize for LDAP URL: ldap://127.0.0.1:389
2016-05-10 19:19:20.455 sogod[4520] -[NGLdapConnection 
_searchAtBaseDN:qualifier:attributes:scope:]: search at base '' filter 
'(objectClass=*)' for attrs 'subschemaSubentry'
2016-05-10 19:19:20.499 sogod[4520] -[NGLdapConnection 
_searchAtBaseDN:qualifier:attributes:scope:]: search at base 'cn=Subschema' 
filter '(objectClass=*)' for attrs 'objectclasses'
2016-05-10 19:19:20.572 sogod[4520] -[NGLdapConnection 
_searchAtBaseDN:qualifier:attributes:scope:]: search at base 
'ou=users,dc=tdi,dc=cloud' filter '(|(uid=kevin.long)(mail=kevin.long))' for 
attrs 'dn'
May 10 19:19:20 sogod [4520]: <0x0x7ff359b06cd0[SOGoCache]> an error occurred 
when caching value for key 'kevin.long+dn': "SERVER HAS FAILED AND IS DISABLED 
UNTIL TIMED RETRY"
May 10 19:19:20 sogod [4520]: <0x0x7ff359b06cd0[SOGoCache]> an error occurred 
when caching value for key 'kevin.long+attributes': "SYSTEM ERROR"
2016-05-10 19:19:20.674 sogod[4520] PG0x0x7ff359b556d0 SQL: BEGIN TRANSACTION
2016-05-10 19:19:20.675 sogod[4520] PG0x0x7ff359b556d0 SQL: SELECT 
t1.c_creationdate, t1.c_id, t1.c_lastseen, t1.c_value FROM  
sogo_sessions_folder t1 WHERE t1.c_id='6Cavbg+2Ftl2tgNADfw1Tg=='
2016-05-10 19:19:20.677 sogod[4520] PG0x0x7ff359b556d0 SQL: ROLLBACK TRANSACTION
May 10 19:19:20 sogod [4520]: <0x0x7ff359b06cd0[SOGoCache]> an error occurred 
when caching value for key 'session:6Cavbg+2Ftl2tgNADfw1Tg==': "SERVER HAS 
FAILED AND IS DISABLED UNTIL TIMED RETRY"
2016-05-10 19:19:20.678 sogod[4520] PG0x0x7ff359b556d0 SQL: BEGIN TRANSACTION
2016-05-10 19:19:20.678 sogod[4520] PG0x0x7ff359b556d0 SQL: SELECT 
t1.c_creationdate, t1.c_id, t1.c_lastseen, t1.c_value FROM  
sogo_sessions_folder t1 WHERE t1.c_id='6Cavbg+2Ftl2tgNADfw1Tg=='
2016-05-10 19:19:20.679 sogod[4520] PG0x0x7ff359b556d0 SQL: ROLLBACK TRANSACTION
2016-05-10 19:19:20.679 sogod[4520] PG0x0x7ff3598ddc80 SQL: BEGIN TRANSACTION
2016-05-10 19:19:20.680 sogod[4520] 

[SOGo] two-factor authentication ,multiple Identities, ACL control etc.

2015-09-10 Thread Kevin Laurie
Hi,
i am new to SOGo and I think its a great project. I am looking for
several features as listed below:-

1. Two-factor auth
2. multiple SMTP identities( one account with multiple identities)
3. ACL Control (one user with multiple inboxes)

Could someone help explain how to get the points listed above working?

Thanks and Best Regards
Kevin
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Contact Uploading on SoGo

2015-06-02 Thread Kevin Laurie
Hi.
okay sorry. got it to work.
Its working fine with SoGo now on Roundcube

On Mon, Jun 1, 2015 at 11:34 PM, Kevin Laurie
superinterstel...@gmail.com wrote:
 Dear Christian,
 Thanks for helping me earlier here.
 I am using Roundcube 1.0.4 .
 Would I need additional plugins for roundcube to see contacts of SoGo?
 Or would it integrate?
 If I do need one, I am going to be using the plugin listed below:-

 https://github.com/christian-putzke/Roundcube-CardDAV

 But I am not sure how to run this command:-
 * Execute SQL statements from /plugins/carddav/SQL/yourDatabase.sql

 Not much experience in sql so appreicate if you could help by telling
 me how to execute this? Appreciate it.

 Thanks
 Kevin


 On Mon, Jun 1, 2015 at 5:20 PM, Christian Mack
 christian.m...@uni-konstanz.de wrote:
 Hello

 Am 2015-06-01 um 03:57 schrieb Kevin Laurie:
 Hello,
 Is there any tutorial on how to upload contacts onto SoGo.
 I am quite new to CardDAV and would appreciate if someone could
 provide help or tutorial on how do I upload customers onto SoGo.
 I have them in vard format.  Request for help.


 There is no official SOGo User Manual from Inverse.
 But there are several out there.

 Import of address cards:
 Open your SOGo in your browser.
 Login to SOGo.
 Click on Adress Book in the main bar.
 Right click on the address book you want to import your address cards
 (e.g. Personal Adddress book).
 Choose Import Cards.
 Select the file with your address cards.
 Press Upload.
 Wait till SOGo has done its work.


 Kind regards,
 Christian Mack

 --
 Christian Mack
 Universität Konstanz
 Kommunikations-, Informations-, Medienzentrum (KIM)
 Abteilung Basisdienste
 78457 Konstanz
 +49 7531 88-4416

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

Re: [SOGo] Contact Uploading on SoGo

2015-06-01 Thread Kevin Laurie
Dear Christian,
Thanks for helping me earlier here.
I am using Roundcube 1.0.4 .
Would I need additional plugins for roundcube to see contacts of SoGo?
Or would it integrate?
If I do need one, I am going to be using the plugin listed below:-

https://github.com/christian-putzke/Roundcube-CardDAV

But I am not sure how to run this command:-
* Execute SQL statements from /plugins/carddav/SQL/yourDatabase.sql

Not much experience in sql so appreicate if you could help by telling
me how to execute this? Appreciate it.

Thanks
Kevin


On Mon, Jun 1, 2015 at 5:20 PM, Christian Mack
christian.m...@uni-konstanz.de wrote:
 Hello

 Am 2015-06-01 um 03:57 schrieb Kevin Laurie:
 Hello,
 Is there any tutorial on how to upload contacts onto SoGo.
 I am quite new to CardDAV and would appreciate if someone could
 provide help or tutorial on how do I upload customers onto SoGo.
 I have them in vard format.  Request for help.


 There is no official SOGo User Manual from Inverse.
 But there are several out there.

 Import of address cards:
 Open your SOGo in your browser.
 Login to SOGo.
 Click on Adress Book in the main bar.
 Right click on the address book you want to import your address cards
 (e.g. Personal Adddress book).
 Choose Import Cards.
 Select the file with your address cards.
 Press Upload.
 Wait till SOGo has done its work.


 Kind regards,
 Christian Mack

 --
 Christian Mack
 Universität Konstanz
 Kommunikations-, Informations-, Medienzentrum (KIM)
 Abteilung Basisdienste
 78457 Konstanz
 +49 7531 88-4416

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

Re: [SOGo] Contact Uploading on SoGo

2015-06-01 Thread Kevin Laurie
Dear Christian,
Thanks!
Will try. Thanks. Its my first time getting used to doing this
Appreciate your swift feedback.
Regards
Kevin A.

On Mon, Jun 1, 2015 at 5:20 PM, Christian Mack
christian.m...@uni-konstanz.de wrote:
 Hello

 Am 2015-06-01 um 03:57 schrieb Kevin Laurie:
 Hello,
 Is there any tutorial on how to upload contacts onto SoGo.
 I am quite new to CardDAV and would appreciate if someone could
 provide help or tutorial on how do I upload customers onto SoGo.
 I have them in vard format.  Request for help.


 There is no official SOGo User Manual from Inverse.
 But there are several out there.

 Import of address cards:
 Open your SOGo in your browser.
 Login to SOGo.
 Click on Adress Book in the main bar.
 Right click on the address book you want to import your address cards
 (e.g. Personal Adddress book).
 Choose Import Cards.
 Select the file with your address cards.
 Press Upload.
 Wait till SOGo has done its work.


 Kind regards,
 Christian Mack

 --
 Christian Mack
 Universität Konstanz
 Kommunikations-, Informations-, Medienzentrum (KIM)
 Abteilung Basisdienste
 78457 Konstanz
 +49 7531 88-4416

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

[SOGo] Contact Uploading on SoGo

2015-05-31 Thread Kevin Laurie
Hello,
Is there any tutorial on how to upload contacts onto SoGo.
I am quite new to CardDAV and would appreciate if someone could
provide help or tutorial on how do I upload customers onto SoGo.
I have them in vard format.  Request for help.
Best Regards
Kevin
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Alternative port with SSL

2014-02-23 Thread Kevin

It looks like I have it.

I had to copy over the SSL configs to the virtualhost section to make the 
SSL work.



Listen *:6443
NameVirtualHost *:6443
VirtualHost *:6443
   SSLEngine on
   SSLProtocol all -SSLv2
   SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
   SSLCertificateFile /etc/ssl/usr-2-cert.pem
   SSLCertificateKeyFile /etc/ssl/private/usr-2-key.pem
   Files ~ \.(cgi|shtml|phtml|php3?)$
   SSLOptions +StdEnvVars
   /Files
  Servername FQDN
  DocumentRoot /usr/lib/GNUstep/SOGo/WebServerResources/
  ErrorLog /var/log/httpd/sogoerror.log
  Customlog /var/log/httpd/sogoaccess.log combined
  ServerSignature Off
  Alias /SOGo.woa/WebServerResources/ 
/usr/lib/GNUstep/SOGo/WebServerResources/

  Alias /SOGo/WebServerResources/ /usr/lib/GNUstep/SOGo/WebServerResources/
  AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) 
/usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2

  Directory /usr/lib/GNUstep/SOGo/
   SSLOptions +StdEnvVars
 AllowOverride None
 Order deny,allow
 Allow from all
   IfModule expires_module
   ExpiresActive On
   ExpiresDefault access plus 1 year
   /IfModule
  /Directory
  LocationMatch 
^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)

SetHandler default-handler
  /LocationMatch
  ProxyRequests Off
  SetEnv proxy-nokeepalive 1
  ProxyPreserveHost On
  ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0
  Proxy http://127.0.0.1:2/SOGo
   RequestHeader set x-webobjects-server-port 6443
   RequestHeader set x-webobjects-server-name FQDN:6443
   RequestHeader set x-webobjects-server-url https://FQDN:6443
   RequestHeader set x-webobjects-server-protocol HTTP/1.0
   RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e 
env=REMOTE_HOST

   AddDefaultCharset UTF-8
   Order allow,deny
   Allow from all
  /Proxy
  ## We use mod_rewrite to pass remote address to the SOGo proxy.
  # The remote address will appear in SOGo's log files and in the X-Forward
  # header of emails.
  # RewriteEngine On
  # RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]
  # Redirect permanent /index.html http://sogo.example.com/SOGo
/virtualhost


Then I changed the extensions.rdf file to use the new port:
?xml version=1.0?

!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
 xmlns:isi=http://inverse.ca/sogo-integrator/;
 xmlns:em=http://www.mozilla.org/2004/em-rdf#;
 xmlns:NC=http://home.netscape.com/NC-rdf#;
 Seq about=http://inverse.ca/sogo-integrator/extensions;
   
isi:updateURL=https://FQDN:6443/SOGo-configs/updates.php?plugin=%ITEM_ID%amp;version=%ITEM_VERSION%amp;platform=%PLATFORM%
   li
   /li
 /Seq
/RDF


And Thunderbird and SOGo worked! 



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


[SOGo] Alternative port with SSL

2014-02-21 Thread Kevin Brault
Hello everyone,

I am trying to configure SOGo to run on an alternate SSL port but I am having
to success.

Does anyone have any experience with doing this?

Will it break any functionality with the Thunderbird plugin.

I am only interested in changing ports for the SOGo connection and webmail.
IMAPS and STMPS will stay the same.

Thank you in advance for your help.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Alternative port with SSL

2014-02-21 Thread Kevin

Would you be able to share your SOGo.conf file that you used?

Thanks


J.  wrote in message 
news:1393032178.21878.yahoomail...@web122103.mail.ne1.yahoo.com...


We were able to get sogo working over ssl on nginx with port 444 (meaning 
that to log into the sogo web client we could do that over part 444). The 
browser complains, but it did work. We were even able to get Thunderbird 
working, but had trouble getting integrator working because it wasn't 
connecting and wouldn't offer to add an exception (from what I can 
remember). We gave up, bought a ssl cert and just used 443 in the end and 
had help from Inverse setting it up.




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


[SOGo] Auth. Capitalizing Login

2013-03-01 Thread Kevin Smith
Is there a way to force SOGo to accept what was typed in the login box, and
not use the LDAP uid?

This causes a problem when, the uid is or is not capitalized, but dovecot
won't accept the case.

If SOGo could be forced to pass the login, as typed, instead of passing the
uid, it would eliminate this issue.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Updated Documentation 2.0.4

2013-03-01 Thread Kevin Smith
I found #1 at the end of the installation guide, so I apologize for
bringing that to light. Might I be so bold as to suggest moving it to the
beginning, as it's a key component in the entry of data for SOGo.

On Thu, Feb 28, 2013 at 8:22 AM, Kevin Smith
theonlytalkingg...@gmail.comwrote:

 Thanks for taking the time to ask, Francis. I hate having to write in a
 mailing list, asking for help. It's usually a last resort, for me.

 A couple examples:

- No updated information on the sogo user. I had to dig on the net to
find out the command to add defaults is now sudo -u sogo.
- The location for the defaults file, if using sudo -u sogo defaults
write sogod [command] is incorrect. In Ubuntu, it's in /var... not /usr...
- There is no basic documentation as to where sogo.conf is supposed to
reside, how it interacts with apache if sogo.conf is even created in
Ubuntu. There was no sogo.conf created, when I used apt-get, in my
installation. The documentation lists it as /etc/httpd/conf.d/SOGo.conf.
httpd does not exist in Ubuntu, it's apache2.
- How to list the defaults file, using sudo -u sogo defaults read
sogod.
- Installing from the .tar file, as far as I can tell, has no
'INSTALLATION' file, with directions on how to use the 'manual' install.
- Providing numerous examples, maybe in an appendix, for setup
scenarios would be amazingly helpful.

 If this software is to be extraordinarily successful, it should have the
 documentation for someone with less than 5 years of Linux experience can
 use, but that's just my opinion.

 On Thu, Feb 28, 2013 at 6:38 AM, Francis Lachapelle 
 flachape...@inverse.ca wrote:

 Hi Only Talking Goat

 On 2013-02-27, at 4:02 PM, theonlytalkingg...@gmail.com wrote:

  Does anyone know of a comprehensive installation and usage guide for
 2.0.4? I
  installed it on Ubuntu, using apt-get, and the documentation from the
 website
  is horribly wrong, for the most part. None of it works and it's
 outdated.
 
  I can't find any information about how SOGo interacts with Apache. Most
 of the
  files are not in the same place... Help.

 The guide is for RHEL/CentOS. Where is the documentation wrong for Ubuntu?


 Francis

 --
 flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
 Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence (
 http://packetfence.org)

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



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

Re: [SOGo] Updated Documentation 2.0.4

2013-02-28 Thread Kevin Smith
Thanks for taking the time to ask, Francis. I hate having to write in a
mailing list, asking for help. It's usually a last resort, for me.

A couple examples:

   - No updated information on the sogo user. I had to dig on the net to
   find out the command to add defaults is now sudo -u sogo.
   - The location for the defaults file, if using sudo -u sogo defaults
   write sogod [command] is incorrect. In Ubuntu, it's in /var... not /usr...
   - There is no basic documentation as to where sogo.conf is supposed to
   reside, how it interacts with apache if sogo.conf is even created in
   Ubuntu. There was no sogo.conf created, when I used apt-get, in my
   installation. The documentation lists it as /etc/httpd/conf.d/SOGo.conf.
   httpd does not exist in Ubuntu, it's apache2.
   - How to list the defaults file, using sudo -u sogo defaults read
   sogod.
   - Installing from the .tar file, as far as I can tell, has no
   'INSTALLATION' file, with directions on how to use the 'manual' install.
   - Providing numerous examples, maybe in an appendix, for setup scenarios
   would be amazingly helpful.

If this software is to be extraordinarily successful, it should have the
documentation for someone with less than 5 years of Linux experience can
use, but that's just my opinion.

On Thu, Feb 28, 2013 at 6:38 AM, Francis Lachapelle
flachape...@inverse.cawrote:

 Hi Only Talking Goat

 On 2013-02-27, at 4:02 PM, theonlytalkingg...@gmail.com wrote:

  Does anyone know of a comprehensive installation and usage guide for
 2.0.4? I
  installed it on Ubuntu, using apt-get, and the documentation from the
 website
  is horribly wrong, for the most part. None of it works and it's outdated.
 
  I can't find any information about how SOGo interacts with Apache. Most
 of the
  files are not in the same place... Help.

 The guide is for RHEL/CentOS. Where is the documentation wrong for Ubuntu?


 Francis

 --
 flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
 Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence (
 http://packetfence.org)

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

Re: [SOGo] Funambol Connector 1.0.9 Release

2011-09-28 Thread kevin

I have it here:

http://dl.dropbox.com/u/25304502/funambol-sogo-1.0.9.s4j.20110419

On Tue, 27 Sep 2011 11:57:43 +0200, Matthieu ROGER wrote:

Hello,

 Few months ago, Inverse Team announced release of Funambol Connector
beta version 1.0.9 with this download link :
https://inverse.ca/downloads/tmp/funambol-sogo-1.0.9.s4j.20110419 [1]

 This link is broken and on sogo website, we can download only 1.0.8
version.

 Is there a place to download this version?

 Kinds regards,

--
  Signature Matthieu ROGER

 Matthieu ROGER

 23 rue de la Fraternité - 95460 Ezanville - France
 Tél. : +33 (1) 30 11 81 50 - Fax : +33 (1) 30 11 81 49
 www.lanetcie.com [2]



Links:
--
[1] https://inverse.ca/downloads/tmp/funambol-sogo-1.0.9.s4j.20110419
[2] http://www.lanetcie.com


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


Re: [SOGo] SOGo and Funambol

2011-07-11 Thread kevin
I used Apache to proxy the connection. SSL in Apache is much easier for 
me.


On Mon, 11 Jul 2011 19:34:28 +0200, Christian Reischl wrote:

Hi André,

it was a little trickier, at least for me.

Typing https:// was not enough, but finally I got it to work.


I followed these guides:
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html (basic SSL
configuration for Tomcat)

https://wiki-bsse.ethz.ch/display/ITDOC/Import+an+openssl+generated+key+into+a+tomcat+application
(to import existing SSL certificates and keys)

After these steps, the Sync URL looks like this:
https://funambol.server.url:8443/funambol/ds/


A big thank you to the SOGo developers (and those of Funambol too).

Regards,
__
Christian Reischl

Fraunhofer Institut für
Verfahrenstechnik und Verpackung
Giggenhauserstr. 35,
85354 Freising

Telefon: +49 (0) 8161 / 4 91-704
mailto: christian.reis...@ivv.fraunhofer.de
http://www.ivv.fraunhofer.de


André Schild an...@schild.ws schrieb:

Hello Christian,

Am 11.07.2011 09:44, schrieb Christian Reischl:

Hi Kevin,

thank you very much.

Latest Funambol (10.0.2) and SOGo Connector 1.0.9 are working
perfectly for me.

Another question:
Is it possible to encrypt the traffic between Funambol/SOGo 
Connector

and a Funambol Client?


Yes, just use a https:// link instead of http://

André


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


Re: [SOGo] SOGo and Funambol

2011-07-04 Thread Kevin C. Smith
I'm using it without issue with Funambol 9.

On 07/04/2011 04:54 AM, Christian Reischl wrote:
 Hi,
 
 today I found a topic about Funambol Connector 1.0.9.
 
 Is it safe to use, or is it still experimental?
 Any suggestions on my first question?
 
 Regards,
 __
 Christian Reischl
 
 Fraunhofer Institut für
 Verfahrenstechnik und Verpackung
 Giggenhauserstr. 35,
 85354 Freising
 
 Telefon: +49 (0) 8161 / 4 91-704
 mailto: christian.reis...@ivv.fraunhofer.de
 http://www.ivv.fraunhofer.de
 
 
 Christian Reischl schrieb:
 Hi,

 what is the recommended Funambol version to use with SOGo?

 Is it still 8.5 (newest 10.0) in combination with Connector 1.0.8?
 Is there a newer connector build?

 I want to sync with my Android Device (Nexus One).

 Regards,


-- 
I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth. -- Umberto Eco



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] Funambol Push?

2011-06-15 Thread kevin

Does/can funambol PIM push work with SOGo?
Syncing works fine scheduled and manually, but I can't determine how to
set up pimlistener to work with SOGo or if it's even an option.

Need to know if I should stop trying?
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] 1.37a signature issue

2011-06-14 Thread Kevin C. Smith
If no signature has been set. I think your experiencing the issue
where it's necessary to click Save and Close then return to
Preferences - IMAP Accounts and the option will now be available.

On 06/14/2011 09:26 AM, Brian Lockwood wrote:
 I have 1.37a as an update on Centos 5.4.
 The signature option to dispaly signature at end of email is still in
 prefs but the bit that lets you edit you signature is not.
 
 Any suggestions?
 
 BTW, I went from 1.35 to 1.37 as so far as I can tell, there was no sql
 update.
 
 Brian


-- 
I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth. -- Umberto Eco
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Auto-complete Address

2011-05-03 Thread Kevin

We too are having this problem.

I have not been able to get a log report yet.

Does anyone have a work around?

Kevin


___
Kevin J. Brault Sharp Technologies and Design Group Mechanical Engineering 
and CAD Administrative Services 410 East Crescent Place Chandler, Arizona 
85249 480-899-5565 Email: kbra...@sharptechdesign.com

Website: www.sharptechdesign.com




Ben Luey  wrote in message news:4da75b0d.5060...@vescentphotonics.com...



https://bugzilla.mozilla.org/show_bug.cgi?id=608041
Very cyclic question, someone having this problem should post a trace on
the bug.

I tried doing a trace as described in the bugreport. But I don't get any
log using (NSPR_LOG_MODULES=timestamp,ldap:5). Wiht smtp:5 or all:5 I
get some logs but nothing regarding ldap. Do the Plugins from sogo
change some behaviour there?

I think one wants to log the carddav traffic as I believe it is the
query to the carddav addressbook that is causing the problems.
Unfortunately, I haven't figured out how to do that.

Ben 



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


Re: [SOGo] Auto-complete Address

2011-05-03 Thread Kevin



We too are having this problem.

I have not been able to get a log report yet.

Does anyone have a work around?

Kevin


___
Kevin J. Brault Sharp Technologies and Design Group Mechanical Engineering 
and CAD Administrative Services 410 East Crescent Place Chandler, Arizona 
85249 480-899-5565 Email: kbra...@sharptechdesign.com

Website: www.sharptechdesign.com




Ben Luey  wrote in message news:4da75b0d.5060...@vescentphotonics.com...



https://bugzilla.mozilla.org/show_bug.cgi?id=608041
Very cyclic question, someone having this problem should post a trace on
the bug.

I tried doing a trace as described in the bugreport. But I don't get any
log using (NSPR_LOG_MODULES=timestamp,ldap:5). Wiht smtp:5 or all:5 I
get some logs but nothing regarding ldap. Do the Plugins from sogo
change some behaviour there?

I think one wants to log the carddav traffic as I believe it is the
query to the carddav addressbook that is causing the problems.
Unfortunately, I haven't figured out how to do that.

Ben 



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


[SOGo] SOGoSync

2011-03-25 Thread Kevin C. Smith
I saw a few posts about this project, http://geekworld.dk/sogosync/. I'm
wondering how it's progressing? I would be nice if the code was hosted
somewhere.

-- 
I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth. -- Umberto Eco
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Re: Funambol Sogo connector

2011-03-12 Thread Kevin C. Smith
What version of Funambol did you use. I've a similar setup with a Win
phone, but I don't get my calendar in SOGo. AND I did the Win phone
setup as below (sogo-card, etc). I did use latest Funambol and that may
be my issue. 

On Sat, Mar 12, 2011 at 01:09:16PM +0100, Rosario Russo wrote:
 Il 12/03/2011 12.16, Rosario Russo ha scritto:
 
 Ok, I got it! In the Funambol client (on the mobile phone), click
 Menu|Settings. In the Sync Settings window, click the checkbox by
 each type of data you want to synchronize. Select Calendar, for
 example. Then Menu|Advanced.
 In the Remote Name: write:
 Contacts: sogo-card
 Calendar: sogo-cal
 tasks: sogo-todo
 
 Press Save and sync your data.
 
 I wonder how to sync also e-mails on the phone. I don't know if
 email as Remote Name in sogo (and in Funambol) is the correct
 name or I have to change it...
 
 Hope this helps...
 
 
 If I make a query in the mysql db, my contacts are there... But why
 SOGo didn't find them?
 
 All passwords and parameters are correct. It seems that Funambol
 updates my contacts, but SOGo didn't know where to find them. Or,
 probably, I don't find them! :-)
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Funambol v9, SOGo 1.3.5a, PocketPC Funambol Client 9.0.2

2011-03-04 Thread Kevin C. Smith
SOGo works fine and now wanted to try out phone syncing.
I went with Funambol v9 since it's the latest; maybe my mistake?

I have Funambol setup up and mostly working. Calendar and Contacts are
syncing with Funambol; the correct number is transfered from the phone and
is viewable in the db. I didn't try tasks, since the client doesn't allow
me to change it from vCalendar to SIF (which is think is needed?).

The issue: Funambol doesn't sync with SOGo. So, nothing moves to my SOGo
calendar or form the calendar to the phone.

Some cherry picked lines for the logs:

Begining of sogo-cal sync:

[2011-03-04 13:42:32,054] [funambol.engine] [TRACE]
[90E248E99214420B5A66BBC85FE
7271F] [166.229.94.208] [fwm-00F3F517301867310] [kevins] [] Checking if
the data
base
com.funambol.framework.database.Database@32f6c059[name=sogo-cal,type=null
,statusCode=200,target=com.funambol.framework.core.Target@65ce2d32,source=com.fu
nambol.framework.core.Source@42f961d5,anchor=com.funambol.framework.core.Anchor@
286094d[last=1299267528,next=1299267765],principal=fwm-00F3F517301867310/kevins]
 is in the server database list.
[2011-03-04 13:42:32,056] [funambol.sogo] [INFO]
[90E248E99214420B5A66BBC85FE727
1F] [166.229.94.208] [fwm-00F3F517301867310] [kevins] [] Source URI: sogo-cal
[2011-03-04 13:42:32,057] [funambol.handler] [TRACE]
[90E248E99214420B5A66BBC85F
E7271F] [166.229.94.208] [fwm-00F3F517301867310] [kevins] [] Requested
databases
:
[com.funambol.framework.database.Database@32f6c059[name=sogo-cal,type=null,s
tatusCode=200,target=com.funambol.framework.core.Target@65ce2d32,source=com.funa
mbol.framework.core.Source@42f961d5,anchor=com.funambol.framework.core.Anchor@28
6094d[last=1299267528,next=1299267765],principal=fwm-00F3F517301867310/kevins]]
[2011-03-04 13:42:32,057] [funambol.engine] [TRACE]
[90E248E99214420B5A66BBC85FE
7271F] [166.229.94.208] [fwm-00F3F517301867310] [kevins] [] adding
com.funambol.
framework.engine.source.MemorySyncSource@2dcc9f86 - {name: sogo-cal, uri:
sogo-cal}

...
[2011-03-04 13:42:33,282] [funambol.engine.strategy] [TRACE]
[90E248E99214420B5A66BBC85FE7271F] [166.229.94.208]
[fwm-00F3F517301867310] [kevins] [sogo-cal] Detecting server changes...
[2011-03-04 13:42:33,282] [funambol.sogo] [INFO]
[90E248E99214420B5A66BBC85FE7271F] [166.229.94.208]
[fwm-00F3F517301867310] [kevins] [sogo-cal] getNewItemKeys(2011-03-04
13:38:35.073(1299267515), 2011-03-04 13:42:31.951(1299267751))
[2011-03-04 13:42:33,283] [funambol.sogo] [ERROR]
[90E248E99214420B5A66BBC85FE7271F] [166.229.94.208]
[fwm-00F3F517301867310] [kevins] [sogo-cal] Exception during
getNewSyncItem

...
End of sogo-cal sync:
[2011-03-04 13:42:35,009] [funambol.engine] [TRACE]
[90E248E99214420B5A66BBC85FE7271F] [166.229.94.208]
[fwm-00F3F517301867310] [kevins] [sogo-cal] Ending sync for database
'sogo-cal'
[2011-03-04 13:42:35,009] [funambol.engine.source] [INFO]
[90E248E99214420B5A66BBC85FE7271F] [166.229.94.208]
[fwm-00F3F517301867310] [kevins] [sogo-cal] sogo-cal: 0 new items added, 0
existing items updated, 0 items deleted.
[2011-03-04 13:42:35,009] [funambol.sogo] [INFO]
[90E248E99214420B5A66BBC85FE7271F] [166.229.94.208]
[fwm-00F3F517301867310] [kevins] [sogo-cal] In endSync()...
[2011-03-04 13:42:35,009] [funambol.sogo] [INFO]
[90E248E99214420B5A66BBC85FE7271F] [166.229.94.208]
[fwm-00F3F517301867310] [kevins] [sogo-cal] Closed the database
connection.
[2011-03-04 13:42:35,009] [funambol.engine] [TRACE]
[90E248E99214420B5A66BBC85FE7271F] [166.229.94.208]
[fwm-00F3F517301867310] [kevins] [sogo-cal] Committing database sogo-cal (
com.funambol.framework.server.LastTimestamp@763f156b[principalId=200,database=sogo-cal,syncType=200,status=200,tagServer=1299267765,tagClient=1299267752053,start=2011-03-04
13:42:31.951,end=2011-03-04 13:42:35.009] )
[2011-03-04 13:42:35,011] [funambol.engine] [TRACE]
[90E248E99214420B5A66BBC85FE7271F] [166.229.94.208]
[fwm-00F3F517301867310] [kevins] [sogo-cal] LastTimeStamp stored: true

Suggestions? Should not not use Funambol v9, or is there another issue?

-- 
No keyboard detected. Press F1 to continue.

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


Re: [SOGo] dual login with uid or mail

2011-02-26 Thread Kevin C. Smith
defaults write sogod SOGoUserSources '({bindFields = (uid, mail); 

On Fri, Feb 25, 2011 at 01:41:31PM -0800, Stephen Ingram wrote:
 In order to ease the confusion for some of our users, I'm trying to
 configure a system that will accept either the uid or mail LDAP
 attributes for login to SOGo. I've setup a test system which seems
 to work for this. Here's the SOGoUserSources I'm using:
 
 CNFieldName = cn;
 IDFieldName = uid;
 UIDFieldName = mail;
 bindFields = (uid);
 baseDN = ou=users,dc=4test,dc=net;
 bindDN = uid=sogo,ou=users,dc=4test,dc=net;
 bindPassword = secret;
 canAuthenticate = YES;
 displayName = Shared Addresses;
 encryption = STARTTLS;
 hostname = ldap3.4test.net;
 id = shared;
 isAddressBook = YES;
 port = 389;
 
 What's strange is that when the sogo user binds to and searches the
 directory, I see this search logged:
 
 Feb 25 15:25:40 ldap3 slapd[26601]: conn=171 op=2 SRCH
 base=ou=users,dc=4test,dc=net scope=2 deref=0
 filter=(|(mail=steve)(mail=steve)(uid=steve))
 
 Why the extra mail=steve in the search string? Shouldn't it be just
 filter=(|(mail=steve)(uid=steve))?
 
 Steve
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Dovecot quota indicator bar

2011-02-22 Thread Kevin C. Smith

Jan-Frode Myklebust wrote:
 On Mon, Feb 21, 2011 at 10:26:15PM -0600, Kevin C. Smith wrote:
 
 I'm guessing SOGo only checks before logon?

 I don't think so. Here's my before-login capabilities:

   * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
 IDLE STARTTLS AUTH=PLAIN] Dovecot ready.

 and after login:

   a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
 SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE
 CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC
 ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS QUOTA] Logged
 in

 and I do have the quota indicator in sogo. (Dovecot director v2.0.9
 proxying to v1.2.16 on the backends.)

Dovecot 1.2.9 here. Now I'm really at a loss. I thought I was on the right
track. Something is obviously not right, but I'm in the dark here. Any
suggestions for SOGo debugging? Maybe some sort of verbose logging, debug
setting? I don't see anything currently in the sogo.log to help solve this
currently.



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


Re: [SOGo] Dovecot quota indicator bar

2011-02-22 Thread Kevin C. Smith

Mohit Chawla wrote:
 On Tue, Feb 22, 2011 at 10:09 PM, Kevin C. Smith
 ke...@linuxsmith.comwrote:

 suggestions for SOGo debugging? Maybe some sort of verbose logging,
 debug
 setting?


 http://www.sogo.nu/english/nc/support/faq/article/how-to-enable-more-verbose-logging-in-sogo.html

Thanks, I should have seen that. I read the FAQ 10 times now. I'll give it
a shot later. I did double check a few things. Dovecot reports QUOTA
capability when asked and it reports the user's quota info also. However,
I'm getting this in the web UI DOM Mailer.quotas = null. Suggesting that
SOGo either didn't detect Dovecot support quotas or couldn't get the
user's quota.

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


Re: [SOGo] Dovecot quota indicator bar

2011-02-22 Thread Kevin C. Smith
That was it! Thanks.

On Tue, Feb 22, 2011 at 10:14:37PM +0100, Dennis Petschull wrote:
 Hi,
 
 IIRC, I had similar problems some time ago. The problem was the quota
 root name. I see that you are using the standard User quota. If you
 don't set this name in your config, things might work.
 So instead of writing in your dovecot.conf:
 quota = maildir:User quota
 you write:
 quota = maildir
 
 
 Cheers,
 Dennis
 
 Am 22.02.2011 22:00, schrieb Kevin C. Smith:
  
  Mohit Chawla wrote:
  On Tue, Feb 22, 2011 at 10:09 PM, Kevin C. Smith
  ke...@linuxsmith.comwrote:
 
  suggestions for SOGo debugging? Maybe some sort of verbose logging,
  debug
  setting?
 
 
  http://www.sogo.nu/english/nc/support/faq/article/how-to-enable-more-verbose-logging-in-sogo.html
  
  Thanks, I should have seen that. I read the FAQ 10 times now. I'll give it
  a shot later. I did double check a few things. Dovecot reports QUOTA
  capability when asked and it reports the user's quota info also. However,
  I'm getting this in the web UI DOM Mailer.quotas = null. Suggesting that
  SOGo either didn't detect Dovecot support quotas or couldn't get the
  user's quota.
  
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Dovecot quota indicator bar

2011-02-21 Thread Kevin C. Smith
On Thu, Feb 17, 2011 at 09:38:50PM -0600, Kevin C. Smith wrote:
 On 02/12/2011 09:31 AM, Kevin C. Smith wrote:
  I've set up SOGo using Zentyal (Ubuntu, Postgresql, Dovecot, OpenLDAP,
  Apache 2). I have everything working well, except the web interface is
  missing the quota indicator bar. I'm not sure if I missed a setup step
  with SOGo, or I need to look at Dovecot. Zentyal does use virtual domains,
  however I'm only using one and SOGo is set up to use only one. Thunderbird
  reports the quota status fine.
  
  Any ideas on what I missed?
  
  
 
 I thoughts?
 
 Dovecot reports the quota informaton, yet SOGo's web interface quota
 indicator is not there.
 
 a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
 SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT
 IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE
 QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH ACL RIGHTS=texk
 QUOTA] Logged in
 c getquotaroot inbox
 * QUOTAROOT inbox User quota
 * QUOTA User quota (STORAGE 513 512000)
 c OK Getquotaroot completed.
 

Okay, I think I know the issue. Dovecot does not announce much of its 
cabability until AFTER logon.
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE STARTTLS 
AUTH=PLAIN AUTH=LOGIN] Dovecot ready.

I'm guessing SOGo only checks before logon? 
Is there or could here be added an option to specify that there is quota 
support, or fix to check after logon.
Maybe add SOGoIMAPQuotaForceSupported = YES

I think quota feedback it pretty important for the general user. 



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


Re: [SOGo] Dovecot quota indicator bar

2011-02-17 Thread Kevin C. Smith
On 02/12/2011 09:31 AM, Kevin C. Smith wrote:
 I've set up SOGo using Zentyal (Ubuntu, Postgresql, Dovecot, OpenLDAP,
 Apache 2). I have everything working well, except the web interface is
 missing the quota indicator bar. I'm not sure if I missed a setup step
 with SOGo, or I need to look at Dovecot. Zentyal does use virtual domains,
 however I'm only using one and SOGo is set up to use only one. Thunderbird
 reports the quota status fine.
 
 Any ideas on what I missed?
 
 

I thoughts?

Dovecot reports the quota informaton, yet SOGo's web interface quota
indicator is not there.

a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT
IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE
QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH ACL RIGHTS=texk
QUOTA] Logged in
c getquotaroot inbox
* QUOTAROOT inbox User quota
* QUOTA User quota (STORAGE 513 512000)
c OK Getquotaroot completed.

-- 
I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth. -- Umberto Eco
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] imap root

2011-02-15 Thread Kevin Brault

I too would like to know!


-Original Message- 
From: claudio.mar...@abilene.it

Sent: Tuesday, February 15, 2011 11:25 AM
To: users@sogo.nu
Subject: [SOGo] imap root

Hi,

i'm using sogo with courier-imap and i cannot find where ( if it's possible) 
to

set IMAP root (to INBOX).

http://www.courier-mta.org/FAQ.html#namespace

Without this setting i see all folder as subfolder of inbox. Same accout, 
same

folder on other client (thunderbird), where i can set imap root, i see all
folder under root.

es.

with SOGO:


|
\-Incoming Mail
   |
   \-Outgoing Mail
   |
   \-Trash
   |
   \-My filtered mail
|
\-My sub filtered mail

with thunderbird (INBOX as IMAP ROOT)


|
\-Incoming Mail
|
\-Ougoing Mail
|
\-Trash
|
\-My filtered mail
   |
\-My sub filtered mail


--
Distinti Saluti
Claudio Martin
Abilene Net Solutions S.r.l.
--
users@sogo.nu
https://inverse.ca/sogo/lists 


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


[SOGo] Dovecot quota indicator bar

2011-02-12 Thread Kevin C. Smith
I've set up SOGo using Zentyal (Ubuntu, Postgresql, Dovecot, OpenLDAP,
Apache 2). I have everything working well, except the web interface is
missing the quota indicator bar. I'm not sure if I missed a setup step
with SOGo, or I need to look at Dovecot. Zentyal does use virtual domains,
however I'm only using one and SOGo is set up to use only one. Thunderbird
reports the quota status fine.

Any ideas on what I missed?


-- 
No keyboard detected. Press F1 to continue.

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


Re: [SOGo] Integrator update asks for version 0.00

2010-10-01 Thread Kevin

I am having this issue and everything is on the same server.

Can my proxy be getting in the way?




___
Kevin J. Brault Sharp Technologies and Design Group Mechanical Engineering 
and CAD Administrative Services 410 East Crescent Place Chandler, Arizona 
85249 480-899-5565 Email: kbra...@sharptechdesign.com

Website: www.sharptechdesign.com




Stephen Ingram  wrote in message news:4ca601be.2050...@supersource.com...

Mailing pigna wrote:

I have the some problem. You have found a solution???


Unfortunately not. After looking at this for a long time though, I'm
suspecting  that it is impossible to have the update server be different
from the SOGo server. The Integrator plug-in just doesn't seem to
support this type of feature. Perhaps we should add a bug for this as it
does make for a more scalable system.

Steve 



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