Re: [SOGo] ANN: SOGo v2.0.6

2013-06-22 Thread Jean Raby

On 13-06-22 1:49 AM, Raymond wrote:


Will there be a NEW (Zeg) with all the updates that we can test ?

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


Re: [SOGo] ANN: SOGo v2.0.6

2013-06-22 Thread Raymond


I am currently having difficulty with the old one... Outlook connects and then 
later after sending one test email it disconnects... 

My windows (HOSTS) file has 

192.168.1.6   sogo.example.com 

And I used the (howto) to configure outlook 2007 but outlook still seem to lose 
the connection.

I have the Zeg running on VMplayer on my laptop. I can ping the .6 ip but still 
have no luck keeping outlook connected.

I moved the Zeg off my laptop to ESXi server and I can access the URL to sogo 
and log in but outlook just don't want to stay connected. Very disappointing, 
hoping the new Zeg will deliver better results. 

Please let us know when we can download the new Zeg. 

Thank you. 
Ray








--Original Message--
From: Jean Raby
To: users@sogo.nu
ReplyTo: users@sogo.nu
Subject: Re: [SOGo] ANN: SOGo v2.0.6
Sent: Jun 22, 2013 8:03 AM

On 13-06-22 1:49 AM, Raymond wrote:

 Will there be a NEW (Zeg) with all the updates that we can test ?
yes
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

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

[SOGo] Unknown HTTPS issue ....

2013-06-22 Thread steve_a
I recently updated Thunderbird to SOGo Integrator 17.0.6, and it works fine.

However, the web interface defaults to https when it's not configured to do
so.

There may be something else happening with Firefox 21 or Windows Server 2008R2
that's unknown.

Typing http://sogo.domainname.com/SOGo/; into Firefox finds the right page. 
However, after inserting username/password, it defaults to
https://yourhostname/SOGo/so/user/Calendar/;

Any hints?  I'm thinking there's an extension that's causing Firefox to default
to HTTPS

Some pages but not all default to HTTPS (e.g., google.com but not
mozilla.org)  SOGo is not configured for HTTPS access, so unless the
Integrator changed something, it's not happening.

I'm just trying to eliminate issues.  As I've said, it may have nothing to do
with SOGo
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Unknown HTTPS issue ....

2013-06-22 Thread Ludovic Marcotte

On 2013-06-22 7:55 AM, stev...@cinergymetro.net wrote:

Any hints?  I'm thinking there's an extension that's causing Firefox to default
to HTTPS

Show your Apache and SOGo configuration.

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

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


Re: [SOGo] Unknown HTTPS issue ....

2013-06-22 Thread Steve Ankeny
I've looked at the about:config autofill settings, and that didn't 
resolve it.


I also realize that Firefox is designed to use https://google.com; in 
the latest version (21.0)


Chrome is installed on the Windows Server, and it defaults to 
https://yourhostname; also.


I'm simply wondering if something in the Integrator or something in SOGo 
is triggering HTTPS


I have not implemented HTTPS in the Apache configuration, so it should 
not be seeking HTTPS although that may be a simple answer to the issue 
(configure HTTPS for Apache on the SOGo ZEG)


On 06/22/2013 07:55 AM, stev...@cinergymetro.net wrote:

I recently updated Thunderbird to SOGo Integrator 17.0.6, and it works fine.

However, the web interface defaults to https when it's not configured to do
so.

There may be something else happening with Firefox 21 or Windows Server 2008R2
that's unknown.

Typing http://sogo.domainname.com/SOGo/; into Firefox finds the right page.
However, after inserting username/password, it defaults to
https://yourhostname/SOGo/so/user/Calendar/;

Any hints?  I'm thinking there's an extension that's causing Firefox to default
to HTTPS

Some pages but not all default to HTTPS (e.g., google.com but not
mozilla.org)SOGo is not configured for HTTPS access, so unless the
Integrator changed something, it's not happening.

I'm just trying to eliminate issues.  As I've said, it may have nothing to do
with SOGo


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


Re: [SOGo] Unknown HTTPS issue ....

2013-06-22 Thread Steve Ankeny

ok 

