Re: [SOGo] Thunderbird 24 Support

2013-09-26 Thread Szládovics Péter

2013-09-26 17:06 keltezéssel, Ludovic Marcotte írta:

On 2013-09-26 11:03 AM, Szládovics Péter wrote:
- some weeks ago I created a fork from .tb17 (integrator and 
connector too) and put the Hungarian translation for them, and get a 
merge request. I don't find the Hungarian translates in the new 
versions. I need to do it again with the .tb24 releases?

Yes do that, and we'll look at it soon.


Ok, but a last one simple question:
Can I port the language files from .tb17 without any modification, or I 
need to modify or complete some parts of them?


--
Szládovics, Péter
Onlinedemo.HU http://www.onlinedemo.hu
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird 24 Support

2013-09-26 Thread Szládovics Péter

2013-09-26 17:13 keltezéssel, Ludovic Marcotte írta:

On 2013-09-26 11:11 AM, Szládovics Péter wrote:
Can I port the language files from .tb17 without any modification, or 
I need to modify or complete some parts of them?

Most likely the former, but do it and you'll see.



OK, thanks.

--
Szládovics, Péter
Onlinedemo.HU http://www.onlinedemo.hu
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird 24 Support

2013-09-26 Thread Szládovics Péter

2013-09-26 17:13 keltezéssel, Ludovic Marcotte írta:

On 2013-09-26 11:11 AM, Szládovics Péter wrote:
Can I port the language files from .tb17 without any modification, or 
I need to modify or complete some parts of them?

Most likely the former, but do it and you'll see.


Hi Ludovic,

I did it. Please pull it into the main branch (request has been sent).
Thanks.

--
Szládovics, Péter

Onlinedemo.HU http://www.onlinedemo.hu
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Multiple domain

2013-09-25 Thread Szládovics Péter

2013-09-25 12:14 keltezéssel, javier.marin.re...@gmail.com írta:

sorry for my ignorance, but do not really understand what I indicate. Could you
give me some more detail on how to do?

Thank you very much.


Example - three users and three domains.

User 1
us...@first.com
us...@second.com
us...@third.com

User 2
us...@second.com
us...@third.com

User 3
us...@third.com

LDAP is the Samba4 AD

# user 1
dn: cn=user1;cn=users,dc=example,dc=local
mail: us...@first.com
othermailbox: us...@second.com
othermailbox: us...@third.com

# user 2
dn: cn=user2;cn=users,dc=example,dc=local
mail: us...@second.com
othermailbox: us...@third.com

# user 3
dn: cn=user3;cn=users,dc=example,dc=local
mail: us...@third.com

*Postfix related settings*
postfix-ldap.conf:
version = 3
server_host = 127.0.0.1
server_port = 389
timeout = 60
search_base = cn=users,dc=example,dc=local
query_filter = (|(mail=%s)(otherMailbox=%s))
result_attribute = sAMAccountName
bind = yes
bind_dn = cn=administrator,cn=users,dc=example,dc=local
bind_pw = Som3P@ss
# -- End

main.cf:
virtual_alias_maps = ldap:/etc/postfix/postfix-ldap.conf
relay_transport = ldap:/etc/postfix/postfix-ldap.conf
virtual_mailbox_domains = first.com, second.com, third.com, example.local
# -- End

*Dovecot related settings*
dovecot-ldap.conf:
hosts = 127.0.0.1:389
dn = cn=administrator,cn=users,dc=example,dc=local
dnpass = Som3P@ss
auth_bind = yes
tls = no
deref = never
ldap_version = 3
base = cn=users,dc=example,dc=local
scope = subtree
user_attrs = =home=/var/mail,=uid=5000,=gid=5000
user_filter = 
((sAMAccountName=%u)(objectClass=person)(!(userAccountControl=514)))
pass_filter = 
((sAMAccountName=%u)(objectClass=person)(!(userAccountControl=514)))

pass_attrs = userPassword=password,sAMAccountName=user

*SOGo related settings*
SOGoUserSources = (
{
CNFieldName = displayName;
IDFieldName = cn;
MailFieldNames = (
mail,
otherMailbox
);
SearchFieldNames = (
sn,
sAMAccountName,
mail,
otherMailbox,
displayName
);
UIDFieldName = sAMAccountName;
baseDN = cn=users,dc=example,dc=local;
bindDN = cn=administrator,cn=users,dc=example,dc=local;
bindFileds = (
sAMAccountName
);
bindPassword = Som3P@ss;
canAuthenticate = YES;
displayName = Shared Addresses;
hostname = 127.0.0.1;
id = someid;
isAddressBook = YES;
port = 389;
}
);

I'm using four domains In my system in one SOGo instance with configured 
services such as above. It's working fine.

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

Re: [SOGo] TB 24 and Free/Busy Functionality working from Lightning 2.6

2013-09-25 Thread Szládovics Péter

2013-09-25 11:41 keltezéssel, Götz Reinicke - IT Koordinator írta:

Hi folks,

we had the problem with Free/Busy Functionality not working from
Lightening in TB = V17.

I did recently an update to TB 24 and the recent Lightning Plugin 2.6
and voila the Free/Busy Functionality is working.


My questions are: Would we get in trouble using TB 24 with the official
TB Lightning Plugin with SOGo? Or what might be some pitfalls?

May be someone also knows if the most recent Lightning Plug in would
work with sogo-official-supported-Versions of TB (e.g. 17esr)


Last info: few weeks.
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] TB plugin update site

2013-09-25 Thread Szládovics Péter

Dear Friends,

I've modified the update site generation script, because usability reasons.
At the past the script checked the followings:
- Is SOGo site existing?
- Is update site already existing?

If the site not exists, you cannot get the script. If the update site 
already exists, you also cannot get it.


This checks was gone.
You will got the script all the time, without any conditions.

Excuse me for the strict conditions before. :)

http://www.onlinedemo.hu/136-update-site-generation

When the TB24 plugins will be available, I'll modify the site for 
working in dual mode (you will can choice between version 17 and 24).


--

Üdvözlettel,

Szládovics Péter
informatikus mérnök

Mobiltelefon: +36 20 92 68 098
Onlinedemo.HU http://www.onlinedemo.hu

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

Re: [SOGo] Re: Outlook and folder

2013-09-25 Thread Szládovics Péter

2013-09-25 12:28 keltezéssel, Fabio Onorini írta:

This behavior happen always in my outlook.


2013/9/25 Fabio Onorini onofa...@gmail.com mailto:onofa...@gmail.com

Strange behavior...
sometimes when send mail in Outlook, I can see message in Sent
folder, but after folders sync message moved in Drafts

Enviroment with sogo with Outlook native compatibility



I think you missed some steps on your imap configuration.

check the followings:

Go to your SOGo server as local user (root privileges won't need).

telnet localhost 143

1 LOGIN existing_virtual_username absolutely_wrong_password enter

What is the answer of your IMAP server?


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

Re: [SOGo] Thunderbird 24

2013-09-24 Thread Szládovics Péter

2013-09-13 17:48 keltezéssel, Ludovic Marcotte írta:

On 2013-09-13 11:41 AM, Szládovics Péter wrote:
2. Wait few days instead of upgrade, cos you will present the 
compatible code soon


That.


How many days we need to wait (about) the release?
The modify install.rdf for compatibility might be ok, or it won't 
working with this hack?

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

Re: [SOGo] Thunderbird 24

2013-09-24 Thread Szládovics Péter

2013-09-24 13:01 keltezéssel, Ludovic Marcotte írta:

On 2013-09-24 4:46 AM, Szládovics Péter wrote:

How many days we need to wait (about) the release?

10-15.
The modify install.rdf for compatibility might be ok, or it won't 
working with this hack?
Last time I tried, SOGo Integrator was pretty much OK but SOGo 
Connector was broken.


We haven't yet looked at this, as we have other patches for SOGo 
Connector to review first.


Thanks, about two weeks not too much.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird version

2013-09-24 Thread Szládovics Péter

2013-09-24 17:31 keltezéssel, Jan írta:

Am 24.09.2013 11:01, schrieb J.:
Am I understanding right that Thunderbird 19 is required to use SOGo 
(i.e. if a user installed 24.0 they need to go back to 19)?



17.0.x is currently supported.

Inverse is working on getting the TB 24 supported.

Yep, if a user already has 24.x, then they should switch back to 17.0.9.


André


Thunderbird 24 was rolled out by Ubuntu 12.04 LTS automatically. 
Sorry, there is no way back to Thunderbird 19 ...


Is any tb24 development branch on github available?

Best Regards
Jan


If you use Precise Pangolin try this:

sudo apt-get install thunderbird=17.0.8+build1-0ubuntu0.12.04.1

At the end of the version the numbers can be 12.04.2, 12.04.3, 12.10.1, 
13.04.1, etc.

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

Re: [SOGo] Address books not visible in Thunderbird

2013-09-24 Thread Szládovics Péter

2013-09-24 19:02 keltezéssel, J. írta:


*From:* Szládovics Péter p...@szladovics.hu
*To:* J. sweeping...@yahoo.com
*Sent:* Tuesday, September 24, 2013 4:12 AM
*Subject:* Re: [SOGo] Address books not visible in Thunderbird

2013-09-24 11:24 keltezéssel, J. írta:
I installed Thunderbird 17 ESR and the related Lightning and the SOGo 
connector and integrator and modified the extensions.rdf files as 
described in the Thunderbird configuration guide. It looks like 
Thunderbird isn't reading the server's address books. Can anyone 
point me in the right direction?


The only things I changed was to alter the domain on the line:

isi:updateURL=https://mail.mydomain.com/plugins/updates.php?plu...[etc]

in these two files

sogo-integrator-17.0.5-sogo-demo/chrome/content/extensions.rdf
sogo-integrator-17.0.5-sogo-demo/custom/sogo-demo/chrome/content/extensions.rdf

The site.js file already had the same identifier as sogo.conf:

pref(sogo-integrator.autocomplete.server.urlid, public);

in sogo.conf:

SOGoUserSources = (
{
  type = ldap;
  CNFieldName = cn;
  UIDFieldName = uid;
  bindFields = (uid, mail); // array of fields to use for 
indirect binds

  baseDN = ou=users,dc=mail,dc=mydomain,dc=com;
  bindDN = cn=sogo,ou=services,dc=mail,dc=mydomain,dc=com;
  bindPassword = x;
  canAuthenticate = YES;
  displayName = Shared Addresses;
  hostname = ldap://127.0.0.1:389;
  id = public;
  isAddressBook = YES;
  filter = (accountStatus='active');
}
  );


You need an update site too: 
http://www.onlinedemo.hu/136-update-site-generation



I only modified Integrator, not Connector since that's what the guide 
said to do. Is that correct?


If it's working then ok.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Multiple domain

2013-09-24 Thread Szládovics Péter

2013-09-24 22:13 keltezéssel, javier.marin.re...@gmail.com írta:

How can I configure SOGO for a user to receive emails from multiple domains,
for example u...@domain2.com and u...@domain1.com?

thanks


Use an alternate ldap property for other mail addresses (e.g. 
otherMailbox), and configure it in dovecot ldap and postfix ldap configs.



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


Re: [SOGo] MS Outlook connector

2013-09-20 Thread Szládovics Péter

2013-09-20 16:44 keltezéssel, labolinux írta:

Hi everybody,

We installed the latest version of SOGo, and everything is working 
very well.
We are using openldap for the authentication partand want now 
tointegrate inour system openchange using SOGo Outlook connector.


Referring to the official documentation of SOGo,2 possibilities of 
processing are present to us:


 1. First Part: We use both openldap and samba and then we have to use
a script forsynchronizing samba and openldap users.
 2. Second part: We have to remove openldap and use samba4 internal
directory

We are a newer in SOGo installation and configuration. So weneed help 
to make samba4 and ldap work together.

Please, I need to know :

  *  If others have already been confronted to the same case.
  * How they have solvethis problem?
  * What choice they hadto do?
  * What is the best solution to select between remove openldapin
part2 and use a script to synchronize openldap and samba?

Thanks in advance for your understanding and help.



I think it's difficult. If you want to use Samba4 AD instead OpenLDAP, 
you need to reconfigure the mail backend too: postfix and IMAP.

The main differences the OpenLDAP and Samba4 AD are:

1. Your users couldn't change their password through SOGo
2. AD not permit the anonymous access - you'll need one or more
   dedicated service account
3. Samba brings some restricts - eg. password policy
4. No any existing gui tool for samba4 administration yet (create
   users/groups/etc.)

etc.

My ZEG install script uses this environment, but with dovecot IMAP, and 
I created extensions for handling teh SambaAD (scripts for create/delete 
users, modify passwords, etc.).


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

Re: [SOGo] MS Outlook connector

2013-09-20 Thread Szládovics Péter

2013-09-20 18:55 keltezéssel, labolinux írta:

Le 20/09/2013 18:08, Szládovics Péter a écrit :

2013-09-20 16:44 keltezéssel, labolinux írta:

Hi everybody,

We installed the latest version of SOGo, and everything is working 
very well.
We are using openldap for the authentication partand want now 
tointegrate inour system openchange using SOGo Outlook connector.


Referring to the official documentation of SOGo,2 possibilities of 
processing are present to us:


 1. First Part: We use both openldap and samba and then we have to
use a script forsynchronizing samba and openldap users.
 2. Second part: We have to remove openldap and use samba4 internal
directory

We are a newer in SOGo installation and configuration. So weneed 
help to make samba4 and ldap work together.

Please, I need to know :

  *  If others have already been confronted to the same case.
  * How they have solvethis problem?
  * What choice they hadto do?
  * What is the best solution to select between remove openldapin
part2 and use a script to synchronize openldap and samba?

Thanks in advance for your understanding and help.



I think it's difficult. If you want to use Samba4 AD instead 
OpenLDAP, you need to reconfigure the mail backend too: postfix and IMAP.

The main differences the OpenLDAP and Samba4 AD are:

 1. Your users couldn't change their password through SOGo
 2. AD not permit the anonymous access - you'll need one or more
dedicated service account
 3. Samba brings some restricts - eg. password policy
 4. No any existing gui tool for samba4 administration yet (create
users/groups/etc.)

etc.

My ZEG install script uses this environment, but with dovecot IMAP, 
and I created extensions for handling teh SambaAD (scripts for 
create/delete users, modify passwords, etc.).



Hi Peter,
First of all thank you for your reply. Since we want users to be able 
to change their password through SOGo, our only
solution is to maintain openldap and use script to synchronize users. 
Can you, please, send us your scripts so that we can adapt them to our 
situation?


Best regards.


My script is not well for you.
My environment not uses OpenLDAP only SambaAD (from the first install), 
so, I never synchronize anything sorry.

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

Re: [SOGo] SOGo - expire-autoreply in systems with dovecot

2013-09-18 Thread Szládovics Péter

2013-09-17 17:25 keltezéssel, Michal Kminek írta:

Hi,

I have a problem with expire-autoreply when using sogo-tool. The 
vacation autoreply works but I can't setup expiration of the autoreply.


There is a line in /etc/cron.d/sogo
0 0 * * *  sogo/usr/sbin/sogo-tool expire-autoreply -p 
/etc/sogo/sieve.creds


Some sieve admin credentials are expected in sieve.creds file but I do 
not have any sieve admin in my system.
The script above works if I put name:password of an existing user into 
the file. Then it works for the user but I need it for every user. 
Maybe a different approach should be used. Rather the sieve admin is 
defined only in cyrus-imap system. Has anybody any experience with that?


Thanks,
Michal


My system is CentOS 6.4 x86_64 and I have installed the following 
packages from ATRPMS repo


dovecot-pigeonhole-0.4.1-30.el6.x86_64
dovecot-2.2.5-2_140.el6.x86_64
dovecot-managesieve-0.4.1-30.el6.x86_64


Hi Michal,

Have you got these settings below in dovecot?

passdb {
  driver = passwd-file
  args = /etc/sogo/sieve.creds
  master = yes
  pass = yes
}

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


Re: [SOGo] not receiving mails

2013-09-18 Thread Szládovics Péter

2013-09-18 13:24 keltezéssel, labolinux írta:

Bonjour,
We configured SOGowith all its dependencies (ldap, postfix, 
cyrus-imap, postgresql)
on centos 6.4.Everything is working well, unless the fact that users 
are not receiving emails.
Every dependency took alone is working well. Has anyone faced that 
issue? How did he resolve it?

What can we do to resolve it?
Thank you in advance.


You need to cehck the followings:
- Mail logs (included separated dovecot log)
- Mail queue

Find error messages, and write them to us.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] not receiving mails

