[SOGo] Yet another theme question

2020-01-24 Thread Marcio Merlone

Hi,

TL;DR How to customize SOGo colors?

I found many links and info, each with a different information on how to 
customize SOGo WebUI colors. What is the ultimate and most recent RTFM 
on how to do it?


Those are the ones I found:

http://wiki.sogo.nu/HelpOnThemes - This one cites 
'MoinMoin/theme/modern.py', but none of this path exists on my server.


https://sogo.nu/support/faq/how-to-customize-the-html.html

https://lists.inverse.ca/sogo/arc/users/2016-03/msg00124.html

https://material.angularjs.org/latest/Theming/01_introduction

Best regards.

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

Re: [SOGo] Gmail app on Android devices no longer works with ActiveSync

2019-11-20 Thread Marcio Merlone

Em 11/11/2019 10:42, Patrik Chadima (hy3...@gmail.com) escreveu:
So far it seems to be an issue on the Google side (too strict security 
settings or bug?).


Any news on this? Has anyone pinpointed which security settings is 
Google expecting?



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

Re: [SOGo] Alternative SOGo packages repository for Debian and Ubuntu

2019-11-14 Thread Marcio Merlone

Hi,

Em 13/11/2019 16:19, Slávek Banko (slavek.ba...@axis.cz) escreveu:

Instead of importing the key into common apt keyring, you can download and
install a package where the key is a separate file:

http://www.axis.cz/linux/debian/pool/axis/a/axis-archive-keyring/axis-archive-keyring_2014.06.21.a_all.deb


This made for the key, but still unable to install on a fresh Ubuntu 
18.04.3 server:


root@sogov4:~# apt-get update && apt-get install sogo mysql-server 
apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php 
php7.2-cli php7.2-common php7.2-json php7.2-opcache php7.2-readline 
memcached

Hit:1 http://br.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://br.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://br.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 http://br.archive.ubuntu.com/ubuntu bionic-security InRelease
Hit:5 http://archive.canonical.com/ubuntu bionic InRelease
Hit:6 http://www.axis.cz/linux/debian xenial InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 sogo : Depends: libcurl3 (>= 7.16.2) but it is not going to be installed
    Depends: libgnustep-base1.24 (>= 1.24.7) but it is not installable
    Depends: libsope-appserver4.9 (>= 4.9.s713) but it is not going 
to be installed
    Depends: libsope-core4.9 (>= 4.9.s713) but it is not going to 
be installed
    Depends: libsope-gdl1-4.9 (>= 4.9.s713) but it is not going to 
be installed
    Depends: libsope-ldap4.9 (>= 4.9.s713) but it is not going to 
be installed
    Depends: libsope-mime4.9 (>= 4.9.s713) but it is not going to 
be installed
    Depends: libsope-xml4.9 (>= 4.9.s713) but it is not going to be 
installed
    Depends: sope4.9-libxmlsaxdriver but it is not going to be 
installed

    Depends: sope4.9-db-connector
E: Unable to correct problems, you have held broken packages.
root@sogov4:~#

For example  it does have libcurl3 (>= 7.16.2) available on version 7.58.0:

root@sogov4:~# apt-cache show libcurl3
Package: libcurl3
Architecture: amd64
Version: 7.58.0-2ubuntu2
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: curl3
Origin: Ubuntu
Maintainer: Ubuntu Developers 
Original-Maintainer: Alessandro Ghedini 
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 629
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.14+dfsg), libidn2-0 (>= 
0.6), libldap-2.4-2 (>= 2.4.7), libnghttp2-14 (>= 1.12.0), libpsl5 (>= 
0.13.0), librtmp1 (>= 2.4+20131018.git79459a2-3~), libssl1.0.0 (>= 
1.0.2~beta3), zlib1g (>= 1:1.1.4)