adam@sogo:/etc$ sudo cat sogo/sogo.conf
{
OCSEMailAlarmsFolderURL = 
postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_alarms_folder;
OCSFolderInfoURL = 
postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_folder_info;
OCSSessionsFolderURL = 
postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_sessions_info;

SOGoACLsSendEMailNotifications = NO;
SOGoAppointmentSendEMailNotifications = YES;
SOGoEnableEMailAlarms = YES;
SOGoEnablePublicAccess = YES;
SOGoFoldersSendEMailNotifications = NO;
SOGoForwardEnabled = YES;
SOGoLanguage = English;
SOGoProfileURL = 
postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_user_profile;

SOGoSieveScriptsEnabled = YES;
SOGoSuperUsernames = (
);
SOGoTimeZone = America/Indianapolis;
SOGoUserSources = (
{
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = ou=people,dc=meadorandco,dc=com;
bindDN = cn=admin,dc=meadorandco,dc=com;
bindPassword = sogo;
canAuthenticate = YES;
displayName = Shared Addresses;
hostname = localhost;
id = public;
isAddressBook = YES;
type = ldap;
}
);
SOGoVacationEnabled = YES;
WOLogFile = /var/log/sogo/sogo.log;
WOWorkersCount = 3;
}

adam@sogo:/etc$ sudo cat apache2/apache2.conf
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See http://httpd.apache.org/docs/2.2/ for detailed information about
# the directives.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.
#
# The configuration directives are grouped into three basic sections:
#  1. Directives that control the operation of the Apache server process 
as a

# whole (the 'global environment').
#  2. Directives that define the parameters of the 'main' or 'default' 
server,

# which responds to requests that aren't handled by a virtual host.
# These directives also provide default values for the settings
# of all virtual hosts.
#  3. Settings for virtual hosts, which allow Web requests to be sent to
# different IP addresses or hostnames and have them handled by the
# same Apache server process.
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with / (or drive:/ for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with /, the value of ServerRoot is prepended -- so foo.log
# with ServerRoot set to /etc/apache2 will be interpreted by the
# server as /etc/apache2/foo.log.
#

### Section 1: Global Environment
#
# The directives in this section affect the overall operation of Apache,
# such as the number of concurrent requests it can handle or where it
# can find its configuration files.
#

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# NOTE!  If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the LockFile documentation (available
# at URL:http://httpd.apache.org/docs/2.2/mod/mpm_common.html#lockfile);
# you will save yourself a lot of trouble.
#
# Do NOT add a slash at the end of the directory path.
#
#ServerRoot /etc/apache2

#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
LockFile ${APACHE_LOCK_DIR}/accept.lock

#
# PidFile: The file in which the server should record its process
# identification number when it starts.
# This needs to be set in /etc/apache2/envvars
#
PidFile ${APACHE_PID_FILE}

#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to Off to deactivate.
#
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 100

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 5

##
## Server-Pool Size Regulation (MPM specific)
##

# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
IfModule mpm_prefork_module
StartServers  5
MinSpareServers   5
MaxSpareServers  10
MaxClients  150

Re: [SOGo] Unknown HTTPS issue ....

2013-06-22 Thread Ludovic Marcotte

On 2013-06-22 8:28 AM, Steve Ankeny wrote:
Nothing in http.conf 

Your *SOGo* Apache configuration.

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

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

Re: [SOGo] Unknown HTTPS issue ....

2013-06-22 Thread Steve Ankeny

ok ...

I configured it as Port 80 and commented out the other two options 
(that's how the old file had it)


Works fine!  Thanks, Ludovic!

On 06/22/2013 08:36 AM, Ludovic Marcotte wrote:

On 2013-06-22 8:28 AM, Steve Ankeny wrote:
Nothing in http.conf 

Your *SOGo* Apache configuration.

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


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

[SOGo] So disappointed !!

2013-06-22 Thread Raymond
I am so disappointed !! Just can't get outlook to stay connected to
openchange - I don't think it is a Sogo problem, the (ZEG) is not producing
any workable solution. Seems like this project needs a lot of work still.

 

Now I need to look at the costs of a Microsoft Exchange Server.. L not
happy.

 

 

Ray

 

 

 

From: Ludovic Marcotte [mailto:lmarco...@inverse.ca] 
Sent: 22 June 2013 14:37
To: users@sogo.nu
Subject: Re: [SOGo] Unknown HTTPS issue 

 

On 2013-06-22 8:28 AM, Steve Ankeny wrote:

Nothing in http.conf 

Your SOGo Apache configuration.




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

Re: [SOGo] So disappointed !!

2013-06-22 Thread André Schild

Please make usefull comments

No wonder it does not work if the following is your SOGo Apache 
configuration
You have configure it correctly, the ZEG works, but it needs to be 
configured to match your environment.


And a exchange server is a) Not free at all, b) Needs to be configured 
correctly too