2013-09-18 Thread Szládovics Péter

2013-09-18 16:41 keltezéssel, labolinux írta:

Le 18/09/2013 14:36, Szládovics Péter a écrit :

2013-09-18 13:24 keltezéssel, labolinux írta:

Bonjour,
We configured SOGowith all its dependencies (ldap, postfix, 
cyrus-imap, postgresql)
on centos 6.4.Everything is working well, unless the fact that users 
are not receiving emails.
Every dependency took alone is working well. Has anyone faced that 
issue? How did he resolve it?

What can we do to resolve it?
Thank you in advance.


You need to cehck the followings:
- Mail logs (included separated dovecot log)
- Mail queue

Find error messages, and write them to us.

Hi Peter,
we are not using dovecot, we are using cyrus-imapd instead.
Here is theoutput of the log after sending an email
Sep 18 16:28:22 sogo223 cyrus/deliver[24730]: 
connect(/var/lib/imap/socket/lmtp) failed: Permission denied
Sep 18 16:28:22 sogo223 cyrus/imap[24719]: USAGE neutronstein user: 
0.001000 sys: 0.002000
Sep 18 16:28:31 sogo223 cyrus/imap[24623]: login: localhost 
[127.0.0.1] neutronstein plaintext User logged in 
SESSIONID=cyrus-24623-1379521711-1


note: we changed the ownet of the file an the rights to 777 but 
nothing changed.

Thank you


I'm not sure in Cyrus, but I hope other one can help you in this situation.
But I think the modify the socket's permissions as manually is not a 
best practise.

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

Re: [SOGo] Active Sync support in SOGo

2013-09-18 Thread Szládovics Péter

It's great :)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: Re: [SOGo] Problem sharing folders

2013-09-17 Thread Szládovics Péter
You're welcome :-) 

-- 
Üdvözlettel,

Szládovics Péter

(Az üzenetet mobiltelefonról küldtem)

javier.marin.re...@gmail.com a következőt írta:

Hi, 

I changed the permissions and everything works fine.

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

Re: [SOGo] Problem sharing folders

2013-09-16 Thread Szládovics Péter

2013-09-16 08:40 keltezéssel, javier.marin.re...@gmail.com írta:

I'm using dovecot, as I can check this?


Use 'doveconf | less' and check these parameters:

- acl and acl_shared_dict settings under plugins.
- namespace settings

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

Re: [SOGo] ActiveSync question

2013-09-16 Thread Szládovics Péter

2013-09-16 01:08 keltezéssel, Steven Swarts írta:

I am interested, very much so just haven't go around to it.
Sounds like you put a lot of effort in, so please hold on out :)


Yes, not seems 'zero effort' :)
But I did a mistake: the webpage was protected - but I now make it 
available for public access.

This is the link: http://www.onlinedemo.hu/136-update-site-generation



*/Regards,/*

*/Steven Swarts/*

On 14/09/2013 10:59 PM, Szládovics Péter wrote:

2013-09-04 08:37 keltezéssel, Anna Christina Naß írta:

Am 03.09.2013 21:19, schrieb Szládovics Péter:

Hallo,


CalDAV and CardDAV work fine and are not very complicated to set up
for the users (except when using Lightning/SOGo Connector where the
full paths seem to be needed).


Did you try the SOGo Integrator?
If you build it for yourself, and set up an update site next to SOGo,
the set up will be very simple, and you can use the share/subscribe
features on the pages of Lightning and Addressbook apps.

If more people interested in this method, I can create and present a
short doc about easy set up these things on your site for you.


I looked at the documentation (SOGo Mozilla Thunderbird 
Configuration.pdf), decided that this documentation is far from 
complete and ignored the Integrator for now.


It would be great if you could provide some more documentation on 
it, especially on:


- what do the options in the files
   defaults/preferences/*.js
   chrome/content/extensions.rdf
  mean?
- what does the directory custom/sogo-demo do?

Some examples (and a overall documentation on the options) of 
update.php also would be great.


I created the site what can generate a script for correct update 
site, and share the link, but no one interested in it since more than 
a week. :(

I though some people need it...




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

Re: [SOGo] ZEG install script - and Integrator update site

2013-09-16 Thread Szládovics Péter

2013-09-04 20:40 keltezéssel, Szládovics Péter írta:

2013-09-02 15:25 keltezéssel, Szládovics Péter írta:

2013-07-08 18:10 keltezéssel, Szládovics Péter írta:
This http://www.onlinedemo.hu/71-zeg-install-script webpage 
contains some informations and resctrictions, and you can download 
the tarball with the script from it.


Please read the page from the begin to the end as attentively.


Dear Gents,

I updated the script again, ...


... cause the last modify bring some bugs.

  * The update updateplugins.sh contained an unwanted 'read' command -
removed.
  * The /plugin alias and apache directory directive was allow the
directory listing - corrected.

The webpage (link above) has updated. On the bottom of page you find 
the New feature heading, what is about the SOGo Integrator update site.

Read it attentively.

The main parts:
In this http://www.onlinedemo.hu/136-update-site-generation link you 
can fill a form. You need to specify some data about your SOGo site, 
and the site will create for you a personalized script based on your 
answers.
The script will be arrives about 5 minutes later, and will contains 
the gzipped script. You need to save, gunzip and copy it to your SOGo 
site, and run it *as normal user* (sudo passwords will be asked). All 
needed info about it in that email.


/*Example:
*/Your SOGo WebUI accessible at *https://mail.somewhere.tld/SOGo/*, 
and you need the set up your update site to 
*https://mail.somewhere.tld/tbextension/*, and you want to store the 
PHP script and the XPI files in */var/sample* directory, and your 
email is *some...@somewhere.tld*. You have Apache2 webserver, and the 
*id* value of your /etc/sogo/sogo.conf in the SOGoUserSource array is 
*activedirectory*.


You need to specify these data on the form:

Your email address: *some...@somewhere.tld* (specify it two for checking)
Your Apache config directory: */etc/apache2*
Your update site root: */var/sample*
Security settings: *https* (because your site URL start with https://)
Name of yous SOGo website: *mail.somewhere.tld*
Update site URL path: *tbextension*
User source of your SOGo site: *activedirectory*

That's it (OK, you need to fill a captcha too). Submit, and you will 
be receive a notify email, and then the script about 5 minutes later.


If you like it, then you can like my site ;)


The public access error to the page is corrected, sorry for that!
I was careless... :(
This http://www.onlinedemo.hu/136-update-site-generation link is 
available now.

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

Re: [SOGo] Problem sharing folders

2013-09-16 Thread Szládovics Péter

Hi Javier,

What is your directory privileges of /var/mail?

Give us an output of the following command:

ls -lad /var/mail

Cheers,
Peter

PS: it needs to owned by vmail:vmail (if your vmail user name/group is 
vmail)

Use this:
chown vmail:vmail -R /var/mail
And then restart the mail system, and then try the share again.

2013-09-16 20:16 keltezéssel, javier.marin.re...@gmail.com írta:

Hi,

The values of these parameters are:
   acl = vfile
   acl_shared_dict = file:/var/mail/shared-mailboxes.db


  namespace {
   hidden = no
   inbox = yes
   list = yes
   location =
   prefix =
   separator = /
   subscriptions = yes
   type = private
}
namespace {
   hidden = no
   inbox = no
   list = children
   location = maildir:/var/mail/%%u:INDEX=/var/mail/%u/shared/%%u
   prefix = shared/%%u/
   separator = /
   subscriptions = yes
   type = shared
}



Thanks


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


Re: [SOGo] Problem sharing folders

2013-09-15 Thread Szládovics Péter

2013-09-15 16:49 keltezéssel, javier.marin.re...@gmail.com írta:

Hi,

When I share folders between users, folders are not displayed.
Can anyone help?


Does your IMAP settings allowed the sharing of IMAP folders?
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ActiveSync question

2013-09-14 Thread Szládovics Péter

2013-09-04 08:37 keltezéssel, Anna Christina Naß írta:

Am 03.09.2013 21:19, schrieb Szládovics Péter:

Hallo,


CalDAV and CardDAV work fine and are not very complicated to set up
for the users (except when using Lightning/SOGo Connector where the
full paths seem to be needed).


Did you try the SOGo Integrator?
If you build it for yourself, and set up an update site next to SOGo,
the set up will be very simple, and you can use the share/subscribe
features on the pages of Lightning and Addressbook apps.

If more people interested in this method, I can create and present a
short doc about easy set up these things on your site for you.


I looked at the documentation (SOGo Mozilla Thunderbird 
Configuration.pdf), decided that this documentation is far from 
complete and ignored the Integrator for now.


It would be great if you could provide some more documentation on it, 
especially on:


- what do the options in the files
   defaults/preferences/*.js
   chrome/content/extensions.rdf
  mean?
- what does the directory custom/sogo-demo do?

Some examples (and a overall documentation on the options) of 
update.php also would be great.


I created the site what can generate a script for correct update site, 
and share the link, but no one interested in it since more than a week. :(

I though some people need it...
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Thunderbird 24

2013-09-13 Thread Szládovics Péter

Dear Guys at Inverse,

The Thunderbird 24 will be released at next tuesday. Some clients will 
want to upgrade itself, but the SOGo Connector and Integrator doen't 
compatible with it.

Part of Install.rdf:

em:minVersion=17.0
em:maxVersion=17.*

What will the best practice?

1. Modifiy the Install.rdf maxVersion property to 24.*, and upgrade 
Thunderbird immediately
2. Wait few days instead of upgrade, cos you will present the compatible 
code soon


Thanks your information,
Peter
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Outlook 2003 configuration question ...

2013-09-05 Thread Szládovics Péter

2013-09-05 17:32 keltezéssel, stev...@cinergymetro.net írta:

Pg. 12 [14] of 'SOGo Native Microsoft Outlook Configuration 2.0.7'

Apache Configuration for Web Services

The OpenChange web services consist of two components:

1. OCS Manager which is used for autodiscovery and freebusy lookups on Outlook
2007
and 2010. This service runs in its own application server which listens on
127.0.0.1:5000 by default. Apache needs to be configured to forward certain
requests
to it to make it accessible from the outside.
Note that this service MUST be accessible over HTTPS, otherwise Outlook won't
use it.

2. RPC Proxy which is used for RPC over HTTP (“Outlook Anywhere”)
This service runs as a WSGI application under apache (mod_wsgi).
While HTTPS is not required to access this service, it is strongly recommended.

Is it absolutely necessary to use HTTPS and SSL for Outlook connectivity?

I am experiencing the usual error: Cannot find the Exchange server ...

My thinking is that I need to enable HTTPS for OCSManager, and that means going
back and enabling SSL in LDAP, IMAP, SOGo, Apache, etc. (which is doable)  I'm
on a private network.


If you use only over lan some of your services, then they should not be 
over SSL.
But, if you use some services from the internet side, then strongly 
recommended use them over SSL.
Most of services can communicate over SSL and plain simultaneously, so 
you don't need to set up everything over SSL.


If you use just the Outlook Anywhere and SOGo WebUI from internet side, 
the Apache SSL settings are enough - but, you need to deny the access to 
TCP/80 from the internet side on your firewall.


I think, if you setup everything to over SSL working posibilities, you 
cannot make mistake.


IMAP/POP3/SMTP/HTTP/LDAP/etc. can work in plain and over SSL mode 
simultaneously, and you need to enabled from the internet only the 
following ports: 443, 465, 636, 993, 995 - and sieve 4190/2000 (only in 
TLS mode).

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


Re: [SOGo] connection error

2013-09-05 Thread Szládovics Péter

2013-09-05 18:05 keltezéssel, labolinux írta:



  HI

we installed SOGo latest version on CentOS 6.3
and we got the error bellow when we want to access sogo.

Service Temporarily Unavailable

The server is temporarily unable to service your request due to 
maintenance downtime or capacity problems. Please try again later.


Apache/2.2.15 (CentOS) Server at xx.xx.xx.xx Port 80   

what this error is due to?? and how can we fix it? regards to all!!



Your sogo service isn't running, and apache reverse proxy doesn't find 
the target.


Configure the service correctly, start it, and try again.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync question

2013-09-04 Thread Szládovics Péter

2013-09-04 13:42 keltezéssel, Martin Rabl írta:

Hi,

Am 04.09.13 08:37, schrieb Anna Christina Naß:

It would be great if you could provide some more documentation on it,
especially on:

- what do the options in the files
defaults/preferences/*.js
chrome/content/extensions.rdf
   mean?

Ignore them. ;-)
If not:
- default/preferences holds all default preferences a TB-Plugin use 
when it starts the first time - nice for preconfiguration, but not 
often needed, I think. This preferences will be overridden after set 
the user settings.
(the *.js files will all be read and interpreted from the gecko/XUL 
machine, I think, alphabetically)


- extensions.rdf: Pls. have a look at
https://developer.mozilla.org/en-US/docs/Install_Manifests
https://developer.mozilla.org/en-US/docs/Extension_Versioning,_Update_and_Compatibility 



It's not enough...
You need an update site too for correct functionality. I'm working on a 
self-configured build site:


You give some parameters on a web form, and will receive a script in 
email. You save the script to the server what is hosted the SOGo WebUI, 
and just run it with normal user privileges.
It will configure your update site (if needed), download the most fresh 
git sources from Inverse, set up the Integrator parameters, build the 
xpi files (Integrator and Connector too) and set up the update site code 
for fresh builds (file names, versions, etc.).


If you run it again at the future, it will refresh the plugins - do not 
run it under cron, because it will need the password for sudo. Only use 
it with commandline.


So, please a little patience :)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ActiveSync question

2013-09-04 Thread Szládovics Péter

2013-09-04 19:35 keltezéssel, Don L írta:
I look forward to seeing this, right now I find the updater very 
confusing.  A question though, if run as root under cron would it 
still need the sudo password?


No, it won't need. But I not recommend it - by a simply reason.
If you run it under cron, the site contents will update automatically, 
and your clients (Thunderbird) will upgrade automatically too. It's a 
problem!


Never upgrade anything before you not try it correctly!

You can decline it, and use it by root (but you need to edit the script, 
because it exits if you have root privileges. :)

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


[SOGo] ZEG install script - and Integrator update site

2013-09-04 Thread Szládovics Péter

2013-09-02 15:25 keltezéssel, Szládovics Péter írta:

2013-07-08 18:10 keltezéssel, Szládovics Péter írta:
This http://www.onlinedemo.hu/71-zeg-install-script webpage 
contains some informations and resctrictions, and you can download 
the tarball with the script from it.


Please read the page from the begin to the end as attentively.


Dear Gents,

I updated the script again, ...


... cause the last modify bring some bugs.

 * The update updateplugins.sh contained an unwanted 'read' command -
   removed.
 * The /plugin alias and apache directory directive was allow the
   directory listing - corrected.

The webpage (link above) has updated. On the bottom of page you find the 
New feature heading, what is about the SOGo Integrator update site.

Read it attentively.

The main parts:
In this http://www.onlinedemo.hu/136-update-site-generation link you 
can fill a form. You need to specify some data about your SOGo site, and 
the site will create for you a personalized script based on your answers.
The script will be arrives about 5 minutes later, and will contains the 
gzipped script. You need to save, gunzip and copy it to your SOGo site, 
and run it *as normal user* (sudo passwords will be asked). All needed 
info about it in that email.


/*Example:
*/Your SOGo WebUI accessible at *https://mail.somewhere.tld/SOGo/*, and 
you need the set up your update site to 
*https://mail.somewhere.tld/tbextension/*, and you want to store the PHP 
script and the XPI files in */var/sample* directory, and your email is 
*some...@somewhere.tld*. You have Apache2 webserver, and the *id* value 
of your /etc/sogo/sogo.conf in the SOGoUserSource array is 
*activedirectory*.


You need to specify these data on the form:

Your email address: *some...@somewhere.tld* (specify it two for checking)
Your Apache config directory: */etc/apache2*
Your update site root: */var/sample*
Security settings: *https* (because your site URL start with https://)
Name of yous SOGo website: *mail.somewhere.tld*
Update site URL path: *tbextension*
User source of your SOGo site: *activedirectory*

That's it (OK, you need to fill a captcha too). Submit, and you will be 
receive a notify email, and then the script about 5 minutes later.


If you like it, then you can like my site ;)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Mailing list problem?

2013-09-03 Thread Szládovics Péter

2013-09-03 00:16 keltezéssel, Ludovic Marcotte írta:

On 2013-09-02 1:40 PM, Szládovics Péter wrote:

Could you improve the throughput please?

The list is moderated, that is it.


Oh, all right. I didn't know. :)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Need help on Sieve rules

2013-09-03 Thread Szládovics Péter

2013-09-03 11:41 keltezéssel, Anna Christina Naß írta:

Am 02.09.2013 17:35, schrieb Szládovics Péter:

Hallo Péter,


But I did not find a way to say
... fileinto :copy Alle Mails (like RFC 3894 tells)
... removeflag \\Seen

Does anyone have an idea on how to implement this using SOGo?

Or should I file a feature request for :copy or removeflag?


Hi Anna Christina,

This is your needed sieve script:

# 
require [fileinto,imap4flags];
fileinto INBOX;
addflag \\Seen;
fileinto Alle Mails;
stop;
# 

Cheers,
Péter


Thanks a lot, that did the trick :)