Recommends: ca-certificates
Conflicts: libcurl4
Filename: pool/universe/c/curl3/libcurl3_7.58.0-2ubuntu2_amd64.deb
Size: 214032
MD5sum: c7e763f991ef0cd7a8f12618e142d0f6
SHA1: f6ab4c77f7c4680e72f9dd754f706409c8598a9f
SHA256: 26d8e98614a55013b35afac465081ec17c9d931ee11f648bca7c3cbaefb404af
Homepage: http://curl.haxx.se
Description-en: easy-to-use client-side URL transfer library (OpenSSL 
flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting 
DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, 
POP3S,

 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, 
HTTP

 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy 
tunneling

 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well 
supported,

 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 SSL support is provided by OpenSSL.
Description-md5: f1c7f18aba2d8ab7a7e32acea1dc61e7

root@sogov4:~#

Have I missed something?

Thanks you for your efforts and packages, best regards.


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

Re: [SOGo] Alternative SOGo packages repository for Debian and Ubuntu

2019-11-14 Thread Marcio Merlone

Em 13/11/2019 16:19, Slávek Banko (slavek.ba...@axis.cz) escreveu:

Instead of importing the key into common apt keyring, you can download and
install a package where the key is a separate file:

http://www.axis.cz/linux/debian/pool/axis/a/axis-archive-keyring/axis-archive-keyring_2014.06.21.a_all.deb


Thanks a lot!

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

Re: [SOGo] Alternative SOGo packages repository for Debian and Ubuntu

2019-11-13 Thread Marcio Merlone

Hi,

I know this is old, sorry

Em 27/07/2016 19:30, Slávek Banko (slavek.ba...@axis.cz) escreveu:

To install gpg key, use:
   apt-key adv --keyserver sks.labs.nic.cz --recv-key A04BE668


root@sogov4:~# apt-key adv --keyserver sks.labs.nic.cz --recv-key A04BE668
Executing: /tmp/apt-key-gpghome.Z3upTfoelU/gpg.1.sh --keyserver 
sks.labs.nic.cz --recv-key A04BE668

gpg: keyserver receive failed: No name
root@sogov4:~#

Is sks.labs.nic.cz down for good?


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

Re: [SOGo] Theming SOGO

2017-09-21 Thread Marcio Merlone

Em 13/09/2017 15:36, Jay Lepore (j...@compumatter.com) escreveu:
I am using Sogo 3.2.1 and was wondering if there was a way for me to 
control the colors used by Sogo ie; modify the bright green to 
something of our preference ?

What sayeth the group ?

Hi,

Sorry for not coming with a solution, I have the same question. I have 
checked the FAQ (1), followed the instructions and nothing changed:


mkdir -p ~sogo/GNUstep/SOGo/WebServerResources/css/
cp /usr/lib/GNUstep/SOGo/WebServerResources/css/theme-default.css 
~sogo/GNUstep/SOGo/WebServerResources/css/

vi ~sogo/GNUstep/SOGo/WebServerResources/css/theme-default.css

mkdir ~sogo/GNUstep/SOGo/WebServerResources/js/
cp /usr/lib/GNUstep/SOGo/WebServerResources/js/Common.js 
~sogo/GNUstep/SOGo/WebServerResources/js/

vi ~sogo/GNUstep/SOGo/WebServerResources/js/Common.js

It only mentions .wox files, but the color definitions are not there. If 
I edit the original files on their original locations then it obviously 
works, but I guess it will not survive an update. Other than that, no 
other information anywhere on internet on how to customize at least the 
colors. I managed to change the logos by using mod_rewrite on apache, 
but the colors are still an issue.


Any hint?

(1) https://sogo.nu/nc/support/faq/article/how-to-customize-the-html-2.html

Thanks, best regards.

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

Re: [SOGo] sogo redirects to http instead of https

2017-09-21 Thread Marcio Merlone

Em 02/12/2016 07:05, mj (li...@merit.unu.edu) escreveu:

for the archives:

On 11/30/2016 09:15 PM, mj (li...@merit.unu.edu) wrote:

Any idea why the bad side-effect?

Turned out to be a memcached issue. The rewrite rule works good now.

Hi,

Could you please elaborate? I am having the same issue but could not 
find what is wrong with memcache. Have restarted it and rebooted the 
machine but no luck.


Thanks, best regards.

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

[SOGo] Import Roundcube sieve scripts into SOGo

2017-09-19 Thread Marcio Merlone

Hi,

Has anyone found a solution to import existing (roundcube) sieve scripts 
into SOGo? I just found some old threads with no solution...


Thanks, best regards.

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

[SOGo] Unable to initialize database with mysql-utf8mb4.sql

2017-09-15 Thread Marcio Merlone

Greetings,

I am deploying a new sogo server on a Ubuntu 16.04.1 using Slavek's 
repos. While reading the docs I found the item "5.9.1. MySQL complete 
Unicode compliance". Why not? So, I changed mysql and sogo conf 
accordingly and created the database with the command:


create database sogo character set='utf8mb4';

Then downloaded sogo sources, untared, found the mysql-utf8mb4.sql 
script but when going to load it to create the tables I get the error:


mysql -p -v sogo < mysql-utf8mb4.sql
Enter password:
--
--
(... many empty lines after...)
--
CREATE TABLE sogo_acl (
c_folder_id int(11)  NOT NULL,
c_objectvarchar(255) NOT NULL,
c_uid   varchar(255) NOT NULL,
c_role  varchar(80)  NOT NULL,
KEY sogo_acl_c_folder_id_idx (c_folder_id),
KEY sogo_acl_c_uid_idx (c_uid)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC
--

ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; 
check the manual that corresponds to your MySQL server version for the 
right syntax to use near 
'--

(... many empty lines after...)
' at line 1
root@sogov3:~#


Searching google found many posts with similar problems but no working 
solution for this case. Can anybody please help me?


Thanks, best regards.

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

Re: [SOGo] updates.php

2017-06-01 Thread Marcio Merlone

Em 23/05/2017 10:31, Christian Naumer (c...@brain-biotech.de) escreveu:

do any of you have the updates.php script to update the sogo-plugins in 
thunderbird running
with the latest thunderbird (52)? I can not get my installation to pull the 
plugins any more.
This used to work.

Hi,

Mine does not work anymore too, worked fine until 31.0.1. My server uses 
SSL but no-ssl plain http also works, tested the update url on browser 
with success. And yet there is no request on my server for updates.php. 
Have tested TB 52 on windows and linux with 31.0.4 extensions without 
luck. Have you found a solution?


Thanks, best regards.

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

Re: [SOGo] active sync --

2013-10-10 Thread Marcio Merlone

Em 10-10-2013 03:41, mayak escreveu:

https://github.com/fmbiete/Z-Push-contrib # up2date no install howto --
this appears to be most recent

This is the one that works for me. There is an INSTALL there though.


so i grabbed https://github.com/fmbiete/Z-Push-contrib, however, there
is absolutely no indication of how to install it. i copied the contents
of the backend directory to the z-push backend, but alas, it doesn't work.

I don't think its necessary. It comes with z-push already.


i have z-push z-push-2.1.0-1750 working perfectly with imap, but realluy
need contacts and calendar.
has anyone managed to get z-push-contrib running?

I did. Take a look at the existing docs:
https://github.com/fmbiete/Z-Push-contrib/blob/master/INSTALL
https://github.com/fmbiete/Z-Push-contrib/blob/master/README.md

If you plan to use it with SOGo, then you have to use the combined 
backend and the trick is what to put on its config file 
https://github.com/fmbiete/Z-Push-contrib/blob/master/backend/combined/config.php:


'backends' = array(
'i' = array(
'name' = 'BackendIMAP',
),
// 'z' = array(
// 'name' = 'BackendZarafa',
// ),
// 'm' = array(
// 'name' = 'BackendMaildir',
// ),
// 'v' = array(
// 'name' = 'BackendVCardDir',
// ),
'c' = array(
'name' = 'BackendCalDAV',
),
// 'l' = array(
// 'name' = 'BackendLDAP',
// ),
'd' = array(
'name' = 'BackendCardDAV',
),
),

and just following:

'folderbackend' = array(
SYNC_FOLDER_TYPE_INBOX = 'i',
SYNC_FOLDER_TYPE_DRAFTS = 'i',
SYNC_FOLDER_TYPE_WASTEBASKET = 'i',
SYNC_FOLDER_TYPE_SENTMAIL = 'i',
SYNC_FOLDER_TYPE_OUTBOX = 'i',
SYNC_FOLDER_TYPE_TASK = 'c',
SYNC_FOLDER_TYPE_APPOINTMENT = 'c',
SYNC_FOLDER_TYPE_CONTACT = 'd',
SYNC_FOLDER_TYPE_NOTE = 'c',
SYNC_FOLDER_TYPE_JOURNAL = 'c',
SYNC_FOLDER_TYPE_OTHER = 'i',
SYNC_FOLDER_TYPE_USER_MAIL = 'i',
SYNC_FOLDER_TYPE_USER_APPOINTMENT = 'c',
SYNC_FOLDER_TYPE_USER_CONTACT = 'd',
SYNC_FOLDER_TYPE_USER_TASK = 'c',
SYNC_FOLDER_TYPE_USER_JOURNAL = 'c',
SYNC_FOLDER_TYPE_USER_NOTE = 'c',
SYNC_FOLDER_TYPE_UNKNOWN = 'i',
),

This is the tricky undocumented part. Don't forget to set each enabled 
backend (backends array above) config also.


Best regardes.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: Have to make CardDav work too - was: Re: [SOGo] ActiveSync question

2013-09-18 Thread Marcio Merlone

Em 18-09-2013 06:04, Corrado Fiore escreveu:

sorry for the late reply.

No regrets :)


Please set CARDDAV_SUPPORTS_SYNC = FALSE.  SOGo doesn't implement the SYNC 
function yet.
That's it. I got some attention on github regarding that and Francisco 
pointed it aready. It works smooth now for imap, caldav *and* carddav.


https://github.com/fmbiete/Z-Push-contrib/issues/4

Thank you and best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Have to make CardDav work too - was: Re: [SOGo] ActiveSync question

2013-09-13 Thread Marcio Merlone

Em 06-09-2013 15:53, Corrado Fiore escreveu:

I could not make it work with SOGo. I commented all but BackendImap, caldav and 
carddav on combined/config.php, edited each config.php for each enabled 
backend, and yet only imap works. When I try to list available calendars on my 
account it shows nothing.

Could you please post the relevant lines in the CardDAV / CalDAV backends' conf 
to a pastebin?  It's likely that the paths you specified are the culprit here.

Hi Corrado and list,

As I sayd before, IMAP and CalDav are working great. But could not make 
CardDav work, can you assist me? CardDav backend config is as follows:


// http://YOURSOGOINSTALL/dav/YOURUSERNAME/Contacts/personal
define('CARDDAV_PROTOCOL', 'https');
define('CARDDAV_SERVER', 'sogo.domain.tld');
define('CARDDAV_PORT', '443');
define('CARDDAV_PATH', '/SOGo/dav/%u/Contacts/personal/');
define('CARDDAV_CONTACTS_FOLDER_NAME', '');
define('CARDDAV_SUPPORTS_SYNC', true);

Have tested on my real Defy CM10 (Android 4.1) and a virtual Galaxy S4 
from Genymotion, both (did not) worked the same. Also tried:


define('CARDDAV_PATH', '/SOGo/dav/%u/Contacts/');
define('CARDDAV_CONTACTS_FOLDER_NAME', 'personal');

Thank you, best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync question

2013-09-09 Thread Marcio Merlone

Em 06-09-2013 15:53, Corrado Fiore escreveu:

I could not make it work with SOGo. I commented all but BackendImap, caldav and 
carddav on combined/config.php, edited each config.php for each enabled 
backend, and yet only imap works. When I try to list available calendars on my 
account it shows nothing.

Could you please post the relevant lines in the CardDAV / CalDAV backends' conf 
to a pastebin?  It's likely that the paths you specified are the culprit here.

Hi,

Indeed. I managed to find out what was wrong by try-and-miss some days 
ago, just could not yet give it back. In order to caldav backend work 
with SOGo, I had to fiddle with its config.php to dismember the whole 
caldav url into its correct defines, as follows:


define('CARDDAV_PROTOCOL', 'https');
define('CARDDAV_SERVER', 'sogo.domain.tld');
define('CARDDAV_PORT', '443');
define('CARDDAV_PATH', '/SOGo/dav/%u/');
define('CARDDAV_CONTACTS_FOLDER_NAME', 'Contacts/personal');

For instance, if you define('CARDDAV_PATH', '/SOGo/dav/%u/Contacts') 
taking Contacts off from below, it wont work. At the end, ActiveSync 
is working smooth for imap and caldav, have not tested contacts, dont 
miss that, but I assume is working :P


Best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync question

2013-09-06 Thread Marcio Merlone

Em 05-09-2013 16:24, Corrado Fiore escreveu:

could not find the relevant options to set on it - imap server, caldav and 
carddav server, path, etc

Each backend has its own config file, located at
   /backend/$backendName/config.php
For instance, the IMAP config file is
   /backend/imap/config.php


Very nice and cleaner filesystem layout, have managed to find that 
afterwards. But I could not make it work with SOGo. I commented all but 
BackendImap, caldav and carddav on combined/config.php, edited each 
config.php for each enabled backend, and yet only imap works. When I try 
to list available calendars on my account it shows nothing. Enabled 
debug and no information seemed to help me. Any other backend should be 
enabled?


Have tested on a custom ROM CM10 (Android 4.1) defy and a stock ROM 
Samsung Galaxy S4 with different accounts, none worked. Any hint? Is 
there how to contact fmbiete?


Best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync question

2013-09-04 Thread Marcio Merlone

Em 03-09-2013 12:12, Corrado Fiore escreveu:

I've been in touch in the past days with Francisco Miguel Biete, author of 
Z-Push-contrib, a fork from the original Z-Push that is working well (at least, 
in our tests) with SOGo:

 https://github.com/fmbiete/Z-Push-contrib


Hi,

I am giving this a try, file system structure seems cleaner, only one 
config.php, which is nice. But could not find the relevant options to 
set on it - imap server, caldav and carddav server, path, etc -  should 
I copy them from the other project? Any hint?


Best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync question

2013-09-03 Thread Marcio Merlone

Em 03-09-2013 07:54, Jan-Frode Myklebust escreveu:

On Tue, Sep 03, 2013 at 10:54:52AM +0200, alge wrote:

I'm not sure if my situation with ActiveSync beeing a show stopper for
deploying SOGo is generalizable enough, what do other people think of
it? Did I miss something?

I completely agree (except we didn't let it stop the show). Configuring
mobile clients without ActiveSync is too cumbersome, and my little
exposure to z-push didn't convince me it was production ready..


OTOH, z-push made me meet Zarafa, and consider Zimbra too. SOGo is 
great, but mobile support in the pos-pc era is a must for enterprises. 
Looking for alternatives.


Best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Php-push2 - Active Sync

2013-09-02 Thread Marcio Merlone

Em 30-08-2013 16:42, Szládovics Péter escreveu:
I followed the documentation and use the activesync settings. I saw 
it: BackendCombined.
If I set 'BackendCombined' it complains about php-mapi missing and 
apache throws a 500 error. How did you manage it?


--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Php-push2 - Active Sync

2013-09-02 Thread Marcio Merlone

Em 02-09-2013 10:10, Szládovics Péter escreveu:

2013-09-02 14:05 keltezéssel, Marcio Merlone írta:

Em 30-08-2013 16:42, Szládovics Péter escreveu:
I followed the documentation and use the activesync settings. I saw 
it: BackendCombined.
If I set 'BackendCombined' it complains about php-mapi missing and 
apache throws a 500 error. How did you manage it?


Follow the readme - and I didn't have any error.

Followed INSTALL ;)
I think docs are confusing, focused on Zarafa and not a stand alone 
install. And two identical config files are confusing too.


If you got the HTTP500, it maybe cause an error in the .php script - 
eg. missing ; or  or ) or any other.