André

Am 22.06.2013 14:59, schrieb Raymond:


I am so disappointed !! Just can't get outlook to stay connected to 
openchange -- I don't think it is a Sogo problem, the (ZEG) is not 
producing any workable solution. Seems like this project needs a lot 
of work still...


Now I need to look at the costs of a Microsoft Exchange Server 
Lnot happy.


Ray

*From:*Ludovic Marcotte [mailto:lmarco...@inverse.ca]
*Sent:* 22 June 2013 14:37
*To:* users@sogo.nu
*Subject:* Re: [SOGo] Unknown HTTPS issue 

On 2013-06-22 8:28 AM, Steve Ankeny wrote:

Nothing in http.conf

Your *SOGo* Apache configuration.


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


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

Re: [SOGo] So disappointed !!

2013-06-22 Thread Raymond

Dear Andre, there is not mush more I can do but to follow the documentation 
step by step by step in mush detail... My environment is one PC running the ZEG 
as a VM and there is not mush too it. I configured the PC accordingly as per 
the outlook config docs and the Zeg runs as is... I can access the zeg from a 
web browser and I can config outlook to connect to the Zeg. The problem is that 
it does not stay connected. After sending one test mail it gives the 
disconnected at the bottom of outlook... So unless the documentation is missing 
a step then this (useful) information is that the zeg does not work... 
Something is missing in your documents... 

Open your IE browser, go to google and do a search and you will find that I am 
not the only one having this problem... There is some useful information for 
you... 

I am not saying that the product is a bad effort but I can't say that it is 
working.

At first I was very excited about it and now like I said, disappointed.
  
Regards,
Ray



  



 
-Original Message-
From: André Schild an...@schild.ws
Date: Sat, 22 Jun 2013 16:04:27 
To: users@sogo.nu
Reply-To: users@sogo.nu
Subject: Re: [SOGo] So disappointed !!

Please make usefull comments

No wonder it does not work if the following is your SOGo Apache 
configuration
You have configure it correctly, the ZEG works, but it needs to be 
configured to match your environment.

And a exchange server is a) Not free at all, b) Needs to be configured 
correctly too

André

Am 22.06.2013 14:59, schrieb Raymond:

 I am so disappointed !! Just can't get outlook to stay connected to 
 openchange -- I don't think it is a Sogo problem, the (ZEG) is not 
 producing any workable solution. Seems like this project needs a lot 
 of work still...

 Now I need to look at the costs of a Microsoft Exchange Server 
 Lnot happy.

 Ray

 *From:*Ludovic Marcotte [mailto:lmarco...@inverse.ca]
 *Sent:* 22 June 2013 14:37
 *To:* users@sogo.nu
 *Subject:* Re: [SOGo] Unknown HTTPS issue 

 On 2013-06-22 8:28 AM, Steve Ankeny wrote:

 Nothing in http.conf

 Your *SOGo* Apache configuration.


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

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

Re: [SOGo] So disappointed !!

2013-06-22 Thread Raymond
Oh and sorry, that is not my config, I just replied to a comment... Should have 
removed the bottom of email...

Regards
Ray



-Original Message-
From: André Schild an...@schild.ws
Date: Sat, 22 Jun 2013 16:04:27 
To: users@sogo.nu
Reply-To: users@sogo.nu
Subject: Re: [SOGo] So disappointed !!

Please make usefull comments

No wonder it does not work if the following is your SOGo Apache 
configuration
You have configure it correctly, the ZEG works, but it needs to be 
configured to match your environment.

And a exchange server is a) Not free at all, b) Needs to be configured 
correctly too

André

Am 22.06.2013 14:59, schrieb Raymond:

 I am so disappointed !! Just can't get outlook to stay connected to 
 openchange -- I don't think it is a Sogo problem, the (ZEG) is not 
 producing any workable solution. Seems like this project needs a lot 
 of work still...

 Now I need to look at the costs of a Microsoft Exchange Server 
 Lnot happy.

 Ray

 *From:*Ludovic Marcotte [mailto:lmarco...@inverse.ca]
 *Sent:* 22 June 2013 14:37
 *To:* users@sogo.nu
 *Subject:* Re: [SOGo] Unknown HTTPS issue 

 On 2013-06-22 8:28 AM, Steve Ankeny wrote:

 Nothing in http.conf

 Your *SOGo* Apache configuration.


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

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