Nevertheless, adding an option for removeflag and :copy to the Web 
GUI would be nice :)


You're welcome :)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ActiveSync question

2013-09-03 Thread Szládovics Péter

2013-09-03 19:55 keltezéssel, Anna Christina Naß írta:
CalDAV and CardDAV work fine and are not very complicated to set up 
for the users (except when using Lightning/SOGo Connector where the 
full paths seem to be needed).


Did you try the SOGo Integrator?
If you build it for yourself, and set up an update site next to SOGo, 
the set up will be very simple, and you can use the share/subscribe 
features on the pages of Lightning and Addressbook apps.


If more people interested in this method, I can create and present a 
short doc about easy set up these things on your site for you.

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


Re: [SOGo] UTF characters in addressbook

2013-09-02 Thread Szládovics Péter

2013-09-01 22:08 keltezéssel, Szládovics Péter írta:

Dear Guys,

I dont know it is a unique thing or not, but I have a little encoding 
problem.
In my Thunderbird and the SOGo web UI I see the '?' characters in 
names, where originally placed the 'ű' or 'ő' characters.
In the mysql the encoding is latin1_swedish_ci. If I change it to 
utf8_general_ci, this solve my problem?


I'm planning this:

service sogo stop
mysqldump sogo | sed 's/\(CHARSET=\)latin1\(;\)$/\1utf8\2/' | mysql sogo
service sogo start

Should it help on me?

PS: The terminal is hu_HU.UTF-8


I was not too patient in this situation, and tried it after a full DB 
backup.
I needed an alter database command too to set the default encoding, 
cause SOGo will create other tables at the future.


It's working. :)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ZEG install script

2013-09-02 Thread Szládovics Péter

2013-07-08 18:10 keltezéssel, Szládovics Péter írta:
This http://www.onlinedemo.hu/71-zeg-install-script webpage contains 
some informations and resctrictions, and you can download the tarball 
with the script from it.


Please read the page from the begin to the end as attentively.


Dear Gents,

I updated the sript again - no, I don't know about errors, this just a 
feature-release :)


I insert to the script the 19th step, which is configire an update site 
for your SOGo. If you use the SOGo site with Thunderbird, you can manage 
(and build!) the customized SOGo Integrator (and SOGo Connector too) 
extension for your site.

The package contains a new script - updateplugins.sh
This refreshes the plugins site based on Inverse's updated GIT repository.

If your site has been already built with this script, you need the 
followings:


1. login your site as normal user
2. get the script (e.g. with wget)
3. expand the script to a temporary folder
4. copy thy updateplugins script to /usr/local/bin directory
5. copy the config.sh to your home directory
6. you can remove the temporary elements
7. edit the yourhome/config.state, change the found number to 19, then
   saveexit
8. run the yourhome/config.sh

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

Re: [SOGo] Php-push2 - Active Sync

2013-09-02 Thread Szládovics Péter

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.

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.
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Mailing list problem?

2013-09-02 Thread Szládovics Péter

Dear Guys,

I think there is a problem in your mailing list infrastructure. Some 
mails are delayed more hours.

This is my email way from the send to the arrive:

From my workstation to my SMTP:
Received: Mon,  2 Sep 2013 15:25:33 +0200 (CEST)

From my SMTP to vizzini SMTP:
Received: Mon,  2 Sep 2013 09:25:38 -0400 (EDT)

It's okay cause timezone.
From vizzini SMTP to my SMTP:
Received: Mon,  2 Sep 2013 17:22:35 +0200 (CEST)

It isn't okay, two hours delay.
I see the delay is there after the amavisd process at the userid 111 
postfix process, before the outgoung amavisd checking - based on 
received headers.


One of my mails tomorrow delayed more than 14 hours :(

Could you improve the throughput please?
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Need help on Sieve rules

2013-09-02 Thread Szládovics Péter

2013-09-02 16:46 keltezéssel, Anna Christina Naß írta:

Hallo,

I've set up a SOGo installation for (mostly) personal use (I've 
migrated from Horde).


My question is:

I need a certain function for one Sieve rule that I had in my previous 
setup.
I like to copy(!) each incoming mail into a special All Mails folder 
in my IMAP mailbox and mark this copy as Seen.


In my last setup using Horde's filter tool, the Sieve file that has 
been created looks like this:


snip
[... other rules for mailing lists...]

if exists From  {
addflag \\Seen;
fileinto Alle Mails;
removeflag \\Seen;
}

if exists From  {
fileinto INBOX;
}
snip

Now I want to rebuild my filter settings in SOGo.

But I did not find a way to say
... fileinto :copy Alle Mails (like RFC 3894 tells)
... removeflag \\Seen

Does anyone have an idea on how to implement this using SOGo?

Or should I file a feature request for :copy or removeflag?


Hi Anna Christina,

This is your needed sieve script:

# 
require [fileinto,imap4flags];
fileinto INBOX;
addflag \\Seen;
fileinto Alle Mails;
stop;
# 

Cheers,
Péter
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] UTF characters in addressbook

2013-09-01 Thread Szládovics Péter

Dear Guys,

I dont know it is a unique thing or not, but I have a little encoding 
problem.
In my Thunderbird and the SOGo web UI I see the '?' characters in names, 
where originally placed the 'ű' or 'ő' characters.
In the mysql the encoding is latin1_swedish_ci. If I change it to 
utf8_general_ci, this solve my problem?


I'm planning this:

service sogo stop
mysqldump sogo | sed 's/\(CHARSET=\)latin1\(;\)$/\1utf8\2/' | mysql sogo
service sogo start

Should it help on me?

PS: The terminal is hu_HU.UTF-8
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Php-push2 - Active Sync

2013-08-30 Thread Szládovics Péter

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.


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.


Dear Marcio,

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

And I have the folloving php modules on Ubuntu 12.04:
php-mail
php-mail-mime
php-mail-mimedecode
php-net-smtp
php-net-socket
php-xml-parser
php5-curl
php5-dev
php5-gd
php5-imap
php5-intl
php5-ldap
php5-mcrypt
php5-mysql
php5-sqlite

I no have any problem.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Php-push2 - Active Sync

2013-08-30 Thread Szládovics Péter

2013-08-30 20:24 keltezéssel, Marcio Merlone írta:

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?


I followed the documentation and use the activesync settings. I saw it: 
BackendCombined.

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

[SOGo] SOGo Integrator questions

2013-08-29 Thread Szládovics Péter

Dear All,

I prepared an integrator from git, and set up the update site on my demo 
site. It's working fine, when I install the integrator only, it installs 
the connector and lightning the first restart - it's very cool.

But...

1. Localization.
   I created the hu-HU folder next to en-US in git source, and
   translate the sentences - but the language in thunderbird still
   English...
   How can I modify it, or how can I create the translate correctly?
   The XPI file contains the hu-HU folder correctly...
2. Folder sharing.
   I can share contacts and calendars - it's cool too. But I cannot
   share mailbox directories - or I don't know how can I do it.
3. Filters.
   Can I use server side filters (like as the SOGo webmail) - filter-,
   forward-, and vacation settings? Or I need to install the sieve
   extension?

If you (guys in inverse) need the locale files for Hungarian, I can 
share it for you to integrate the mainline project.


Thanks,
Péter
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo Integrator questions

2013-08-29 Thread Szládovics Péter

2013-08-29 13:19 keltezéssel, Szládovics Péter írta:

Dear All,

I prepared an integrator from git, and set up the update site on my 
demo site. It's working fine, when I install the integrator only, it 
installs the connector and lightning the first restart - it's very cool.

But...

 1. Localization.
I created the hu-HU folder next to en-US in git source, and
translate the sentences - but the language in thunderbird still
English...
How can I modify it, or how can I create the translate correctly?
The XPI file contains the hu-HU folder correctly...
 2. Folder sharing.
I can share contacts and calendars - it's cool too. But I cannot
share mailbox directories - or I don't know how can I do it.
 3. Filters.
Can I use server side filters (like as the SOGo webmail) -
filter-, forward-, and vacation settings? Or I need to install the
sieve extension?

If you (guys in inverse) need the locale files for Hungarian, I can 
share it for you to integrate the mainline project.


Forget the localization, I've found it. Edited the chrome.manifest file, 
and it's working now :)

All other question is pending...
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo Integrator questions

2013-08-29 Thread Szládovics Péter

Hi Adi,

Thanks your answers!
My answers below.

2013-08-29 14:18 keltezéssel, Adi Kriegisch írta:

Hi Péter,


 2. Folder sharing.
I can share contacts and calendars - it's cool too. But I cannot share
mailbox directories - or I don't know how can I do it.

This has nothing to do with SOGo or Integrator and is solely depending on
your imap server supporting such features.


On my server this feature is set up, and usable through SOGo web UI.
My question is, can I handle it through Thunderbird with Integrator 
extension such as the web UI?



 3. Filters.
Can I use server side filters (like as the SOGo webmail) - filter-,
forward-, and vacation settings? Or I need to install the sieve
extension?

This too depends on sieve (which needs to be supported on your mail server)
and on the client side currently is only available as a sieve plugin that
allows to edit rules in a text editor (in Thunderbird).
For kmail there seems to be some progress on the sieve support side that
provides (or will provide) a gui to edit rules to be released with kde
4.12.


It's true too (like above). Working on SOGo web UI, working with sieve 
extension. Does not the Integrator support it accordingly?

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


Re: [SOGo] SOGo Integrator questions

2013-08-29 Thread Szládovics Péter

Dear Jean,

Thanks for your answers.
Where can I upload the Hungarian localized files for Integrator? (And 
the Connector too)
I tried to find the possibilities on github, but I cannot do anything. 
Could you help me please?

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


Re: [SOGo] SOGo Integrator questions

2013-08-29 Thread Szládovics Péter

2013-08-29 16:49 keltezéssel, Jean Raby írta:

On 13-08-29 10:23 AM, Szládovics Péter wrote:

Dear Jean,

Thanks for your answers.
Where can I upload the Hungarian localized files for Integrator? (And 
the

Connector too)
I tried to find the possibilities on github, but I cannot do 
anything. Could you

help me please?


Best way is by doing a pull requests on github:

https://github.com/inverse-inc/sogo-integrator.tb17/tree/master/chrome/locale 

https://github.com/inverse-inc/sogo-connector.tb17/tree/master/chrome/locale 



At the first, I need to fork, then upload/modify on my fork, then pull 
request - is this my way?

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

Re: [SOGo] SOGo Integrator questions

2013-08-29 Thread Szládovics Péter

2013-08-29 18:18 keltezéssel, Szládovics Péter írta:

2013-08-29 16:49 keltezéssel, Jean Raby írta:

On 13-08-29 10:23 AM, Szládovics Péter wrote:

Dear Jean,

Thanks for your answers.
Where can I upload the Hungarian localized files for Integrator? 
(And the

Connector too)
I tried to find the possibilities on github, but I cannot do 
anything. Could you

help me please?


Best way is by doing a pull requests on github:

https://github.com/inverse-inc/sogo-integrator.tb17/tree/master/chrome/locale 

https://github.com/inverse-inc/sogo-connector.tb17/tree/master/chrome/locale 



At the first, I need to fork, then upload/modify on my fork, then pull 
request - is this my way?


It's done. I hope, I did anything as well :)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problems changing LDAP port ...

2013-08-28 Thread Szládovics Péter

Steve,

Did you reconfigure the SOGo for new LDAP settings (and also Wemin)?
You need it!

2013-08-28 00:37 keltezéssel, Steve Ankeny írta:

bit of a problem 