When you get this error, then see the apache error logs.
Not at all. It just happens when using BackendCombined and then 
error_log complains about missing php-mapi extension, which you said you 
don't have. If I set BackendImap then it works, just for mails and not 
calendar and contacts. Besides config.php, any other file should be 
tuned? BTW, which one you use: config.php, config.inc.php or both?


--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Php-push2 - Active Sync

2013-08-30 Thread Marcio Merlone

Em 17-04-2013 09:12, Fabio Onorini escreveu:

PHP2-push does not use php-MAPI libraries.
Only the project ZPUSH of Zarafa need it.


Greetings,

Sorry to resurrect such old thread :)

I am setting php-push on a Ubuntu server to work with my SOGo server, 
*without* zarafa and stumped on a problem:


- If I set define('BACKEND_PROVIDER', BackendCombined); then it 
complains about missing php-mapi, which I could not find for Ubuntu 12.04.
- If I set define('BACKEND_PROVIDER', BackendIMAP); then it only works 
for mail and not calendar and contacts, even though their respective 
backends are set accordingly.


The question: is there how to sync mail+contacts+calendar from SOGo 
_without_ zarafa and php-mapi?


Would also like to mention that having two extremely similar config 
files is very confusing, documentation does not help much and there is 
no mention on docs or config files about BackendCombined. Found about it 
googling.