Re: [SOGo]

2013-06-22 Thread Raymond
Has anyone found a resolution for this problem 
http://www.sogo.nu/bugs/view.php?id=1827

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


Re: [SOGo] ANN: SOGo v2.0.6

2013-06-22 Thread Matthew
Would it be possible to build the ZEG using a 32-bit OS install, instead 
of 64-bit?   I don't think it really makes much of an effective 
difference in operation.  And using 64-bit limits to running the VM on 
hosts that support VT-x.


Thank you

On 6/21/2013 11:03 PM, Jean Raby wrote:

On 13-06-22 1:49 AM, Raymond wrote:


Will there be a NEW (Zeg) with all the updates that we can test ?

yes


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


[SOGo] Multiple E-Mail-Accounts using LDAP

2013-06-22 Thread Jan Schmidt
Hi everybody,

i'm new to SOGo and I really like the features. I'm testing it at the
moment and I'm wondering wether it's possible to automatically add
mutliple E-Mail-Adresses to one useraccount using a LDAP-Database. I
tried mutliple mail-attributes, but that was not working (some search
told me, you can add aliases like that...). Is there another way or do
the users have to add the other accounts manually?

Thanks in advance for answers.

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


Re: [SOGo] Multiple E-Mail-Accounts using LDAP

2013-06-22 Thread ABBAS Alain
hellothis issue is more a postfix + openldap problem than a sogo issue .to do that you have to make 2 things :1 ) add a mail alias attribute in your LDAP (generaly alias) with all your aliases for an account :ex :dn: cn=Isabelle dupont,dc=example,dc=commail: isabelle.dup...@example.comsn: dupontcn: Isabelle dupontgivenName: Isabelleuid: isabelle.dupontalias: i...@example.comalias: i...@example.comalias: i...@example.netuserPassword:: e1NTSEF9NzJVcmwrbVc4NER3amQvM3BhQ2h0RzlnWlU3dFRqd0g=objectClass: topobjectClass: inetOrgPerson2) In postfix you have to create a virtual table to search for aliasesexample of virtual ldap table (ldapvirtual.cf):server_host = ldap://127.0.0.1:389search_base = dc=example,dc=comquery_filter = (|(alias=%s)(mail=%s))result_attribute = mailresult_filter = %ssearch_time
 out = 15scope = suband in your postfix main.cf somewhere you have to tell postfix to use this file above :virtual_alias_maps=.,ldap:/etc/postfix/ldapvirtual.frfor more information read www.postfix.org there are some howto who explain how to :)The LDAP entry for a user should look like that .Le Dimanche 23 Juin 2013 00:49 CEST, Jan Schmidt jan.schm...@rockyourlife.de a crit:Hi everybody,im new to SOGo and I really like the features. Im testing it at themoment and Im wondering wether its possible to automatically addmutliple E-Mail-Adresses to one useraccount using a LDAP-Database. Itried mutliple mail-attributes, but that was not working (some searchtold me, you can add aliases like that...). Is there another way or dothe users have to add the ot
 her accounts manually?Thanks in advance for answers.Regards, Jan--users@sogo.nuhttps://inverse.ca/sogo/lists--Alain AbbasDirecteur03 83 18 02 70


Re: [SOGo] Multiple E-Mail-Accounts using LDAP

2013-06-22 Thread Steve Ankeny
Through Webmin you can clone the sogo1 user account and add as many 
accounts as you wish.


You clone the attributes in LDAP then create mailboxes in Cyrus (if 
that's what you're using)


Where you combine them into one user interface is in Thunderbird where 
you can list multiple mailboxes.


On 06/22/2013 06:49 PM, Jan Schmidt wrote:

Hi everybody,

i'm new to SOGo and I really like the features. I'm testing it at the
moment and I'm wondering wether it's possible to automatically add
mutliple E-Mail-Adresses to one useraccount using a LDAP-Database. I
tried mutliple mail-attributes, but that was not working (some search
told me, you can add aliases like that...). Is there another way or do
the users have to add the other accounts manually?

Thanks in advance for answers.

Regards, Jan


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