After successfully changing the LDAP Port, the SOGo web interface does 
not recognize username/password  When trying to login @ 
'sogo.servername.com/SOGo,' it fails saying Wrong username or password


I was able to access the server via Webmin, but it could not browse 
the LDAP Database.


That tells me that changing the port @ '/etc/default/slapd' did not 
fix the problem across LDAP


So, I'm back to the question, How do I change the default port in 
OpenLDAP before installing Samba4?


This question has already answered.
You need to reconfigure every service and tool for new ldap port which 
uses the ldap service - it's general.




On 08/27/2013 10:35 AM, Szládovics Péter wrote:

2013-08-27 16:23 keltezéssel, Steve Ankeny írta:

Thank you, Peter!


You're welcome.




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

Re: [SOGo] Antispam antivirus

2013-08-28 Thread Szládovics Péter

2013-08-28 14:26 keltezéssel, Emmanuel Dreyfus írta:

On Wed, Aug 21, 2013 at 11:49:04PM +0200, Szládovics Péter wrote:

2. Greylisting - you can eliminate the 90% of remain spams

I know it is somewhat off-topic, but I cannot resist some advertising for
milter-greylist: http://hcpnet.free.fr/milter-greylist/

It does greylisting, and much more thanks to its powerful ACL system
that lets you choose what you whitelist/blacklist/greylist (and how long).

Free both as in speech and as in beer. Used since 2006 by many organisation
around the world.


Can you restrict the outgoing mails with it?
e.g.
- messages per day per user (as virtuser) by overall size and/or count
- recipients per mail per user (as virtuser) - external/internal 
recipients, based on To:, Cc: and Bcc: fileds


I think there are some scenarios, when it should be a powerful tool.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Antispam antivirus

2013-08-28 Thread Szládovics Péter

2013-08-28 14:09 keltezéssel, MJ Ray írta:

On 21/08/13 22:49, Szládovics Péter wrote:

For correct filtering you need to use the followings in order of
importance:

1. RBL checking with few reliable lists (ip and domain based too) - you
can eliminate the 90% percent of spams
2. Greylisting - you can eliminate the 90% of remain spams
3. virus filtering, attachment checking - you can eliminate phishing,
and trojean mails
4. content checking for spams (e.g. spamassassin) - you can eliminate
the almost all of remain spams
5. use sieve filters for sa spam marked headers (if you want)

Valuable tactics missing from that list:

1. Load-balancing - each subsequent mail from the same host gets a
slower response and things like that, stops one spammer hogging the CPU;


It's a good idea, if you have more SMTP - or SMTP proxy


2. SMTP protocol enforcement - the SMTP RFC doesn't have many MUSTs, but
lots of spammers don't even do those, like they don't wait for the
greeting before starting trying to send their spam, or they try to put
your mailserver hostname in the HELO;


It's a basic setting, but we need to use it carefully. Lots of exchange 
servers use the local hostname as HELO name. E.g. mail.somecorp.local



3. Whitelisting - only allowing approved senders into your main INBOX
while the rest go into further filtering and probably a grey INBOX.


Yes, postfix is handle it generally too. I forgot it. :)


Only the third of those could be supported by SOGo (the first two are
best done in the SMTP server software), but it would be nice if it was.

Regards,


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


Re: [SOGo] Problem with outlook conector

2013-08-27 Thread Szládovics Péter

2013-08-27 14:41 keltezéssel, Christian Mack írta:

Hello Szládovics Péter


Am 2013-08-26 15:01, schrieb Szládovics Péter:

2013-08-26 13:44 keltezéssel, Christian Mack írta:

Am 2013-08-23 08:18, schrieb javier.marin.re...@gmail.com:

I installed and configured outlook with Sogo and everything works
fine, but
when time passes outlook disconnects and I can not reconnect. I tried to
restart my server and reconnect outlook, but after some time off again.
Connect only with outlook fails, the rest works perfectly.


There was athread about that problem before on this list.
AFAIK this shall be fixed in SOGo 2.1.0.


Perhaps you should check the bug tracker too:
http://www.sogo.nu/bugs

BTW SOGo 2.1.0

Does anyone know the planned release date?
Samba4 packages will be freshed too in the Inverse's repository (there
are Samba v4.0.1 binaries, but Samba v4.0.9 has been released yet)?

Last week Ludovic wrote something about aprox. 6 weeks till 2.1.0 will
be released.


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


Re: [SOGo] Problems changing LDAP port ...

2013-08-27 Thread Szládovics Péter

2013-08-26 22:13 keltezéssel, Steve Ankeny írta:

I had not understood that I could edit a file to set a different port?

All I've seen recommended is 'sudo slapd -h ...' to change the default 
port.


My 'etc/default/slapd' reads:

adam@sogo:~$ cat /etc/default/slapd
SLAPD_OPTIONS=
SLAPD_SENTINEL_FILE=/etc/ldap/noslapd
SLAPD_SERVICES=ldapi:/// ldap://:10389/;


This is what you need!


SLAPD_PIDFILE=
SLAPD_USER=openldap
SLAPD_GROUP=openldap
SLAPD_CONF=

I am presuming I'd add one line at the end to read:

SLAPD_PROVIDER=ldapi:// ldap://localhost:10389;

Then make sure port 10389 is open on the firewall (perhaps the 
firewall is the problem)


You don't need it.

I tried 'sudo slapd -h ldapi:// ldap://localhost:10389' to no avail 
(it didn't work)


Why did you do that?

Forget the 'slapd' binary calling from command line. Do only this following:

1. Stop the slapd service in /etc/init.d or with service command.
2. Modify the command config (above)
3. Start the slapd service
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] LDAP problems

2013-08-27 Thread Szládovics Péter

2013-08-27 19:43 keltezéssel, Christian Rößner írta:

Hi,

I have a running SOGo installation under Ubuntu 12.04.3 LTS. Version 2.0.7-1

I have an external LDAP server, where we have hundreds of contacts stored and I 
wanted to integrate this into SOGo. Therefor I added a second LDAP instance to 
/etc/sogo/sogo.conf.

The first block is from the main SOGo server and the second block is the 
external server:

 SOGoUserSources = (
{
CNFieldName = cn;
IDFieldName = uid;
IMAPLoginFieldName = mail;
KindFieldName = Kind;
MailFieldNames = (
mail
);
MultipleBookingsFieldName = Multiplebookings;
UIDFieldName = mail;
baseDN = ou=people,dc=deltaweb,dc=de;
bindAsCurrentUser = NO;
bindDN = cn=proxyuser,dc=deltaweb,dc=de;
bindFields = (
mail
);
bindPassword = ***;
canAuthenticate = YES;
displayName = Gemeinsame Adressen;
hostname = localhost;
id = LDAP;
isAddressBook = YES;
port = 389;
scope = SUB;
type = ldap;
userPasswordAlgorithm = SSHA;
},
{
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = ou=wl,dc=deltaweb,dc=de;
bindDN = cn=proxyuser,dc=deltaweb,dc=de;
bindPassword = ***;
canAuthenticate = NO;
displayName = Privatkunden Adressen;
hostname = bordergw.deltaweb.de;
id = LDAP2;
isAddressBook = YES;
encryption = STARTTLS;
port = 389;
scope = SUB;
type = ldap;
}
 );

Users can login and they can see the global address book Privatkunden 
Adressen. But searching does not succeed.


Jean answered the second part of your mail, I'll try to answer the first 
part. :)


Inside the any of usersources array you can define the searchfileds. eg.:

SearchFieldNames = (
sn,
givenName,
sAMAccountName,
mail,
displayName,
title
);

Could you try this?
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problems changing LDAP port ...

2013-08-26 Thread Szládovics Péter

2013-08-26 11:22 keltezéssel, stev...@cinergymetro.net írta:

I'm trying to perform the prerequisites before installing Samba4 on a
functioning ZEG with Cyrus, SOGo 2.0.7 and OpenLDAP (on Ubuntu 12.04.2)

Pg. 5 [7] of Native Microsoft Outlook Configuration 2.0.7 states:

Note that if you install Samba 4 on a server that is already running a LDAP
service, you will
have to change to TCP port on which your LDAP server listens to. Samba 4 will
use the TCP port 389 and it can't be changed.

For example, with OpenLDAP, you can use the -h parameter for slapd to make it
listen on an
other TCP port.


'slapd' fails to restart after changing the port!

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389  0.0.0.0:*LISTEN   
1727/slapd  
tcp6   0  0 :::389  :::*LISTEN
1727/slapd  

adam@sogo:~$ sudo slapd -h ldap://localhost:10389

adam@sogo:~$ sudo service slapd restart
  * Stopping OpenLDAP slapd 
[ OK ]
  * Starting OpenLDAP slapd 
[fail]

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389  0.0.0.0:*LISTEN   
1727/slapd  
tcp6   0  0 :::389  :::*LISTEN
1727/slapd

Is 'sudo slapd -h ldap://localhost:10389' correct?  What about 'ldaps:' and
'ldapi:?'

What else might be keeping 'slpad' from restarting?  Thanks.


Dear Steve,

You didn't change the default slapd port. Try to change it in the 
/etc/default/slapd.

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

Re: [SOGo] Problem with outlook conector

2013-08-26 Thread Szládovics Péter

2013-08-26 13:44 keltezéssel, Christian Mack írta:

Hello javier.marin.reyes

Am 2013-08-23 08:18, schrieb javier.marin.re...@gmail.com:

Hello,
I installed and configured outlook with Sogo and everything works fine, but
when time passes outlook disconnects and I can not reconnect. I tried to
restart my server and reconnect outlook, but after some time off again.
Connect only with outlook fails, the rest works perfectly.


There was athread about that problem before on this list.
AFAIK this shall be fixed in SOGo 2.1.0.


Perhaps you should check the bug tracker too:
http://www.sogo.nu/bugs


BTW SOGo 2.1.0

Does anyone know the planned release date?
Samba4 packages will be freshed too in the Inverse's repository (there 
are Samba v4.0.1 binaries, but Samba v4.0.9 has been released yet)?

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


Re: [SOGo] Antispam antivirus

2013-08-23 Thread Szládovics Péter

2013-08-23 08:50 keltezéssel, Jan-Frode Myklebust írta:

On Wed, Aug 21, 2013 at 11:49:04PM +0200, Szládovics Péter wrote:

2013-08-21 23:21 keltezéssel, Jan-Frode Myklebust írta:

On Wed, Aug 21, 2013 at 01:23:45PM +0200, Szládovics Péter wrote:

SOGo is not a mailserver. SOGo just an groupware extension for _any_
mailserver backend.
So, the question is not the antivirus and antispam for SOGo. The
question is antivirus and antispam for mailserver.

Antispam has a place in SOGo too. I'd like to have an interface for the
users to select how strict the spam-filter should be by integrating
with sieve-spamtest/rfc5235.

Maybe a block sender function, that pushes out a sieve script to the
server to drop/move-to-Spam messages from a given sender.

Also it would be nice if the SOGo webinterface had a Spam/not-spam
button that would move messages to/from the Spam-folder. This could be
used by http://wiki2.dovecot.org/Plugins/Antispam to train the filter.

Block senders?
How many senders need to block for correct spam filtering.
One node of one zombie network sends about 100 thousand spam emails
per day with randomly generated senders. Are you sure, you can
stopped them with this feature? I don't think so.

Blocking sender is a helpfull feature against other kinds of spam than
zombie networks.. F.ex. real businesses that picked up your email
address during a website registration, and thinks that that's an
invitation to be put on their advertising list.


Yes, it's true. Some senders can send unwanted advertisements to common 
email addresses (dom...@domain.tld, i...@domain.tld, etc.) as legal.
These senders usually send emails with correct content, so filtering 
these we need to use 'Block Senders' like tools - eg. blacklists on 
postfix side, if we need to block them as systemwide.



Example.
My mail host gets about 250-300 clean, real mails per day (total
incoming mail traffic is about 2000 mails/day - yes, 80-90% of them
are absolutely spam).

We deliver about 500.000 supposedly clean mails/day to our users
inboxes, after virus/spam/greylisting/etc has done it's thing.


This is the point. :)
I thonk: you use _only_ 'block senders' tool for filtering spams. 
Apologize, I misunderstood your words.



The SA drops 5-10 mails into the quarantine per day (newsletters,
advertisements, badly formatted mail contents - really spams, very
rarely few false positive good mails).

On our scale, managing a single quarantine doesn't really work, so we
rather deliver the suspect messages to the users Spam-folder and give
them an opportunity to check for false positives.


All of others are back off to senders.

Be careful with that, so you don't get on the backscatter lists..


I mean - these mails are rejected not answered.


The successful fight with spams there is at the gate, not at the mailbox.

At the gate we can do general filtering, but we can't train a general
filter to suit 100K's of users. A spam-filter individually trained (and
customized) by each user can be much more effective. Training can be
done by moving messages to/from Spam-folders, customisations can include
blocking senders, or tuning spam-score.


Ok, understood. I know my home system is little, it was just an example 
about rates.

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

Re: [SOGo] Antispam antivirus

2013-08-22 Thread Szládovics Péter

2013-08-21 23:21 keltezéssel, Jan-Frode Myklebust írta:

On Wed, Aug 21, 2013 at 01:23:45PM +0200, Szládovics Péter wrote:

SOGo is not a mailserver. SOGo just an groupware extension for _any_
mailserver backend.
So, the question is not the antivirus and antispam for SOGo. The
question is antivirus and antispam for mailserver.

Antispam has a place in SOGo too. I'd like to have an interface for the
users to select how strict the spam-filter should be by integrating
with sieve-spamtest/rfc5235.

Maybe a block sender function, that pushes out a sieve script to the
server to drop/move-to-Spam messages from a given sender.

Also it would be nice if the SOGo webinterface had a Spam/not-spam
button that would move messages to/from the Spam-folder. This could be
used by http://wiki2.dovecot.org/Plugins/Antispam to train the filter.


Block senders?
How many senders need to block for correct spam filtering.
One node of one zombie network sends about 100 thousand spam emails per 
day with randomly generated senders. Are you sure, you can stopped them 
with this feature? I don't think so.

For correct filtering you need to use the followings in order of importance:

1. RBL checking with few reliable lists (ip and domain based too) - you 
can eliminate the 90% percent of spams

2. Greylisting - you can eliminate the 90% of remain spams
3. virus filtering, attachment checking - you can eliminate phishing, 
and trojean mails
4. content checking for spams (e.g. spamassassin) - you can eliminate 
the almost all of remain spams

5. use sieve filters for sa spam marked headers (if you want)

Example.
My mail host gets about 250-300 clean, real mails per day (total 
incoming mail traffic is about 2000 mails/day - yes, 80-90% of them are 
absolutely spam).
The SA drops 5-10 mails into the quarantine per day (newsletters, 
advertisements, badly formatted mail contents - really spams, very 
rarely few false positive good mails).

All of others are back off to senders.
So, not perfect, cause usually one spam per week falls into my inbox.

Yes, not with only sieve filters.

The successful fight with spams there is at the gate, not at the mailbox.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Antispam antivirus

2013-08-21 Thread Szládovics Péter

2013-08-21 11:11 keltezéssel, fra...@ray.org.nz írta:

Hi!;