Best regards.


--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Php-push2 - Active Sync

2013-08-30 Thread Marcio Merlone

Em 30-08-2013 15:18, Szládovics Péter escreveu:

2013-08-30 19:57 keltezéssel, Marcio Merlone írta:

Em 17-04-2013 09:12, Fabio Onorini escreveu:

PHP2-push does not use php-MAPI libraries.
Only the project ZPUSH of Zarafa need it.
I am setting php-push on a Ubuntu server to work with my SOGo server, 
*without* zarafa and stumped on a problem:


- If I set define('BACKEND_PROVIDER', BackendCombined); then it 
complains about missing php-mapi, which I could not find for Ubuntu 
12.04.
- If I set define('BACKEND_PROVIDER', BackendIMAP); then it only 
works for mail and not calendar and contacts, even though their 
respective backends are set accordingly.


The question: is there how to sync mail+contacts+calendar from SOGo 
_without_ zarafa and php-mapi?

I use this:
git clone https://github.com/dupondje/PHP-Push-2.git;

And I have the folloving php modules on Ubuntu 12.04:
(...)
I no have any problem.


Which BackendXxxx do you use? Does it syncs calendar and contacts too?

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo v2.0.7

2013-07-23 Thread Marcio Merlone

Em 23-07-2013 12:03, Francis Lachapelle escreveu:

On 2013-07-22, at 3:34 PM, Francis Lachapelle flachape...@inverse.ca wrote:

With this new version of SOGo, we no longer build packages for Debian Lenny 
(5.0) and Ubuntu Lucid (10.04 LTS).

Users of those distros should upgrade their OS to a later release.

We fixed the builds for Ubuntu Lucid Lynx 10.04 LTS.
:)

Francis


Thank you!

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Autocomplete addresses from LDAP not working on Thunderbird

2013-05-15 Thread Marcio Merlone

Greetings,

I am using Thunderbird 17.0.6 with sogo-integrator-17.0.5, 
sogo-connector-17.0.5, have set update.php and SOGo 2.0.5a. My sogo.conf 
has:


SOGoUserSources = (
{
type = ldap;
id = catalogo;
displayName = CatalogoA1;
canAuthenticate = NO;
isAddressBook = YES;
CNFieldName = cn;
UIDFieldName = uid;
baseDN = dc=a1,dc=ind;
bindDN = cn=admin,dc=a1,dc=ind;
bindPassword = oops;
hostname = ldap.a1.ind.br;
},
{
type = ldap;
id = logins;
displayName = Logins;
canAuthenticate = YES;
isAddressBook = NO;
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = ou=People,dc=a1,dc=ind;
bindDN = cn=admin,dc=a1,dc=ind;
bindPassword = oops;
hostname = ldap.a1.ind.br;
filter = (objectClass=mailUser);
}
);

Everything is fine, except that TB won't save the directory server 
option on its preferences - composition - addressing. That behavior is 
consistent no matter OS - tested Ubuntu 12.10, Windows 8 and Windows 7. 
It ends up that no one is able to search addresses on the addressbook. 
Is this a bug or have I messed something?


Thanks and best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Autocomplete addresses from LDAP not working on Thunderbird

2013-05-15 Thread Marcio Merlone

Em 15-05-2013 11:25, Christian Mack escreveu:

Hello Marcio Merlone


Am 2013-05-15 15:22, schrieb Marcio Merlone:

I am using Thunderbird 17.0.6 with sogo-integrator-17.0.5,
sogo-connector-17.0.5, have set update.php and SOGo 2.0.5a. My sogo.conf
has:

SOGoUserSources = (
 {
 type = ldap;
 id = catalogo;
 displayName = CatalogoA1;
 canAuthenticate = NO;
 isAddressBook = YES;
 CNFieldName = cn;
 UIDFieldName = uid;
 baseDN = dc=a1,dc=ind;
 bindDN = cn=admin,dc=a1,dc=ind;
 bindPassword = oops;
 hostname = ldap.a1.ind.br;
 },
 {
 type = ldap;
 id = logins;
 displayName = Logins;
 canAuthenticate = YES;
 isAddressBook = NO;
 CNFieldName = cn;
 IDFieldName = uid;
 UIDFieldName = uid;
 baseDN = ou=People,dc=a1,dc=ind;
 bindDN = cn=admin,dc=a1,dc=ind;
 bindPassword = oops;
 hostname = ldap.a1.ind.br;
 filter = (objectClass=mailUser);
 }
 );

Everything is fine, except that TB won't save the directory server
option on its preferences - composition - addressing. That behavior is
consistent no matter OS - tested Ubuntu 12.10, Windows 8 and Windows 7.
It ends up that no one is able to search addresses on the addressbook.
Is this a bug or have I messed something?


You should be able to use CatalogoA1 as LDAP address book.
Is it visible in Thunderbirds address book with a globus as icon?

Yes.


If not, you have to drop and add it again with read-only set.
With that it should work.
Problem is, I cant use it right after a TB restart, have to go on 
preferences and select CatalogoA1 again. I have opened an issue on bug 
tracking:

http://www.sogo.nu/bugs/view.php?id=2323

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Google calendars

2013-04-25 Thread Marcio Merlone

Em 09-12-2012 07:31, Martin Krpata escreveu:
i have added google calendar - ical private address from settings 
(google calendar, settings, name of calendar, private address ical - 
copy, sogo - add remote calendar), but i cannot write trough sogo new 
event.
Neděle, 9 Prosinec, 2012 00:51 CET, James James jre...@gmail.com 
napsal:
I was wondering if there is a way in SOGo to add, in a read/write 
access, a google calendar ? If it is impossible, is that will be a 
feature in the next releases ?


By doing so I am able to see my personal appointments on SOGo web 
interface (I am not interested in write access), but they did not show 
up on TB with sogo-integrator neither they show up as busy for others. I 
have checked the option Include in free-busy on calendar properties, 
but no luck. Am I missing something? Should this work or is a planned 
feature?


--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Single baseDN and scope=sub

2013-04-23 Thread Marcio Merlone

Hi,