I've looked around, and cannot find any information regarding antispam and
antivirus for Sogo...?

Can someone point me in the right direction?

Thanks :)


SOGo is not a mailserver. SOGo just an groupware extension for _any_ 
mailserver backend.
So, the question is not the antivirus and antispam for SOGo. The 
question is antivirus and antispam for mailserver.


Look at these: spamassassin, clamav, rbl lists under postfix, 
greylisting (e.g. postgrey), postfix policy filters, etc.
Complete solutions e.g. amavis, smtp filter gateways (endian firewall, 
proxmox mail security). Some is commercial, some is not.

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

Re: [SOGo] Outlook and rules

2013-08-20 Thread Szládovics Péter

2013-08-19 17:42 keltezéssel, Fabio Onorini írta:

With google search I find:

Whether or not a rule will be a server-side or client-side rule 
depends on the actions, conditions and exceptions that are selected in 
the message.


When the rule contains an action or condition/exception that can only 
be performed by Outlook, then the rule turns into a client-side rule. 
If this action/condition/exception is also dependent on a specific 
configuration of Outlook then the rule will get the “on this machine 
only” condition as well.


And move to folder action is server side rule condition.

So I can't choose rules type.



Did the outlook warn you about the rule is client side?
If yes: The rule is client side, and will be saved.
If no: The rule is server side, and won't be saved if sogo not support 
it (I think is not supported at the moment independent of the sieve 
settings).


So. When I asked you about the side of rule, I exactly thinked above. 
Sorry for misanderstanding.



My pc is not joined to the domain, this can be the problem?



No, it's irrelevant.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Outlook and rules

2013-08-20 Thread Szládovics Péter

2013-08-20 13:52 keltezéssel, Fabio Onorini írta:

Outlook doesn't warn me that is a client-side rule.
Move to folder action seem a server side action, and cover 99% of my 
users rules...


With this in mind, at this moment I can't create that type of rules!


I'm afraid of, it's true.
But the server/client side storing does not depend only the action. This 
depends the conditions too, cause some conditions there are only in 
client side. ;)



Sogo will support server side rules from outlook?


I don't know.

2013/8/20 Szládovics Péter p...@szladovics.hu 
mailto:p...@szladovics.hu


2013-08-19 17:42 keltezéssel, Fabio Onorini írta:

With google search I find:

Whether or not a rule will be a server-side or client-side rule
depends on the actions, conditions and exceptions that are
selected in the message.

When the rule contains an action or condition/exception that can
only be performed by Outlook, then the rule turns into a
client-side rule. If this action/condition/exception is also
dependent on a specific configuration of Outlook then the rule
will get the “on this machine only” condition as well.

And move to folder action is server side rule condition.

So I can't choose rules type.



Did the outlook warn you about the rule is client side?
If yes: The rule is client side, and will be saved.
If no: The rule is server side, and won't be saved if sogo not
support it (I think is not supported at the moment independent of
the sieve settings).

So. When I asked you about the side of rule, I exactly thinked
above. Sorry for misanderstanding.


My pc is not joined to the domain, this can be the problem?



No, it's irrelevant.




--
---
Fabio Onorini


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

Re: [SOGo] Installation Sogo

2013-08-19 Thread Szládovics Péter

2013-08-19 15:21 keltezéssel, Patrick Duarte írta:


Dear Sirs,

I can not finish installing sogo.

I configured authentication with AD, its worked and MYSQL too worked.

Log of the SOGO on start service:

Aug 19 13:14:58 sogod [3805]: 0x0xb8f70d10[WOWatchDog] Terminating 
with SIGINT or SIGTERM


Aug 19 13:14:58 sogod [3805]: 0x0xb8ed6620[WOWatchDogChild] sending 
terminate signal to pid 3823


Aug 19 13:14:58 sogod [3805]: 0x0xb8f70d10[WOWatchDog] Terminating 
with SIGINT or SIGTERM


Aug 19 13:14:58 sogod [3805]: 0x0xb8ed6620[WOWatchDogChild] child 
3823 exited


Aug 19 13:14:58 sogod [3805]: 0x0xb8f70d10[WOWatchDog] all children 
exited. We now terminate.


Aug 19 13:14:58 sogod [3963]: version 2.0.7 (build root@alta-bh-s03 
201308011850) -- starting


Aug 19 13:14:58 sogod [3963]: vmem size check enabled: shutting down 
app when vmem  384 MB


Aug 19 13:14:58 sogod [3963]: 0x0xb7a5da68[SOGoProductLoader] SOGo 
products loaded from '/usr/local/lib/GNUstep/SOGo':


Aug 19 13:14:58 sogod [3963]: 0x0xb7a5da68[SOGoProductLoader] 
AdministrationUI.SOGo, ContactsUI.SOGo, Mailer.SOGo, 
Appointments.SOGo, MainUI.SOGo, SchedulerUI.SOGo, 
MailPartViewers.SOGo, MailerUI.SOGo, Contacts.SOGo, 
PreferencesUI.SOGo, CommonUI.SOGo


Aug 19 13:14:58 sogod [3963]: 0x0xb7a5da68[SOGoProductLoader] SOGo 
products loaded from '/usr/lib/GNUstep/SOGo':


Aug 19 13:14:58 sogod [3963]: 0x0xb7a5da68[SOGoProductLoader] 
AdministrationUI.SOGo, ContactsUI.SOGo, Mailer.SOGo, 
Appointments.SOGo, MainUI.SOGo, SchedulerUI.SOGo, 
MailPartViewers.SOGo, MailerUI.SOGo, Contacts.SOGo, 
PreferencesUI.SOGo, CommonUI.SOGo


Aug 19 13:14:58 sogod [3963]: 0x0xb7b95d10[WOWatchDog] listening on 
*:2


Aug 19 13:14:58 sogod [3963]: 0x0xb7b95d10[WOWatchDog] watchdog 
process pid: 3963


Aug 19 13:14:58 sogod [3963]: 0x0xb74b4be0[WOWatchDogChild] watchdog 
request timeout set to 10 minutes


Aug 19 13:14:58 sogod [3963]: 0x0xb7b95d10[WOWatchDog] preparing 1 
children


Aug 19 13:14:58 sogod [3963]: 0x0xb7b95d10[WOWatchDog] child spawned 
with pid 3981


2013-08-19 13:14:58.902 sogod[3981] MySQL4 connection established 
0x0xb7987a80


2013-08-19 13:14:58.902 sogod[3981] MySQL4 channel 0x0xb79f2d10 opened 
(connection=0x0xb7987a80,sogo)


2013-08-19 13:14:58.903 sogod[3981] MySQL4Channel[0x0xb79f2d10] 
connection=0x0xb7987a80 SQL: SELECT count(*) FROM sogo_user_profile;


2013-08-19 13:14:58.903 sogod[3981] MySQL4Channel[0x0xb79f2d10] 
connection=0x0xb7987a80 query has results, entering fetch-mode.


2013-08-19 13:14:58.903 sogod[3981] MySQL4Channel[0x0xb79f2d10] 
connection=0x0xb7987a80 SQL: SELECT count(*) FROM sogo_folder_info;


2013-08-19 13:14:58.903 sogod[3981] MySQL4Channel[0x0xb79f2d10] 
connection=0x0xb7987a80 query has results, entering fetch-mode.


2013-08-19 13:14:58.906 sogod[3981] MySQL4Channel[0x0xb79f2d10] 
connection=0x0xb7987a80 SQL: SELECT count(*) FROM sogo_sessions_folder;


2013-08-19 13:14:58.907 sogod[3981] MySQL4Channel[0x0xb79f2d10] 
connection=0x0xb7987a80 query has results, entering fetch-mode.


Log on open interface web:

Aug 19 13:16:00 sogod [3981]: |SOGo| starting method 'GET' on uri '/SOGo'

Aug 19 13:16:00 sogod [3981]: 0x0xb7b2b428[SOGoCache] Cache cleanup 
interval set every 300.00 seconds


Aug 19 13:16:00 sogod [3981]: 0x0xb7b2b428[SOGoCache] Using host(s) 
'localhost' as server(s)


Aug 19 13:16:00 sogod [3981]: [ERROR] [we-rm] did not find locale for 
language: ptBR


Aug 19 13:16:00 sogod [3981]: [ERROR] [we-rm] did not find locale for 
language: Portuguese


2013-08-19 13:16:00.768 sogod[3981] Note(SoObject): SoDebugKeyLookup 
is enabled!


2013-08-19 13:16:00.768 sogod[3981] Note(SoObject): SoDebugBaseURL is 
enabled!


2013-08-19 13:16:00.768 sogod[3981] Note(SoObject): relative base URLs 
are enabled.


2013-08-19 13:16:00.775 sogod[3981] ERROR(-[NGBundleManager 
bundleWithPath:]): could not create bundle for path: 
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'


2013-08-19 13:16:00.797 sogod[3981] WOCompoundElement: pool embedding 
is on.


2013-08-19 13:16:00.797 sogod[3981] WOCompoundElement: id logging is on.

2013-08-19 13:16:00.801 sogod[3981] MySQL4Channel[0x0xb79f2d10] 
connection=0x0xb7987a80 SQL: SELECT c_defaults FROM sogo_user_profile 
WHERE c_uid = 'anonymous';


2013-08-19 13:16:00.801 sogod[3981] MySQL4Channel[0x0xb79f2d10] 
connection=0x0xb7987a80 query has results, entering fetch-mode.


Aug 19 13:16:00 sogod [3981]: |SOGo| request took 0.037530 seconds to 
execute


192.168.1.50 - - [19/Aug/2013:13:16:00 GMT] GET /SOGo HTTP/1.1 302 
0/0 0.040 - - 2M


2013-08-19 13:16:00.807 sogod[3981] Note: Using UTF-8 as URL encoding 
in NGExtensions.


Aug 19 13:16:00 sogod [3981]: |SOGo| starting method 'GET' on uri '/SOGo/'

Aug 19 13:16:00 sogod [3981]: [ERROR] [we-rm] did not find locale for 
language: ptBR


Aug 19 13:16:00 sogod [3981]: [ERROR] [we-rm] did not find locale for 
language: Portuguese


2013-08-19 13:16:00.930 sogod[3981] 

Re: [SOGo] User and password in Outlook

2013-08-19 Thread Szládovics Péter

2013-08-19 15:57 keltezéssel, Fabio Onorini írta:


Like SOGo Native Microsoft Outlook configuration document say, in my 
outlook profile flag Always prompt for user name and password is 
enabled.


All work correctly, but i don't understand the reason of this setting 
and if I can disable it after configuration.


If you disabled it, and mistype the pessword, the windows won't ask you 
again until you restart the machine. I think you don't want it. Let the 
checkbox enabled.



Also flag remember password doesn't work


It won't. AFAIK this setting only store the username for the aoutlook 
auth instead of the current windows user, and never store any password.

Ask MS helpdesk for more information.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Outlook and rules

2013-08-19 Thread Szládovics Péter

2013-08-19 14:02 keltezéssel, Fabio Onorini írta:

Hi sogo users,
when I create a rule in outlook for mail filter, I lose setting after 
window closing.


Where outlook save this rules?


Which type of rule did you create? Server side or Outlook side?
Outlook with openchange backend won't store your server side rules, you 
can create them only outlook side.


Unfortunately, if you see your mails through other than outlook (and 
your outlook is not running), these rules won't run, and won't be working.
I think you really need the server side rules - they are independent 
from any mail client.



Can sogo+openchange save this settings?


Through outlook no, but through SOGo's webmail backend yes - if you 
previously installed and set up the sieve component for your imap 
server. Use it.

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


Re: [SOGo] Outlook and rules

2013-08-19 Thread Szládovics Péter

2013-08-19 16:31 keltezéssel, Fabio Onorini írta:

I did not choose the type rule.
I have outlook configured to communicate with a server exchange (sogo 
+ OpenChange) and when I create a rule this is completely lost when saved.


I understand that creating a script sieve, the filter works on the 
server side, but if a user only uses outlook how he can create rules?

It seems that outlook not saved locally in Exchange configuration.


Outlook side rules always stored on outlook side (in user's profile). If 
you have any problem with it, it isn't sogo problem.

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


Re: [SOGo] Thunderbird 24 support?

2013-08-16 Thread Szládovics Péter

2013-08-16 07:36 keltezéssel, André Schild írta:

Hello,

since TB24 has now the first Beta release I would be interested to 
test it in our environment.


http://www.mozilla.org/thunderbird/all-beta.html


Unfortunately the Sogo extension/integrator for TB17 seem to no longer 
work with TB24.


Is there a Beta of the Sogo extension/integrator available for TB24 ?


Hi,

Download the sogo integrator again, do the needed modifications, and 
after that edit the /install.rdf file.


em:minVersionxx.xxem:minVersion
em:maxVersionxx.xxem:maxVersion

These lines define the usable TB version numbers. You can use wildcards too.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Uncaught exception

2013-08-15 Thread Szládovics Péter

Hi Michael,

I think the RPC over LAN and HTTP proxy over WAN.
All authentication settings are same in both method.

2013-08-15 08:33 keltezéssel, Michael Volz írta:

Hi Peter,

thanks again. I also tried several times with that box checked. But I 
will try this again. In general: which connection settings are the 
preferred / most stable ones? RPC or http proxy? Which authentication 
for each? I systematically tried them all but couldn't recognize big 
differences. How is that in your long term experience?


Regards
Michael

Am 14.08.2013 19:34, schrieb Szládovics Péter:

Michael,

Did you check the Always prompt for user name and password checkbox 
at Exchange settings?


http://www.sogo.nu/files/docs/SOGo%20Native%20Microsoft%20Outlook%20Configuration.pdf
Chapter 8 (Page 17) - Step 8

Please check it again.




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

Re: [SOGo] smime firefox plugin for sogo

2013-08-14 Thread Szládovics Péter

2013-08-13 17:37 keltezéssel, David Feurle írta:

Hi Péter,

thanks for your response.
My comments are in the text.


Hi David,


Am 13.08.2013 13:29, schrieb Szládovics Péter:

Dear David,

I'm very interested in this subject. My questions above.

2013-08-13 12:36 keltezéssel, David Feurle írta:

Dear sogo mailinglist,

I have developed a smime plugin for firefox which allows to read 
smime signed and crypted mails in the webmail interface of sogo.
It works fine for me but has certain limitations which up to now 
prevented me from publishing it.
Up to now I'm able to read smime end to end encrypted mail by using 
the webmail interface.
What is still missing is the possibility to compose encrypted mails 
and the possibility to download any encrypted email attachments.


Will you work on it?
Up to now I thought that nobody would be interested. So we use it in 
our company - and for us it was working fine up to now.

If there are different user needs I would try to solve the problems.


I've the list since April, so I didn't read it :) But now.
I Think this problem is only in commercial infrastructure. The mail 
encryption and security not a high priority in personal environments - 
*unfortunately* of course.


But... I think the mail encription is the task of the mail app - e.g. 
Thunderbird. In the webmail we need to read in the 90 percent of cases.
So, my opinion the reading encrypted mails on the web is almost 
enough. about


Of course it's fine to be able to read emails. I was hoping for some 
support by the sogo developers to be able to as well compose emails.
The problem is that I am familar with javascript/xpcom/c++ but I have 
no idea of ObjectiveC.


In this situation I cannot help you - I've a little shellscript and perl 
(and minimal PHP) knowledge, but nothing in the above :) (ok, very 
minimal in javascript - handling mouse events, forms, opening popups - 
but no more).


The plugin enables users of sogo to read their encrypted emails in 
their browser without the need to save their encryption key on the 
mail server.


Great.

Nearly exactly one year ago I was asking this mailing list if there 
is some interest in making this working and useful for all sogo users.
( see: 
https://inverse.ca/sogo/lists/arc/users/2012-07/msg00167.html). The 
current implementation does no longer use the firefox cert store but 
the


Why? If it is a FF plugin, then the best practice is the using the FF 
certstore - I think.
I was doing it using c++. I was not aware that firefox contains all 
needed XPCOM Components to do smime in the browser.

I found some Interfaces in Thunderbird but they are missing in Firefox.


Yep, understood. How it works under Linux? Which certstore will be used 
by your app?



My code uses a cryptAPI that uses on Windows the native Cert Store.
I think I could change the code easily to allow the firefox cert store 
now since I learned what interfaces to use.
Another thing I was thinking is to upload the crypted private key 
(pfx/p12) to the sogo server.
The Server could serve this file to the browser (when logged in) and 
prompt the user for the passwort of the key file.
This way the user does not need to install his private key on the 
machine he/she does use for webmail.

It would be only be decrypted for one session.



windows/Linux system certificate storage and does not longer require 
the user to have a perl installation.


Up to now I have not received any feedback.


You have already one.

Perhaps it now is of greater interest since the revielings of Edward 
Snowden showed how limited the security of email is without using 
end to end encryption.


Accept.

If there is any interest I could explain in a more detailed form 
what and how the plugin does what it does and what functions sogo is 
missing to make the plugin even more useful.


I think, if you don't want to upload private key to the webserver, 
you need to modify the ajax editor. But it will be problem with text 
mails.
The biggest problem is IMHO that the mails are composed in the client 
but the server handles the mime stuff.
I can create a complete smime formated mail in the client, but as far 
as I know sogo lacks the ability to send this mail composed on the 
client for me.


Yes, it's bigger problem than I thought at first...
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Uncaught exception

2013-08-14 Thread Szládovics Péter

2013-08-14 16:38 keltezéssel, Michael Volz írta:

Dear sogo community,

first of all I wanted to thank the inverse team, Péter Szladovics and 
Olivier Bitsch. With the help of their tutorials, VMs and scripts I 
was able to build an ansible playbook for installing SOGo and 
OpenChange. I need Outlook support, so the OpenChange part was 
critical. Thanks again, great work!


But I am still having some issues. One is this uncaught exception 
that raises once in a while. Every time it does, Outlook looses 
connection to Exchange. It often happens when I try to share a user's 
calendar with another user:


/usr/sbin/samba: Uncaught exception NSInvalidArgumentException, 
reason: SOGoMAPIDBFolder(instance) does not recognize folderType


When I restart samba4 (which doesn't die, at least not entirely), 
Outlook can reconnect, but the expected changes of the permissions 
didn't happen. I uploaded a verbose (level 5) samba log of the event 
here: http://pastebin.com/HhMmc7rN. My smb.conf is like that: 
http://pastebin.com/L1TxejnP. Sogo is configured with GNUStep, the 
sogo-tool dump-defaults is: http://pastebin.com/bemzrg7c. I use 
postgresql as database backend and dovecot as imap server.


In general outlook works. I can receive and send emails, I can create 
and modify calendar items and contacts. Only calendar sharing is 
limited and I have stability problems because of such exceptions that 
make a restart of samba necessary. Regarding calendar sharing: I can 
share calendars in SOGo web interface and it fully works there. My 
partner can create, modify and delete calendar items for me. But this 
doesn't work in Outlook. For Outlook the same shared calendar is read 
only and I only see the free/busy information, not event details. If I 
want to change the permissions for my calendar through Outlook it 
doesn't let me choose options that allow the other person to make 
changes. I can select them but they would immediately switch back to 
the read only versions when I commit the changes. And most of the time 
such operations cause exceptions like the one described above.


Is this normal behavior because of the limits of the outlook 
compatibility or can it be solved? I read that seeing the details of 
appointments may not be supported. Is this still the case and if yes - 
is it likely to change? Are there ways to make it happen?


Thanks a lot for any help or hint!


Dear Michael,

Just a hint from me, but it maybe (I hope) helps you.
The outlook not the best choice (IMHO the worst), but on commercial 
environment it's the default (a Hungarian slang: the necessary evil).

So. Workaround, but working fine:
Share all of needed resources under the web (SOGo interface), and use 
them in Outlook.

One thing won't works: shared folders. But contacts and calendars ;)
You will need same method about out of office settings and server side 
mail rules.


As far as I excperienced - Thunderbird the one and only MUA for using 
the most features (with lot of extensions), but neither the sharing 
resources.


So, the web client will your best friend ever :)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Uncaught exception

2013-08-14 Thread Szládovics Péter

2013-08-14 19:18 keltezéssel, Ludovic Marcotte írta:

On 2013-08-14 11:05 AM, Szládovics Péter wrote:
As far as I excperienced - Thunderbird the one and only MUA for using 
the most features (with lot of extensions), but neither the sharing 
resources. 
Not sure what you mean here but if you install the SOGo Integrator 
extension in Thunderbird, you can do everything SOGo Web can do 
regarding calendar sharing from Thunderbird.


Once I tried the integrator, but it didn't give username from me (just 
password) for authentication, and used the OS account. I use lot of mail 
accounts in one Thunderbird.

Perhaps I was wrong, but I haven't tried it since that time.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Uncaught exception

2013-08-14 Thread Szládovics Péter

2013-08-14 18:19 keltezéssel, Michael Volz írta:
For me it looks like Outlook never sends the right authentication and 
because of that ocsmanager just sends the free/busy information but no 
other details back to Outlook. I can't dig deeper today, but I will 
tomorrow. Maybe somebody has an idea? I found that my 
/etc/ocsmanager/ocsmanager.ini (http://pastebin.com/Qcs0vriS) is 
pretty raw, was I supposed to configure it? I never came across it.


Sorry for this unreflected mail - just some last minute thoughts 
before knock off. But am I right that my calendar problem could be 
related to ocsmanager or is this normal behaviour? I also saw that 
even when I tell Outlook to connect via http there is very little 
activity with apache oder ocsmanager but very much witch samba so it 
seems to me that it connects directly via rpc after all.


Michael,

Did you check the Always prompt for user name and password checkbox at 
Exchange settings?


http://www.sogo.nu/files/docs/SOGo%20Native%20Microsoft%20Outlook%20Configuration.pdf
Chapter 8 (Page 17) - Step 8

Please check it again.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] smime firefox plugin for sogo

2013-08-13 Thread Szládovics Péter

Dear David,

I'm very interested in this subject. My questions above.

2013-08-13 12:36 keltezéssel, David Feurle írta:

Dear sogo mailinglist,

I have developed a smime plugin for firefox which allows to read smime 
signed and crypted mails in the webmail interface of sogo.
It works fine for me but has certain limitations which up to now 
prevented me from publishing it.
Up to now I'm able to read smime end to end encrypted mail by using 
the webmail interface.
What is still missing is the possibility to compose encrypted mails 
and the possibility to download any encrypted email attachments.


Will you work on it?
But... I think the mail encription is the task of the mail app - e.g. 
Thunderbird. In the webmail we need to read in the 90 percent of cases.

So, my opinion the reading encrypted mails on the web is almost enough.

The plugin enables users of sogo to read their encrypted emails in 
their browser without the need to save their encryption key on the 
mail server.


Great.

Nearly exactly one year ago I was asking this mailing list if there is 
some interest in making this working and useful for all sogo users.
( see: https://inverse.ca/sogo/lists/arc/users/2012-07/msg00167.html). 
The current implementation does no longer use the firefox cert store 
but the


Why? If it is a FF plugin, then the best practice is the using the FF 
certstore - I think.


windows/Linux system certificate storage and does not longer require 
the user to have a perl installation.


Up to now I have not received any feedback.


You have already one.

Perhaps it now is of greater interest since the revielings of Edward 
Snowden showed how limited the security of email is without using end 
to end encryption.


Accept.

If there is any interest I could explain in a more detailed form what 
and how the plugin does what it does and what functions sogo is 
missing to make the plugin even more useful.


I think, if you don't want to upload private key to the webserver, you 
need to modify the ajax editor. But it will be problem with text mails.


BTW smime.
Your mail signature is broken - according to my TB. Something modified 
your mail body - your MTA, sogo.nu's MTA or the Sympa.

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


Re: [SOGo] ZEG Script Clarification

2013-08-12 Thread Szládovics Péter

2013-08-12 16:28 keltezéssel, Garth Keesler írta:
The ZEG install script documentation states that the server name 
should be ubuntu.example.com and that the script will apply the 
correct values as it processes. What about the prompts during software 
package installation, Kerberos for example? Should the proper realm 
name be given or should example.com be used? There are a couple of 
other packages that prompt and some of them are in the docs but not all.


If you are talking about my install script at 
http://www.onlinedemo.hu/71-zeg-install-script, then it's dificult (or 
maybe not). :)
So. All needed names/passworsd/etc need to give at the step 1. All 
variables will be stored into a config file, and it needs, the variable 
will be used.


Example: You install the system with ubuntu.example.whatever, and give 
the mail.example.local for hostname and example.com at the first step. 
The script store them, and the name of the machine will be set, when it 
needs (also set the mail domain, etc).
After the samba 4 is installed, the script will drop the initial samba 
config (and kerberos too), and create a new one with right settings. So, 
the kerberos realm will right too independent the name what you give 
during the package installation process.


Cheers,
Peti

PS(offtopic): Please guys like my page, when you visit it (facebook tab 
is there on the left side). Thanks a lot ;)

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


Re: [SOGo] ZEG install script

2013-08-08 Thread Szládovics Péter

Hi,

It is not normal.
Please send me the config.ini private without APW variable.
Please also check the APW variable, because it must satisfy the followings:
- minimum 7chars
- only alphanumeric chars
- minimum 1 uppercase char
- minimum 1 lowercase char
- minimum 1 number

If the above is not true, that is your problem.

2013-08-07 02:08 keltezéssel, Mail Robot írta:

Hi,

I had been trying to install SOGo using ZEG install script in my 
office, where the network are managed by policies and rules; I am 
stucked at Step 4, where after the script listed the network 
parameters, I am seeing Wait to start Samba4 
LDAP which takes forever, even I had tried 
installing couple of times.


I did managed to install this at home.

Please assist what I should do.

Thank you

On Monday, August 5, 2013, Szládovics Péter wrote:

2013-08-05 16:29 keltezéssel, m...@line5.tv írta:

Cool script, I am impressed. There were some error messages,
sorry, was too few
time to read or screenshot them - but still, without any
further configuration
I was able to connect Outlook and to use the web interface.


Thank you!

The error messages were at the samba4/openchange install step, I know.
Those came from the sogo repository, and the guys reported it on
the SOGo install documentation with 'don't care' remark ;)
-- 
users@sogo.nu

https://inverse.ca/sogo/lists



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

Re: [SOGo] help ...

2013-08-06 Thread Szládovics Péter

2013-08-05 21:11 keltezéssel, husam.shabeeb írta:

BTS activities for Friday, August 02 2013

Dear Szládovics,

Many thanks for your help .

please  Can you send me step by step installation and configuration I 
will flow it with you ..


am using centos 6 and I have 389 directory server installed in another 
machine its ip 192.168.1.109 and dns install their too ,, ready to 
configure  with sogo ,




Dear Husam,

I not use CentOS, so I can't  give you step-by-step help.

At the first step, you need to set up Apache. Please enable the 
following modules on it:

proxy
proxy_http
headers
rewrite
ssl - if you want to use https
wsgi - if you want to use Outlook Anywhere

/etc/apache2/conf.d/SOGo.conf need to edit (I think the CentOS apache 
config directory may be is in the /etc/httpd or similar folder):


After the ## adjust the following to your configuration line:
- 'yourhostname' string change to your real hostname in DNS or your 
host's IP address