I have an OpenLDAP as auth server and addressbook. I have set 
ou=People,dc=foo for users authentication and ou=Aliases,dc=foo for mail 
aliases, and would like to have both as addressbook. On Thunderbird I 
used to set an LDAP addressbook with 
(|(objectClass=mailUser)(objectClass=mailGroup)) as filter, scope=sub 
and dc=foo as baseDN and it works fine.


On SOGo, if I set two usersources like below, auth works fine, but 
sogo-integrator then sets two addressbooks on Thunderbird while it can 
use only one as addressbook:


SOGoUserSources = (
{
.
baseDN = ou=People,dc=foo;
canAuthenticate = YES;
isAddressBook = YES;
..
},
{
.
baseDN = ou=Aliases,dc=foo;
canAuthenticate = YES;
isAddressBook = YES;
.
}
);

If I set only one source it tries to auth like uid=john,dc=foo instead 
of uid=john,ou=People,dc=foo even with scope = sub:


SOGoUserSources = (
{
.
baseDN = dc=foo;
canAuthenticate = YES;
isAddressBook = YES;
scope = sub;
..
}
);

Apr 23 15:38:42 sogod [24792]: 0x0x7f82981c4fe0[LDAPSource] 
NSException: 0x7f82983ab150 NAME:LDAPException REASON:operation bind 
failed: Invalid credentials (0x31) INFO:{login = uid=john,dc=foo; }


Any suggestions?

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] not sure how to add values to /etc/sogo/sogo.conf

2013-04-15 Thread Marcio Merlone

Em 15-04-2013 09:56, Jean Raby escreveu:

On 13-04-15 4:42 AM, Wesley Sangster wrote:

Hi Guys

I am busy with a fresh installation of SOGo 2.0.5-1, I am struggling 
with the
new conf file, the old versions used GNUStep, now you can't even log 
into the
sogo user. I have tried adding the values manually but I get the 
following error

restarting the sogo service;
the sogo user is now a 'system' user, with 'nologin' as a shell, so 
this is expected.


But you can still login as that user issuing 'sudo - sogo -s /bin/bash'.

[ ]'s.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Assistance with missing calendars - TB error

2013-04-04 Thread Marcio Merlone

Em 04-04-2013 11:39, Steve Ankeny escreveu:

Just a curiosity, but are you using the latest Lightning 1.9.1?

Yeap:


On 04/04/2013 10:13 AM, Marcio Merlone wrote:

Client Details:
Windows 7 64bits
Thunderbird 17ESR
lightning-1.9.1.xpi
sogo-integrator-17.0.3.xpi


--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Assistance with missing calendars - TB error

2013-04-04 Thread Marcio Merlone

Em 04-04-2013 11:40, Steve Ankeny escreveu:

Sorry!  Didn't read far enough!

That's ok, I didn't either. :)

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Clarification on enabling Openchange+samba4 on a running samba3 env

2013-01-28 Thread Marcio Merlone

Greetings,

I have a happy running environment with OpenLDAP integrated on a samba3 
domain, dovecot 1.2, postfix, latest *SOGo* and etc. My network has 
about a hundred+ users running Thunderbird and Lightning. Now my boss 
wants to use Outlook and so I went down to check prerequisites for 
native integration. It needs Openchange and samba4. I have not yet 
digged into samba4 too much, so I have a few questions:


- If I install samba4 on the SOGo server (which is NOT my samba3 domain 
master and does not even have samba installed), how will it relate, 
impact and affect my running samba3 environment?
- Will this samba4 join a samba3 domain without problem, so it can auth 
users from samba3 domain?

- Any special steps and care should be taken?
- Any undesired side effects?
- Any experience someone could share?

Thanks in advance and best regards. Sorry for such a broad question.

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

Re: [SOGo] survey question for our Ubuntu users

2012-10-25 Thread Marcio Merlone

Em 24-10-2012 21:17, Peter Schmidt escreveu:
As long as you support the LTS versions (Lucid it is here), it's all 
fine!

+1


Thanks for your effort, guys!

+1 too. :)

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

Re: [SOGo] Change Logo

2012-10-25 Thread Marcio Merlone

Em 26-07-2010 11:11, Clay Wright escreveu:

Robert A Wooldridge wrote:

Is it possible to change the logo on the web client login so that it is
your company's logo?

The only way I know of is to replace the default logo manually. On my
CentOS box, it's at:
/usr/GNUstep/System/Library/SOGo/WebServerResources/sogo-logo.png

Greetings,

One can customize favicon, but not yet the logo? Every upgrade I must 
copy the file, very annoying. How difficult would be to add a 
SOGoLogoRelativeURL to the confs?


Thanks and best regards.

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

Re: [SOGo] ANN: sogosync - Open Source ActiveSync with caldav and cardav backend

2012-03-30 Thread Marcio Merlone

Em 30-03-2012 11:36, Federico Alberto Sayd escreveu:

I personaly prefer imap, cardav and calvad because they are standards.

Cool.


A question, there are plans for an official sogo sync app for android?
It would be nice to have a open source aternative to dmfs.

+1.

A sogo app that works like active sync, one account: all features, free, 
standard. Definitely good.


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

Re: [SOGo] ANN: sogosync - Open Source ActiveSync with caldav and cardav backend

2012-03-28 Thread Marcio Merlone

Em 28-03-2012 05:22, Alessio Fattorini escreveu:

Il 27/03/2012 18:16, Stephan Heck ha scritto:

On 27.03.2012 11:01, xbgmsharp wrote:

This is a follow up on from this thread.
'[SOGo] Why not move from Funambol to Z-Push? Many features will be
obtained.', http://www.mail-archive.com/users@sogo.nu/msg08451.html
Can you explain me why should i use active-sync in place of native 
caldav/cardav iphone support?

Should i use active-sync only for push e-mail?


I don't know about iOS, but my Android just talks to SOGo with 
active-sync. Sogosync seems to be working nice.


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

Re: [SOGo] ANN: sogosync - Open Source ActiveSync with caldav and cardav backend

2012-03-28 Thread Marcio Merlone

Em 28-03-2012 10:01, Christian Mack escreveu:

Hello Marcio Merlone

Did you try CalDAV-Sync and CardDAV-Sync?
http://dmfs.org/caldav/
http://dmfs.org/carddav/
I saw it on Google play, but it's not free and only syncs 
calendar/contacts. Active sync is better since you set up only one 
account for both plus email. Much nicer (besides read-only for now, 
looking forward write also).


Regards,

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

LDAP access to SOGo - Was: Re: [SOGo] SOGo Connector/Integrator Extension for Thunderbird 9.0.1?

2012-01-30 Thread Marcio Merlone

Em 02-01-2012 11:31, Christian Mack escreveu:

Or you can connect Thunderbird address book with LDAP directly.


Wait! Is it possible to read SOGo contacts on Thunderbird using LDAP?

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

Re: [SOGo] Lightning 1.0 with Full Offline Mode is here.

2011-11-08 Thread Marcio Merlone

Em 08-11-2011 16:30, Jürgen Echter escreveu:

http://weblogs.mozillazine.org/calendar/

Great news! Does that enables Inverse to release a new connector?

Regards.

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

TB 7 - was: Re: [SOGo] Thunderbird

2011-09-26 Thread Marcio Merlone

Em 25-08-2011 08:55, Ludovic Marcotte escreveu:
Lightning 1.0 will most likely require Thunderbird 7. If that's the 
case, that's the version we'll support after 3.1.

Hi Ludovic,

I read Thunderbird 7 is scheduled to be launched tomorrow (27/09/2011). 
Do you have any status update, any news or plans to share and calm us 
down? :)


Best regards,

--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Thunderbird

2011-08-17 Thread Marcio Merlone

Em 17-08-2011 16:27, Jakob Lenfers escreveu:

Thunderbird 6 is released
(http://www.mozilla.org/en-US/thunderbird/6.0/releasenotes/) and I
just wanted to know if the developers have some kind of plan on how to
handle that. I know this is an open source project and that I have no
right to demand anything, so please don't understand it that way.

I'm really worried about the development cycle here. I had big problems
with the migration to tb3 and the tb5 appears. My users still aren't on
tb5, but now tb6 appears. Without updates to tb3 I cannot let them use
tb3 for too long, but without the plugins I'm screwed as well.

Anyways, I'm sure most here are aware of the problem. I would really
love to get an answer out of the development circle. But if thats not
possible, how do the other admins handle that? I mean Outlook connection
isn't in production mode yet (and its not an option here) and the web
interface is nice, but I really hesitate to convice my users to use it
exclusively.
It is really bad not have a working connector. I can use stock Lightning 
using CalDAV, but have no way to sync contacts.


I had a bunch of happy users which were already using sogo-connector, 
reading and updating their contacts on their smartphones, and then, 
suddenly TB got to version 5 and no more joy. Until now, still no joy 
for them.


I think that such updates are critical for enterprise and should be 
addressed in no time if you want to see SOGo replacing proprietary 
solutions.



Thanks for input and of course thanks for the devs work,

Me too. Thanks for SOGo.

--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Thunderbird

2011-08-17 Thread Marcio Merlone

Em 17-08-2011 16:27, Jakob Lenfers escreveu:

Thunderbird 6 is released
(http://www.mozilla.org/en-US/thunderbird/6.0/releasenotes/) and I
just wanted to know if the developers have some kind of plan on how to
handle that. I know this is an open source project and that I have no
right to demand anything, so please don't understand it that way.

I'm really worried about the development cycle here. I had big problems
with the migration to tb3 and the tb5 appears. My users still aren't on
tb5, but now tb6 appears. Without updates to tb3 I cannot let them use
tb3 for too long, but without the plugins I'm screwed as well.

Anyways, I'm sure most here are aware of the problem. I would really
love to get an answer out of the development circle. But if thats not
possible, how do the other admins handle that? I mean Outlook connection
isn't in production mode yet (and its not an option here) and the web
interface is nice, but I really hesitate to convice my users to use it
exclusively.
It is really bad not have a working connector. I can use stock Lightning 
using CalDAV, but have no way to sync contacts. I had a bunch of happy 
users which were already using sogo-connector, and then, suddenly TB got 
to version 5 and no more joy. Until now, still no joy for them. I think 
that



Thanks for input and of course thanks for the devs work,


--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Thunderbird

2011-08-17 Thread Marcio Merlone

Sorry, I think I think I just hit a TB bug! :P It ate half of my message!
Here is what I meant:

Em 17-08-2011 16:27, Jakob Lenfers escreveu:
 (...)
It is really bad not have a working connector. I can use stock Lightning 
using CalDAV, but have no way to sync contacts.


I had a bunch of happy users which were already using sogo-connector, 
reading and updating their contacts on their smartphones, and then, 
suddenly TB got to version 5 and no more joy. Until now, still no joy 
for them.


I think that such updates are critical for enterprise and should be 
addressed in no time if you want to see SOGo replacing proprietary 
solutions.



Thanks for input and of course thanks for the devs work,

Me too. Thanks for SOGo.


--
*Marcio Merlone*
attachment: marcio_merlone.vcf

[SOGo] Can't get 1.3.8 on Lucid (using main)

2011-07-20 Thread Marcio Merlone

Greetings!

I am unable to get the updated version from sogo repos. I use Ubuntu 
Lucid and it has been updated by apt until 1.3.7a:


root@saturno:~# grep inverse /etc/apt/ -R
/etc/apt/sources.list:deb http://inverse.ca/ubuntu lucid main
root@saturno:~# aptitude update | grep inverse
Ign http://inverse.ca lucid Release.gpg
Ign http://inverse.ca/ubuntu/ lucid/main Translation-pt_BR
Ign http://inverse.ca lucid Release
Ign http://inverse.ca lucid/main Packages
Ign http://inverse.ca lucid/main Packages
Err http://inverse.ca lucid/main Packages
root@saturno:~# apt-show-versions sogo
sogo/unknown uptodate 1.3.7a
root@saturno:~#

I'd appreciate if someone could help me pinpoint what's wrong.

Thanks and best regards.

--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Can't get 1.3.8 on Lucid (using main)

2011-07-20 Thread Marcio Merlone

Em 20-07-2011 14:27, Jean Raby escreveu:

Can you post the complete output of 'apt-get update' ?

Thank you very much in helping me find what is wrong:

Ignhttp://inverse.ca  lucid/main Packages
Errhttp://inverse.ca  lucid/main Packages
  407  Proxy Authentication Required

My bad. :)
But...:

Also, you'll have to import our GPG public key into apt in order to 
verify the signatures, but this is probably not the culprit :

sudo apt-key adv --keyserver keys.gnupg.net --recv-key 0x810273C4

Now it is, and the above command did not work:

root@saturno:~# apt-key adv --keyserver keys.gnupg.net --recv-key 
0x810273C4
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring 
--secret-keyring /etc/apt/secring.gpg --trustdb-name 
/etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring 
/etc/apt/trusted.gpg --keyserver keys.gnupg.net --recv-key 0x810273C4

gpg: requisitando chave 810273C4 de servidor hkp - keys.gnupg.net
gpgkeys: key 810273C4 not found on keyserver
gpg: nenhum dado OpenPGP válido encontrado.
gpg: Número total processado: 0
root@saturno:~#



--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Thunderbird 5 support

2011-06-29 Thread Marcio Merlone

Em 29-06-2011 04:36, Alessio Fattorini escreveu:

Il 28/06/2011 19:16, Marcio Merlone ha scritto:

My Thunderbird just got upgraded to 5.0 dua to some PPA I have (Ubuntu
10.10). Are there any plans to bump Inverse extensions?
What happens if in windows Thunderbird auto-upgrade? Does It broke all 
addon?


Most of them got disabled, some got upgraded too. My lightning got 
bumped to 1.0b4, but not the Inverse one from my repos. Other sogo 
extensions got all disabled (connector, integrator).


Regards,

--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Thunderbird 5 support

2011-06-29 Thread Marcio Merlone

Em 29-06-2011 07:33, Christian Mack escreveu:
A colleague of mine hinted, that there's a new boolean Option in TB5: 
extensions.checkCompatibility.5.0 With this you can disable this 
checks completely. Kind regards, Christian Mack 


That will not avoid bumping Lightning from SOGo to the Mozilla official 
release, which has a bigger version number, and thus, get upgraded. Not 
to mention that you should use extreme caution on that solution on other 
SOGo extension, since you cannot be sure it will not toast your server 
until it get tested.


Regards.

--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Thunderbird 5 support

2011-06-29 Thread Marcio Merlone

Em 29-06-2011 14:18, Julio César Gázquez escreveu:

El 28/06/11 14:16, Marcio Merlone escribió:
My Thunderbird just got upgraded to 5.0 dua to some PPA I have 
(Ubuntu 10.10). Are there any plans to bump Inverse extensions?
I've just disabled the Mozilla PPA's (Ubuntu 10.04) and reinstalled 
Thunderbird and extensions. So far is all OK.


Sure, if you keep on old version, no problem. I was asking developers if 
they have an estimate date to upgrade extensions to this new version, so 
I can upgrade all my network.


--
*Marcio Merlone*
attachment: marcio_merlone.vcf

[SOGo] Thunderbird 5 support

2011-06-28 Thread Marcio Merlone

Hi all,

My Thunderbird just got upgraded to 5.0 dua to some PPA I have (Ubuntu 
10.10). Are there any plans to bump Inverse extensions?


Best regards.

--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Resources planning

2011-05-12 Thread Marcio Merlone

Em 12-05-2011 08:38, Adi Kriegisch escreveu:

4) Resources always seem to accept the invite (if I click on the event, I see a
green icon next to the resource name), even if there is a conflict and no
events show up in the free/busy. Maybe the number of bookings isn't set right?