- comment out the server-port if you not use HTTPS
- edit the correct server-url line with the correct URL (http/https and 
host's dns or ip address)


Then restart the apache.

If you modify everything as well, your SOGo page will be load and 
working fine.


Which SQL backend do you plan to use?
Which LDAP listening in the port 389 on other host? OpenLDAP or MS AD? 
Will you need to bind to LDAP, or it ask-able by anonymousily? What is 
your base DN? What is your bind user? These are the most important 
things to set up SOGo for sql and ldap backends correctly.

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

Re: [SOGo] help ...

2013-08-06 Thread Szládovics Péter

Dear Husam,

I no have step-by-step help for distributed systems (some backends are 
in other hosts e.g. SQL, LDAP, etc.).
I only have a downloadable install package and a short documentation for 
it on http://www.onlinedemo.hu/71-zeg-install-script site.


This is *only* works with normal install of Ubuntu 12.04 LTS and every 
backends on that host.


If you realy need step-by-step howto, you need to read SOGo's install docs.

Cheers,
Peter

2013-08-06 23:51 keltezéssel, husam.shabeeb írta:

BTS activities for Friday, August 02 2013

Dear keltezéssel ,

Thanks , for the help ..

Well there is not much different between centos and Ubuntu or Debian  
I can work in both easily ..


For apache config file its located in .

/etc/httpd/conf.d

Any way if you have .. step by step for another Os  I can flow it with 
you to understand the way ..


For me no problem any database the important thing is how can I add 
user to the data base and login with it by the weblogin


For creation of the database its ok ,, also how to check the 
connection between the database and the sogo  .


*From:*Szládovics Péter [mailto:p...@szladovics.hu]
*Sent:* Tuesday, August 06, 2013 2:59 PM
*To:* users@sogo.nu
*Subject:* Re: [SOGo] help ...

2013-08-05 21:11 keltezéssel, husam.shabeeb írta:

Dear Szládovics,

Many thanks for your help .

please  Can you send me step by step installation and
configuration I will flow it with you ..

am using centos 6 and I have 389 directory server installed in
another machine its ip 192.168.1.109 and dns install their too ,,
ready to configure  with sogo ,


Dear Husam,

I not use CentOS, so I can't  give you step-by-step help.

At the first step, you need to set up Apache. Please enable the 
following modules on it:

proxy
proxy_http
headers
rewrite
ssl - if you want to use https
wsgi - if you want to use Outlook Anywhere

/etc/apache2/conf.d/SOGo.conf need to edit (I think the CentOS apache 
config directory may be is in the /etc/httpd or similar folder):


After the ## adjust the following to your configuration line:
- 'yourhostname' string change to your real hostname in DNS or your 
host's IP address

- comment out the server-port if you not use HTTPS
- edit the correct server-url line with the correct URL (http/https 
and host's dns or ip address)


Then restart the apache.

If you modify everything as well, your SOGo page will be load and 
working fine.


Which SQL backend do you plan to use?
Which LDAP listening in the port 389 on other host? OpenLDAP or MS AD? 
Will you need to bind to LDAP, or it ask-able by anonymousily? What is 
your base DN? What is your bind user? These are the most important 
things to set up SOGo for sql and ldap backends correctly.




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

Re: [SOGo] help ...

2013-08-05 Thread Szládovics Péter

2013-08-04 02:06 keltezéssel, husam.shabeeb írta:

BTS activities for Friday, August 02 2013

Dear Friend ,

I have send many emails here trying to get help now one answer me ..

am trying to configure sogo with 389 directory ..

And login user ,



Dear Husam,

Your SOGo.conf for apache is not correct, and the CSS is unavailable for 
this reason.

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

Re: [SOGo] ZEG install script

2013-08-05 Thread Szládovics Péter

2013-08-05 16:29 keltezéssel, m...@line5.tv írta:

Cool script, I am impressed. There were some error messages, sorry, was too few
time to read or screenshot them - but still, without any further configuration
I was able to connect Outlook and to use the web interface.


Thank you!

The error messages were at the samba4/openchange install step, I know.
Those came from the sogo repository, and the guys reported it on the 
SOGo install documentation with 'don't care' remark ;)

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


Re: [SOGo] ZEG install script

2013-08-02 Thread Szládovics Péter

2013-07-08 18:10 keltezéssel, Szládovics Péter írta:

Dear Gents,

This http://www.onlinedemo.hu/71-zeg-install-script webpage contains 
some informations and resctrictions, and you can download the tarball 
with the script from it.


Important update: the config.sh don't move the subroutines.sh into the 
/usr/local/bin with other scripts, and leave it the normal user's home.

For fix, run this command as normal user:

sudo mv ~/subroutines.sh /usr/local/bin/

The config.tgz (what is downloadable from the webpage above) is already 
fixed.

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

Re: [SOGo] User's own mailing lists?!

2013-08-02 Thread Szládovics Péter

2013-08-02 20:38 keltezéssel, Marc Leuser írta:

This seems unbelievable to me. I can't find a way to Create a List or Group of
Contacts in my Addressbook that I can mail to.

I'd like to have simple mailing lists which is imo one of the most basic
features. For example Co-Workers, Friends, Family. And if my Co-Worker happens
to be a close friend I want mails to my Co-Workers to reach him as well as
mails to my Friends without having to duplicate entries.

I've read the FAQ about Groups within SOGo, is this really the only option? I
can't imagine that there's no way to have mailing lists in SOGo, since no one
would spend hours adding single receipients to a mail that is supposed to reach
his whole company or whatever... Can anyone please point me into the right
direction?


Right Click on your personal addressbook, and choose the new group from 
context menu.

It's working. ;)

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

Re: [SOGo] Best practice: how many partitions and their size

2013-07-27 Thread Szládovics Péter

2013-07-27 15:56 keltezéssel, Bahti írta:

thank you Peter for your quick response.

Here some more information:

I plan on ubuntu server only as pure eMailServer with sogo.
No other services such as file sharing, no ownCloud etc.
The user will receive 4GB per space.


35 users with 4GB space is 140GB, but you need to calculate the deleted 
items folder and other files on /var partition.

I Think 160GB will enough.
If you will use quota under IMAP, then one partition need to /var.
If you wont use quota, then 5-10GB for /var enough, and give more than 
150GB to /var/mail - separated partition.



I install on a esxi and give the VM 8GB Ram and 6core CPU.


I think you wont need too much resource for 35 user! Two cores with 2GB 
RAM is enough.



how is your recommendation in this case?


With IMAP quota:

/  - 4GB (sda1)
/var - 160GB (sdb1)
swap- 3GB (sdc1)

Without IMAP quota
/- 4GB
/var- 5GB
/var/mail - 155GB
swap   - 3GB

The swap sizes calculated with 2GB of RAM.
If you plan to resize partitions (if something happen and it needs) - I 
offer you the XFS filesystem instead if ext4.
And attention: keep your eyes on ESX ballooning, if you use lot of 
ram/VM! ESX can steal unused ram from any VM, and if the vm is get more, 
it will be stucked easily for some seconds. If you can, use resource 
reservation on ESX.

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


Re: [SOGo] ZEG install script

2013-07-26 Thread Szládovics Péter

2013-07-26 13:57 keltezéssel, Bahti írta:

Hi there,

thanks for the great scripts.

I would like to use only the adduser.sh script

Unfortunately I do not have the ini file. Is necessary for this.
Can someone please send me her ini. I might to edit this manually .

thank-you


Hi,

You won't need another one's .ini, you can create it by yourself.

-
export MACHINE=hostname-of-your-machine-without-domain-part
export DOM=domain-of-your-machine-without-trailing-dot
export MDOM=domain-for-handling-emails
export 
ADOM=comma-and-space-separated-list-of-other-mail-domains-maybe-empty

export IP=internal-ip-of-your-host
export EIP=external-ip-of-your-host
export LDOM=internal-domain-without-tld
export SOG=webmail-title
export REALM=$DOM-as-uppercase
export DN=dc=domain,dc=tld = based on $DOM
export BDN=cn=administrator,cn=users,dc=domain,dc=tld = based on $DN
export OU=cn=users,dc=domain,dc=tld = based on $DN
export APW=plaintext-password-for-BDN
export MMDOM=extarnal-domain-as-uppercase
export GRP=default-AD-group-other-than-Users = if you haven't it, you 
must crete it before use scripts

export CCY=Yourcountry
export CCO=XX = two char code of CCY
export CCD=000 = numeric code of CCY
-

CCD help: http://userpage.chemie.fu-berlin.de/diverse/doc/ISO_3166.html ;)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ZEG install script

2013-07-26 Thread Szládovics Péter

2013-07-08 18:10 keltezéssel, Szládovics Péter írta:
This http://www.onlinedemo.hu/71-zeg-install-script webpage contains 
some informations and resctrictions, and you can download the tarball 
with the script from it.


The script is updated again. :)
A little mistake there was in dovecot config.

On the install script line 550:
OLD:   sudo chown -R vmail:vmail Administrator sieve
NEW:   sudo chown -R vmail:vmail .

If you already install it, you nedd to simply run as root on the system 
this command:


chown vmail:vmail /var/mail

/Without -R enough/

This is important because the /var/mail not writable by vmail user and 
the sogo cannot share mail folders between users.



New feature:
The vcard app is didn't detect incorrect systems (Windowses and some 
Apple OSes cannot handle vcards with UTF-8 - oops, the utf8 in vcard v3 
is _default_ by RFC...)
So, the script will detect the OS, and give the script with different 
codepage (iso8859-2 at the moment, so, you need to change the iso8859-2 
to other one what you need in /var/lib/vcard/lib/ldaplist.pl script).


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

Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-25 Thread Szládovics Péter

2013-07-25 18:06 keltezéssel, Giovanni Bechis írta:

On Wed, Jul 24, 2013 at 11:17:39PM +0200, Szl??dovics P??ter wrote:

2013-07-02 13:01 keltez??ssel, Odhiambo Washington ??rta:

Hello,

I have SOGoTimeZone = Africa/Nairobi; in sogo.conf

I enabled sogo-ealarms-notify in my cron and it keeps sending these:


2013-07-02 11:03:02.314 sogo-ealarms-notify[21090] No local time
zone specified.
2013-07-02 11:03:02.334 sogo-ealarms-notify[21090] Using time zone
with absolute offset 0.


This strictly FreeBSD related because works fine on OpenBSD


Do I need to specify the TZ in another file?

The reason of the problem:

sogo-ealarms-notify doesn't use that sogo.conf variable, just finds
the /etc/timezone and/or /etc/sysconfig/clock files, but they not
exist on FreeBSD.
I think it's a minor bug, because it found the /etc/localtime file,
but don't use it's contents...
Part of trace output:


This is the relevant bits of my ktrace output, localtime is a symlink to the 
correct zone file.


Yes, but only perhaps on OpenBSD... The /etc/localtime on Odhiambo's 
FreeBSD is a regular file. :(

So, it's real path doesn't help.

I think the most safe solution, if the sogo-ealarms-notify get the TZ 
info from the sogo.conf. It will work under every ports of sogo.


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


Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-25 Thread Szládovics Péter

2013-07-25 19:40 keltezéssel, Ludovic Marcotte írta:

On 2013-07-25 1:37 PM, Szládovics Péter wrote:
I think the most safe solution, if the sogo-ealarms-notify get the TZ 
info from the sogo.conf. It will work under every ports of sogo. 

It could be a bug related to moving towards /etc/sogo/sogo.conf.

Try putting back your config in 
/home/sogo/GNUstep/Defaults/.GNUstepDetaults and see if it fixes the 
issue.


Odhiambo, can you try this?
During the test you need to rename the /etc/timezone.

Ludovic, why should be a bug related that? I thought sogo doesn't use 
the GNUstep since version 2.0.5...

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


Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-24 Thread Szládovics Péter

2013-07-24 14:41 keltezéssel, Christian Mack írta:

Hello Odhiambo Washington


Am 2013-07-02 13:01, schrieb Odhiambo Washington:

I have SOGoTimeZone = Africa/Nairobi; in sogo.conf

I enabled sogo-ealarms-notify in my cron and it keeps sending these:


2013-07-02 11:03:02.314 sogo-ealarms-notify[21090] No local time zone
specified.
2013-07-02 11:03:02.334 sogo-ealarms-notify[21090] Using time zone with
absolute offset 0.

Do I need to specify the TZ in another file?


Is your cronjob executed as user sogo?


Is your system Ubuntu? Check the /etc/timezone.
If it doesn't exist or doesn't valid, you need to run tzselect with 
answers 1-23-1 ;)
Or run 'dpkg-reconfigure tzdata' - of course all of them with needed 
righst. These are set the timezone settings system wide.


On /etc/cron.d/sogo you need to check the user 'sogo' between the 
schedule and command settings:


* * * * *  sogo/usr/sbin/sogo-ealarms-notify
   ^

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

Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-24 Thread Szládovics Péter

2013-07-24 15:08 keltezéssel, Odhiambo Washington írta:

I have SOGoTimeZone = Africa/Nairobi; in sogo.conf, but that seems
to be ignored. The platform is FreeBSD, if that matters.


I think the tzselect maybe can help to you - some minimal linuxes is 
contain this command (in the libc-bin package).

I think the bsd is contains too.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-24 Thread Szládovics Péter

2013-07-24 15:49 keltezéssel, Odhiambo Washington írta:

On 24 July 2013 16:44, Szládovics Péter p...@szladovics.hu wrote:

2013-07-24 15:08 keltezéssel, Odhiambo Washington írta:


I have SOGoTimeZone = Africa/Nairobi; in sogo.conf, but that seems
to be ignored. The platform is FreeBSD, if that matters.


I think the tzselect maybe can help to you - some minimal linuxes is contain
this command (in the libc-bin package).
I think the bsd is contains too.


In FreeBSD, we use tzsetup, which writes to /etc/locatime.

My TZ setup is fine. This appears to be a SOGo issue, I am afraid.


What's happen if you start the command from command line as sogo user?
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-24 Thread Szládovics Péter

2013-07-24 15:55 keltezéssel, Odhiambo Washington írta:

On 24 July 2013 16:53, Szládovics Péter p...@szladovics.hu wrote:

2013-07-24 15:49 keltezéssel, Odhiambo Washington írta:


On 24 July 2013 16:44, Szládovics Péter p...@szladovics.hu wrote:

2013-07-24 15:08 keltezéssel, Odhiambo Washington írta:


I have SOGoTimeZone = Africa/Nairobi; in sogo.conf, but that seems
to be ignored. The platform is FreeBSD, if that matters.


I think the tzselect maybe can help to you - some minimal linuxes is
contain
this command (in the libc-bin package).
I think the bsd is contains too.


In FreeBSD, we use tzsetup, which writes to /etc/locatime.

My TZ setup is fine. This appears to be a SOGo issue, I am afraid.


What's happen if you start the command from command line as sogo user?


In my response to Christian, I have detailed it.
I however copy  paste again here:


root@gw:/usr/home/wash # su - sogo
[sogo@gw ~]$ /usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify
2013-07-24 13:02:31.663 sogo-ealarms-notify[17614] No local time zone specified.
2013-07-24 13:02:31.664 sogo-ealarms-notify[17614] Using time zone
with absolute offset 0.

However, if I specify the TZ enviroment variable, it doesn't complain:

[sogo@gw ~]$ export TZ=Africa/Nairobi
[sogo@gw ~]$ env
SHELL=/usr/local/bin/bash
TERM=linux
USER=sogo
FTP_PASSIVE_MODE=YES
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/var/db/sogo/bin
MAIL=/var/mail/sogo
BLOCKSIZE=K
PWD=/var/db/sogo
TZ=Africa/Nairobi
SHLVL=1
HOME=/var/db/sogo
_=/usr/bin/env
[sogo@gw ~]$ /usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify
[sogo@gw ~]$


TZ variable won't help. I no have it too, but all features are working 
fine without this error.


Could you please give us a strace output?
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-24 Thread Szládovics Péter

  
  
2013-07-24 19:31 keltezéssel, Odhiambo
  Washington írta:


  

  
  On 24 July 2013 20:09, Szládovics
Péter p...@szladovics.hu
wrote:

  
2013-07-24 18:50 keltezéssel, Odhiambo Washington
  írta:


  

  

  
  On 24 July 2013
19:18, Szládovics Péter p...@szladovics.hu
wrote:
2013-07-24

  15:55 keltezéssel, Odhiambo Washington
  írta:
  

  On

24 July 2013 16:53, Szládovics Péter
p...@szladovics.hu

wrote:
2013-07-24

  15:49 keltezéssel, Odhiambo
  Washington írta:
  
  On

24 July 2013 16:44, Szládovics
Péter p...@szladovics.hu

wrote:
2013-07-24

  15:08 keltezéssel, Odhiambo
  Washington írta:
  
  I
have SOGoTimeZone =
"Africa/Nairobi"; in
sogo.conf, but that seems
to be ignored. The platform
is FreeBSD, if that matters.
  
  
  I think the tzselect maybe can
  help to you - some minimal
  linuxes is
  contain
  this command (in the libc-bin
  package).
  I think the bsd is contains
  too.


In FreeBSD, we use tzsetup,
which writes to /etc/locatime.

My TZ setup is fine. This
appears to be a SOGo issue, I am
afraid.
  
  
  What's happen if you start the
  command from command line as sogo
  user?


In my response to Christian, I have
detailed it.
I however copy  paste again
here:


root@gw:/usr/home/wash # su - sogo
[sogo@gw ~]$
/usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify
2013-07-24 13:02:31.663
sogo-ealarms-notify[17614] No local
time zone specified.
2013-07-24 13:02:31.664
sogo-ealarms-notify[17614] Using
time zone
with absolute offset 0.

However, if I specify the TZ
enviroment variable, it doesn't
complain:

[sogo@gw ~]$ export
TZ="Africa/Nairobi"
[sogo@gw ~]$ env
SHELL=/usr/local/bin/bash
TERM=linux
 

Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-24 Thread Szládovics Péter

2013-07-24 19:55 keltezéssel, Odhiambo Washington írta:




On 24 July 2013 20:42, Szládovics Péter p...@szladovics.hu 
mailto:p...@szladovics.hu wrote:


2013-07-24 19:31 keltezéssel, Odhiambo Washington írta:




On 24 July 2013 20:09, Szládovics Péter p...@szladovics.hu
mailto:p...@szladovics.hu wrote:

2013-07-24 18:50 keltezéssel, Odhiambo Washington írta:




On 24 July 2013 19:18, Szládovics Péter p...@szladovics.hu
mailto:p...@szladovics.hu wrote:

2013-07-24 15:55 keltezéssel, Odhiambo Washington írta:

On 24 July 2013 16:53, Szládovics Péter
p...@szladovics.hu mailto:p...@szladovics.hu wrote:

2013-07-24 15:49 keltezéssel, Odhiambo
Washington írta:

On 24 July 2013 16:44, Szládovics Péter
p...@szladovics.hu
mailto:p...@szladovics.hu wrote:

2013-07-24 15:08 keltezéssel, Odhiambo
Washington írta:

I have SOGoTimeZone =
Africa/Nairobi; in sogo.conf, but
that seems
to be ignored. The platform is
FreeBSD, if that matters.


I think the tzselect maybe can help to
you - some minimal linuxes is
contain
this command (in the libc-bin package).
I think the bsd is contains too.


In FreeBSD, we use tzsetup, which writes to
/etc/locatime.

My TZ setup is fine. This appears to be a
SOGo issue, I am afraid.


What's happen if you start the command from
command line as sogo user?


In my response to Christian, I have detailed it.
I however copy  paste again here:


root@gw:/usr/home/wash # su - sogo
[sogo@gw ~]$
/usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify
2013-07-24 13:02:31.663 sogo-ealarms-notify[17614]
No local time zone specified.
2013-07-24 13:02:31.664 sogo-ealarms-notify[17614]
Using time zone
with absolute offset 0.

However, if I specify the TZ enviroment variable, it
doesn't complain:

[sogo@gw ~]$ export TZ=Africa/Nairobi
[sogo@gw ~]$ env
SHELL=/usr/local/bin/bash
TERM=linux
USER=sogo
FTP_PASSIVE_MODE=YES

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/var/db/sogo/bin
MAIL=/var/mail/sogo
BLOCKSIZE=K
PWD=/var/db/sogo
TZ=Africa/Nairobi
SHLVL=1
HOME=/var/db/sogo
_=/usr/bin/env
[sogo@gw ~]$
/usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify
[sogo@gw ~]$


TZ variable won't help. I no have it too, but all
features are working fine without this error.

Could you please give us a strace output?


Any guideline on how to run the trace?


Of course. strace.

So, you log in as sogo user, and run the command as:

strace
/usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify
2/path/to/output.file

And then send the output file to us (or share it somewhere).

Before check the strace exists on your syístem. If not, this
maybe helps:
http://www.cyberciti.biz/faq/howto-installl-strace-under-freebsd/




[sogo@gw ~]$ pwd
/var/db/sogo
[sogo@gw ~]$ strace
/usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify
2/var/db/sogo/output.file
[sogo@gw ~]$ less output.file
strace: open(/proc/..., ...): No such file or directory
trouble opening proc file


Did you see the link what I send above? The main parts are RED

[Warning examples only works on i386 computer] *WARNING!* These
examples only work for i386 32 bit FreeBSD computer (strace is not
ported to amd64 arch [64 bit]).


Install strace

First update FreeBSD ports collection and install strace from
/usr/ports/devel/strace:
|# portsnap fetch update
# cd /usr/ports/devel/strace
# make install clean|


Mount /proc file system

You need to mount /proc filesystem to use trace command under
FreeBSD, enter:
|# mount -t procfs proc /proc|



I did.

root@gw:/usr/home/wash # mount | grep proc
procfs on /proc (procfs, local)
root@gw:/usr/home/wash # su - sogo
[sogo@gw ~]$ strace 
/usr/local

Re: [SOGo] sogo-ealarms-notify - where does it read TZ from?

2013-07-24 Thread Szládovics Péter

2013-07-02 13:01 keltezéssel, Odhiambo Washington írta:

Hello,

I have SOGoTimeZone = Africa/Nairobi; in sogo.conf

I enabled sogo-ealarms-notify in my cron and it keeps sending these:


2013-07-02 11:03:02.314 sogo-ealarms-notify[21090] No local time zone 
specified.
2013-07-02 11:03:02.334 sogo-ealarms-notify[21090] Using time zone 
with absolute offset 0.


Do I need to specify the TZ in another file?


The reason of the problem:

sogo-ealarms-notify doesn't use that sogo.conf variable, just finds the 
/etc/timezone and/or /etc/sysconfig/clock files, but they not exist on 
FreeBSD.
I think it's a minor bug, because it found the /etc/localtime file, but 
don't use it's contents...

Part of trace output:

...
access(/etc/timezone,4) ERR#2 'No such file or directory'
access(/etc/sysconfig/clock,4) ERR#2 'No such file or directory'
stat(/etc/localtime,{ mode=-r--r--r-- 
,inode=17310898,size=253,blksize=16384 }) = 0 (0x0)
lstat(/etc,{ mode=drwxr-xr-x ,inode=17310720,size=3072,blksize=16384 
}) = 0 (0x0)
lstat(/etc/localtime,{ mode=-r--r--r-- 
,inode=17310898,size=253,blksize=16384 }) = 0 (0x0)

stat(/etc/GMT,0xbfbfe91c) ERR#2 'No such file or directory'


When we created the /etc/timezone file by hand with correct content 
(like the sogo.conf setting above), the error message has gone.

I think the inverse team need to handle this in FreeBSD port of sogo.




smime.p7s
Description: S/MIME kriptográfiai aláírás


Re: [SOGo] ZEG install script

2013-07-22 Thread Szládovics Péter

2013-07-22 08:54 keltezéssel, Steven Swarts írta:


On 20/07/2013 3:22 AM, Szládovics Péter wrote:

2013-07-18 12:43 keltezéssel, Szládovics Péter írta:

2013-07-08 18:10 keltezéssel, Szládovics Péter írta:
I have a script, so anybody can install a ZEG appliance in about 30 
minutes with using it.


This http://www.onlinedemo.hu/71-zeg-install-script webpage 
contains some informations and resctrictions, and you can download 
the tarball with the script from it.


Please read the page from the begin to the end as attentively.


Dear All,

I freshed the package by the following reasons:

 1. Sogosync changed to PHP-Push-2 - in ActiveSync settings
 2. I created an other step: vcard settings
This is create a useful feature for you: you can download the
user's vcard in VCF file directly, and also download a QR code
what is contain an URL pointing the user's vcard file (more info
on the webpage above - Title: Step 17).
 3. New script: createphoto.sh
You can add photo for any user in your LDAP (more info on the
webpage above - Title: Scripts).

Cheers,
Peter


Dear Guys,

A minor modification has ben happened on the vcard feature (2nd point 
above) because teh output nedd to strictly closer the RFC2426 (vcard 
3.0).
If you not interested in, you can ignore that, otherwise you can 
dowload the updated package.


I have an issue guys. Thought I did everything right, but at step 4 
this is what shows up. Is this because I'm using Ubuntu Server 13?


Hi,

I think yes.
Please use LST version of Ubuntu server.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ZEG install script

2013-07-22 Thread Szládovics Péter

2013-07-22 09:20 keltezéssel, Steven Swarts írta:

On 22/07/2013 3:15 PM, Szládovics Péter wrote:

2013-07-22 08:54 keltezéssel, Steven Swarts írta:


On 20/07/2013 3:22 AM, Szládovics Péter wrote:

2013-07-18 12:43 keltezéssel, Szládovics Péter írta:

2013-07-08 18:10 keltezéssel, Szládovics Péter írta:
I have a script, so anybody can install a ZEG appliance in about 
30 minutes with using it.


This http://www.onlinedemo.hu/71-zeg-install-script webpage 
contains some informations and resctrictions, and you can 
download the tarball with the script from it.


Please read the page from the begin to the end as attentively.


Dear All,

I freshed the package by the following reasons:

 1. Sogosync changed to PHP-Push-2 - in ActiveSync settings
 2. I created an other step: vcard settings
This is create a useful feature for you: you can download the
user's vcard in VCF file directly, and also download a QR code
what is contain an URL pointing the user's vcard file (more
info on the webpage above - Title: Step 17).
 3. New script: createphoto.sh
You can add photo for any user in your LDAP (more info on the
webpage above - Title: Scripts).

Cheers,
Peter


Dear Guys,

A minor modification has ben happened on the vcard feature (2nd 
point above) because teh output nedd to strictly closer the RFC2426 
(vcard 3.0).
If you not interested in, you can ignore that, otherwise you can 
dowload the updated package.


I have an issue guys. Thought I did everything right, but at step 4 
this is what shows up. Is this because I'm using Ubuntu Server 13?


Hi,

I think yes.
Please use LST version of Ubuntu server.

Thanks mate,

Downloading now.

Also this would be great to have better documentation. For example 
what is meant by Kerberos Realms, etc?


Then anyone who just wants to give it a go can understand exactly what 
to do. I am very happy to do this myself and make up a tutorial with 
screen shots, but I don't want to steal anyone's thunder (work) so I 
guess I'm asking for assistance and then hoping to give back.


I can't promise, but I'll think about that.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] TimeZone setting

2013-07-22 Thread Szládovics Péter

2013-07-22 15:51 keltezéssel, Odhiambo Washington írta:

Can someone please tell me why my:

SOGoTimeZone = Africa/Kenya or
SOGoTimeZone = UTC+3

is always ignored by sogod.

2013-07-22 13:44:45.689 sogod[14194] No local time zone specified.
2013-07-22 13:44:45.689 sogod[14194] Using time zone with absolute offset 0.
Jul 22 13:44:45 sogod [14194]: version 2.0.6b (build
r...@gw.kictanet.or.ke 201307071644) -- starting
Jul 22 13:44:45 sogod [14194]: vmem size check enabled: shutting down
app when vmem  1024 MB
Jul 22 13:44:45 sogod [14194]: 0x0x23c16234[SOGoProductLoader] SOGo
products loaded from '/usr/local/GNUstep/Local/Library/SOGo':
Jul 22 13:44:45 sogod [14194]: 0x0x23c16234[SOGoProductLoader]
Appointments.SOGo, Contacts.SOGo, Mailer.SOGo, CommonUI.SOGo,
ContactsUI.SOGo,
  MailerUI.SOGo, MailPartViewers.SOGo, MainUI.SOGo, PreferencesUI.SOGo,
SchedulerUI.SOGo, AdministrationUI.SOGo
Jul 22 13:44:45 sogod [14194]: 0x0x23bfe304[WOWatchDog] listening on *:2
Jul 22 13:44:45 sogod [14194]: 0x0x23bfe304[WOWatchDog] watchdog
process pid: 14194
Jul 22 13:44:45 sogod [14194]: 0x0x21464020[WOWatchDogChild]
watchdog request timeout set to 10 minutes
Jul 22 13:44:45 sogod [14194]: 0x0x23bfe304[WOWatchDog] preparing 1 children
Jul 22 13:44:45 sogod [14194]: 0x0x23bfe304[WOWatchDog] child
spawned with pid 14195


I think you need Afrika/Nairobi instead of Afrika/Kenya
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] TimeZone setting

2013-07-22 Thread Szládovics Péter

2013-07-22 17:17 keltezéssel, Odhiambo Washington írta:

What I found confusing is this:

root@gw:/usr/home/wash # grep TimeZone
/usr/local/GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/SOGoDefaults.plist
 SOGoTimeZone = UTC;

So I thought sogo.conf would take UTC+3 as the TZ.


Now I am wondering if that value in SOGoDefaults.plist conflicts with
Ludovics answer, but since my problem was solved, I had no reason to
query the relevance of what is in this SOGoDefaults.plist - until
someone else bites:)


I didn't think about it, but I know, the content /etc/timezone under 
Ubuntu always compatible with SOGo (and php.ini too).

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


Re: [SOGo] ANN: SOGo v2.0.7

2013-07-22 Thread Szládovics Péter

2013-07-22 21:40 keltezéssel, Martin Rabl írta:

Hi Francis, hi list

I'm sorry - I understand this for Lenny, but not for a LTS, which will
be supported until 2015 ...

Is there so much more effort to build Lucid-Packages?

For many 10.04-Servers upgrading is not wanted because of several
policies, especially in companies.


I think it isn't true.
The Ubuntu X.04 versions, what have major number is dividable by 2 are 
LTS versions, and Ubuntu supported them for 3 (three) years. That 
versions, what have major number is dividable by 4, Ubuntu sopports them 
+2 two years, so 5 (five) years.

Ubuntu 10.04 is supported for 3 years, so it's over this year.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v2.0.7

2013-07-22 Thread Szládovics Péter

You're right, sorry.

2013-07-22 22:25 keltezéssel, Martin Rabl írta:

Ubuntu 10.04 SERVER. Not Client.

http://assets.ubuntu.com/sites/ubuntu/515/u/img/business/screenshot-server-release.png

http://en.wikipedia.org/wiki/Ubuntu_10.04_Lucid_Lynx#Ubuntu_10.04_LTS_.28Lucid_Lynx.29


Am 22.07.13 22:10, schrieb Szládovics Péter:

2013-07-22 21:40 keltezéssel, Martin Rabl írta:

Hi Francis, hi list

I'm sorry - I understand this for Lenny, but not for a LTS, which
will be supported until 2015 ...

Is there so much more effort to build Lucid-Packages?

For many 10.04-Servers upgrading is not wanted because of
several policies, especially in companies.

I think it isn't true. The Ubuntu X.04 versions, what have major
number is dividable by 2 are LTS versions, and Ubuntu supported
them for 3 (three) years. That versions, what have major number is
dividable by 4, Ubuntu sopports them +2 two years, so 5 (five)
years. Ubuntu 10.04 is supported for 3 years, so it's over this
year.


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


Re: [SOGo] access from the Internet through Web interface, only for specific users

2013-07-21 Thread Szládovics Péter

2013-07-21 12:14 keltezéssel, oeztu...@gerard.de írta:

Good day,

I'm new here and test SOGo.

I'm looking for a solution to allow only 50% of users with access from the
Internet to the web-interface.
Fom internal network, all users can use the web-interface.

How could I solve this?

many thanks for your help


Under apache you can create external access restrictions to specified 
LDAP group for access whole web interface.
External users will authenticate two times - one for access the SOGo 
interface, and one for log in to SOGo.


Not perfect solution, but working.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] access from the Internet through Web interface, only for specific users

2013-07-21 Thread Szládovics Péter

2013-07-21 14:53 keltezéssel, Bahti írta:

thanks for your quick response
a user-friendly solution Währe I prefer :-)

there may be a possibility, if I install SOGo twice? ? ?

I look forward to any help--
users@sogo.nu
https://inverse.ca/sogo/lists


Yes, I think it's possible, but you need two separated SOGo instance 
with two user sources (one for all and one for users in a restricted 
LDAP group).

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


<    1   2   3   4   >