I have the very same issue: Although MultipleBookings is set to 1, people
in Lightning are able to book a resource even if the resource isn't
available. They get a warning, but in case they ignore it, the resource
auto-accepts the event. I think the right behavior for sogo would be to
reject the invitation to the second event.
The web interface handles this differently: one cannot save the event when
a resource is already busy (but without any message informing the user).


I think the right behavior for sogo would be  to allow configuration 
by the admin, so he can choose whatever he thinks best.


My 2 cents.

--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: Resource booking - was: [SOGo] ANN: SOGo v1.3.7

2011-05-11 Thread Marcio Merlone

Em 09-05-2011 15:48, Marcio Merlone escreveu:

Em 03-05-2011 17:30, Ludovic Marcotte escreveu:

(...)
 * added support for resources like projectors, conference rooms and 
more which allows SOGo to avoid double-booking of them and also 
allows SOGo to automatically accept invitations for them
I took a peek at the admin webgui, but could not guess how to create 
and manage such resources (rooms, projectors, etc). I checked at the 
pdf docs, but no mention on how to get started. Can someone forgive my 
dumbness and point me the proper RTFM? :)


Sorry to bump, but... no one?!? A new feature, and no one can help me?


--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: Resource booking - was: [SOGo] ANN: SOGo v1.3.7

2011-05-11 Thread Marcio Merlone

Em 11-05-2011 08:19, Julian Robbins escreveu:

On 11/05/11 12:03, Marcio Merlone wrote:

Em 09-05-2011 15:48, Marcio Merlone escreveu:

Em 03-05-2011 17:30, Ludovic Marcotte escreveu:

(...)
 * added support for resources like projectors, conference rooms 
and more which allows SOGo to avoid double-booking of them and also 
allows SOGo to automatically accept invitations for them
I took a peek at the admin webgui, but could not guess how to create 
and manage such resources (rooms, projectors, etc). I checked at the 
pdf docs, but no mention on how to get started. Can someone forgive 
my dumbness and point me the proper RTFM? :)

Sorry to bump, but... no one?!? A new feature, and no one can help me?

There's some info about this in the documentation pdf on the sogo website.
I've re-downloaded those pdf to be sure I have the latest, and could 
find just some few references to configuration parameters, not samples 
for resources or how to use it or a kick start.



Also there's a few examples earlier on on this mailing list in late April
My bad, forgot to search archives. I just think those info should be on 
official docs in a deeper and clearer way. I will make my tests and cry 
for help if run into trouble. :)


Thanks and best regards.


--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: Resource booking - was: [SOGo] ANN: SOGo v1.3.7

2011-05-11 Thread Marcio Merlone

Em 11-05-2011 09:05, Julian Robbins escreveu:
The post that explains it best is from Ludovic on 25th April at 08:38 
UTC on this ml (sorry I don't have the link to it )

... and all its following thread. I still have those on my mbox.


Hope that helps

Sure, a lot! Thanks!


--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Resource booking - was: [SOGo] ANN: SOGo v1.3.7

2011-05-09 Thread Marcio Merlone

Em 03-05-2011 17:30, Ludovic Marcotte escreveu:

(...)
 * added support for resources like projectors, conference rooms and 
more which allows SOGo to avoid double-booking of them and also allows 
SOGo to automatically accept invitations for them


Hi all,

I took a peek at the admin webgui, but could not guess how to create and 
manage such resources (rooms, projectors, etc). I checked at the pdf 
docs, but no mention on how to get started. Can someone forgive my 
dumbness and point me the proper RTFM? :)


Tks and best regards.


--
*Marcio Merlone*
attachment: marcio_merlone.vcf

Re: [SOGo] Share ics calendar with everybody

2011-01-31 Thread Marcio Merlone

Em 28-01-2011 10:33, Marcio Merlone escreveu:
This must be some trivial and common request, but could not find it on 
the archives. I have an ics calendar stored on my webserver with all 
holidays until 2020. Is there how to auto-share as a read-only 
calendar to all sogo  users?


Bump! Anybody?

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

[SOGo] Share ics calendar with everybody

2011-01-28 Thread Marcio Merlone

Hi all,

This must be some trivial and common request, but could not find it on 
the archives. I have an ics calendar stored on my webserver with all 
holidays until 2020. Is there how to auto-share as a read-only calendar 
to all sogo  users?


You may point me the proper doc if you will. Thanks for any hint, help, 
rtfm, etc.


Best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Tecnologia Industrial - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGo admin account

2010-06-17 Thread Marcio Merlone

Hi all,

What's the purpose of the  dn: uid=sogo,ou=users,dc=acme,dc=com admin 
account? Does it have some privileged access to system administration 
via web interface or it serves only to run daemons and hold ~/GNUstep/?
A tangent question, how to do user management? When a user leaves the 
company, how can I delete its data (preferably after an automated backup)?


Thanks for SOGo and best regards.

--
Marcio Merlone

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

[SOGo] Templates customization

2010-06-17 Thread Marcio Merlone

Hi all,

Is there any doc regarding template customization?

Regards.

--
Marcio Merlone

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

[SOGo] Use catalog on TB without connector

2010-06-17 Thread Marcio Merlone

Hi again :)

Is it possible to use a SOGo address book on TB3 without the SOGo 
integrator plugin?


Tks.

--
Marcio Merlone

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

Re: [SOGo] Basic question about free/busy

2010-06-11 Thread Marcio Merlone

Em 11-06-2010 09:15, Benoit Gautier escreveu:

it's in the installation guide !


It was not clear to me it is about free/busy. Perhaps there could be 
some more specific/obvius info about free/busy in the docs.



but to do your stuff use :

(...)
Done now, just to be sure.

all calendars (even created before) took defaults roles, if an user 
change shares settings (in properties of calendars) it override the 
default role


Just to remember, we are using TB3 + stock Lightning, not the inverse 
version, and we have our calendars configured as CalDAV. Our (me and a 
test user) calendar has Date and Time view sharing for public and 
confidential events for any auth'd user _and_ public access. And still 
we don't have free/busy one of another.


I think I lost some extremely simple detail pls help find it.

Thanks and best regards.

--
Marcio Merlone

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

Re: [SOGo] Basic question about free/busy

2010-06-11 Thread Marcio Merlone

Em 09-06-2010 11:42, Ben escreveu:
Its been a while, but for me I remember having to add to each users' 
ldap entry and calFBURL line:


calFBURL: https://server.com/SOGo/dav/username/freebusy.ifb


According to 
http://mail.opengroupware.org/pipermail/sogo/2009-March/001803.html that 
should be not necessary, free/busy with TB3 and SOGo should work 
out-of-the-box. But since I am still unable to make it work, cannot 
assure you. :)


--
Marcio Merlone

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

Re: [SOGo] Basic question about free/busy

2010-06-11 Thread Marcio Merlone

Em 11-06-2010 14:10, Marcio Merlone escreveu:
Just to remember, we are using TB3 + stock Lightning, not the inverse 
version, and we have our calendars configured as CalDAV. Our (me and a 
test user) calendar has Date and Time view sharing for public and 
confidential events for any auth'd user _and_ public access. And still 
we don't have free/busy one of another.


I think I lost some extremely simple detail pls help find it.


PROPFIND /SOGo/dav/the.other.one/Calendar/personal/ HTTP/1.1 401 334 
- Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.9) 
Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4


I have just stumbled on these apache logs, which may indicate 
something... (401 = unauthorized) ;) So, I am more confident now this is 
not a TB issue, but rather a SOGo/conf issue. As I said before, I am 
pretty sure each one has enough permission to see each other's date/time 
regarding calendar ACL. What can I check to find the error?


Thanks for your ideas, patience and kindness. :)

Best regards.

--
Marcio Merlone

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

Re: [SOGo] Basic question about free/busy

2010-06-10 Thread Marcio Merlone

Em 09-06-2010 17:48, Wolfgang Sourdeau escreveu:
On that matter, it may be an ACL issue from the part of the other 
user. If you don't have at least the right to view the date and time 
of his/her events, you will not see them in his/her freebusy either.


Hi Wolfgang,

Thanks for your input. Where to set that ACL? Is there how to set a 
default for all users or even force it?


Regards,

--
Marcio Merlone

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

Re: [SOGo] Basic question about free/busy

2010-06-09 Thread Marcio Merlone

Em 07-06-2010 14:33, Marcio Merlone escreveu:
I am implementing a SOGo server for my company, and so far so good. I 
am using SOGo Version 1.2.2 (@vizzini.inverse.ca 201006071105) with 
Lightning/1.0b1 Thunderbird/3.0.4. No one is using sogo connector but 
configured as a CalDAV calendar on Lightning instead.


We can successful create events and send invitations, but cannot see 
free/busy one of another. Is there something missing, any conf, 
whatever? Can someone please point me to the right direction?


Is this question too complex or so dumb to be considered?

--
Marcio Merlone

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

Re: [SOGo] Basic question about free/busy

2010-06-09 Thread Marcio Merlone

Em 09-06-2010 10:28, Francis Lachapelle escreveu:

On Jun 9, 2010, at 6:45 AM, Marcio Merlone wrote:
   

I am implementing a SOGo server for my company, and so far so good. I am using 
SOGo Version 1.2.2 (@vizzini.inverse.ca 201006071105) with Lightning/1.0b1 
Thunderbird/3.0.4. No one is using sogo connector but configured as a CalDAV 
calendar on Lightning instead.

We can successful create events and send invitations, but cannot see free/busy 
one of another. Is there something missing, any conf, whatever? Can someone 
please point me to the right direction?
   

Does the config parameter calendar.caldav.sched.enabled is set to true?
   


No. Could not find such parameter on the docs too. Where do I set it?

Regards,

--
Marcio Merlone

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

Re: [SOGo] Basic question about free/busy

2010-06-09 Thread Marcio Merlone

Em 09-06-2010 14:55, Marcio Merlone escreveu:

Em 09-06-2010 10:28, Francis Lachapelle escreveu:

On Jun 9, 2010, at 6:45 AM, Marcio Merlone wrote:
I am implementing a SOGo server for my company, and so far so good. 
I am using SOGo Version 1.2.2 (@vizzini.inverse.ca 201006071105) 
with Lightning/1.0b1 Thunderbird/3.0.4. No one is using sogo 
connector but configured as a CalDAV calendar on Lightning instead.


We can successful create events and send invitations, but cannot 
see free/busy one of another. Is there something missing, any conf, 
whatever? Can someone please point me to the right direction?
Does the config parameter calendar.caldav.sched.enabled is set to 
true?

No. Could not find such parameter on the docs too. Where do I set it?


Oh, sorry. Didn't see you mean on Thunderbird. I set that to true and 
could not see any change in behavior.


--
Marcio Merlone

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

[SOGo] Install on Ubuntu 10.04 Lucid Lynx

2010-05-21 Thread Marcio Merlone

Hi all,

Have anyone managed to install SOGo on Ubuntu 10.04 Lucid Lynx?

--
Marcio Merlone

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

[SOGo] Lightning + calDav X Lightning Inverse edition

2010-05-12 Thread Marcio Merlone

Hi all,

My problem about not recreating the database was something related to 
restart the service and re-create /var/run/sogo (which was missing).


I was curious about the advantages of the Inverse edition Lightning over 
the standard Lightning + calDav, but was a little confused about what 
the site says. Just security/bug corrections backported from the latest 
Lightning or does it provides something else?


I still have some troubles using calDav with TB3, but this is to another 
mail. :)


Thanks and best regards.

--
Marcio Merlone

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