Re: [SOGo] Sogo 2.0 nightly build : ImportError: No module named samba for Provision command

2012-09-26 Thread Devinder Singh

Thanks Jean,

Command : which python
Result:  /usr/local/bin/python

Command : python -V
Result:Python 2.7

Command : echo -e 'import sys\nprint sys.path' | python
Result:
['', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7', 
'/usr/local/lib/python2.7/plat-linux2', 
'/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old', 
'/usr/local/lib/python2.7/lib-dynload', 
'/usr/local/lib/python2.7/site-packages']


However,  The issue seems to be for the below problem.  Kindly note the 
sitepackage libraries for python 2.6 version whereas 2.7 is the one 
installed.


Command :  rpm -ql samba4 | grep samba/__init__.py
Result:
/usr/lib/python2.6/site-packages/samba/__init__.py
/usr/lib/python2.6/site-packages/samba/__init__.pyc
/usr/lib/python2.6/site-packages/samba/__init__.pyo

Also PYTHONPATH is null.  Kindly guide what is the proper value to be 
set, since found different variations when googled.


Kindly guide.

Thanks  Regards,
Devinder Singh Birdi

On 9/25/2012 6:22 PM, Jean Raby wrote:

On 12-09-25 3:47 AM, Devinder Singh wrote:

Hi Jean,

I followed the below activities but yet receive the same error

1. Removed samba4-libs and reinstalled samba4-4.0.0beta5-3.el6.1.i686
Result - Their was no change and received same error
2. Removed all samba packages fetch by  rpm -qa | grep samba  and
reinstalled samba4-4.0.0beta5-3.el6.1.i686
Result - Their was no change in received same error

Any help ?


Hmm, looks like python doesn't find the samba module for some reason.
Can you show the output of 'rpm -ql samba4 | grep samba/__init__.py' ?
What is the content the for PYTHONPATH env variable?

Could you run the following commands and send the full output?
  which python; python -V; echo -e 'import sys\nprint sys.path' | python

Thanks.


Thanks  Regards,
Devinder Singh Birdi

On 9/24/2012 8:09 PM, Jean Raby wrote:

On 12-09-24 10:04 AM, Devinder Singh wrote:

Hi Jean,

Below is the output of  rpm -qa | grep samba 

samba-client-3.5.10-125.el6.i686
samba4-libs-4.0.0-23.alpha11.el6.i686
samba-common-3.5.10-125.el6.i686
samba-winbind-clients-3.5.10-125.el6.i686
samba4-4.0.0beta5-3.el6.1.i686


Can you try removing samba4-libs? (and reinstalling samba4)

I just tested again on el6 and it works fine here, so there might be
an issue/conflict with the packages installed on your machine.




Thanks Regards,
Devinder Singh Birdi

On 9/24/2012 6:58 PM, Jean Raby wrote:

On 12-09-24 8:24 AM, Devinder Singh wrote:

Thanks Sebastien,

Provision script is available in /usr/sbin/ and thats where I ran 
the

command.

I did not find the Provision script in /usr/share/samba/setup.

However, I copied provision script from /usr/sbin/ to
/usr/share/samba/setup and ran the command.

Yet got the same error

[root@linux sbin]# cd /usr/share/samba/setup/
[root@linux setup]# ./provision --realm=example.com
--domain=OPENCHANGE
--adminpass='%1OpenChange' --server-role='domain controller'
Traceback (most recent call last):
File ./provision, line 33, in module
import samba
ImportError: No module named samba


On which distribution do you see this error?
Depending on the distro in use, can you show the output of 'dpkg -l |
grep samba' or 'rpm -qa | grep samba' ?

Thanks.


Kindly guide.


Thanks Regards,
Devinder Singh Birdi

On 9/21/2012 8:29 PM, Sébastien Blin wrote:


Le 21/09/2012 16:41, Devinder Singh a écrit :

Hi All,

I am facing the below issue when I run the command as per the
instructions given in the SOGo Native Microsoft Outlook
Configuration 2.0.

provision --realm=example.com --domain=OPENCHANGE
--adminpass='%1OpenChange' --server-role='domain controller'
Traceback (most recent call last):
File /usr/sbin/provision, line 33, in module
import samba
*ImportError: No module named samba*


In SOGo instruction, it's write this :

The provision script might be located in /usr/share/samba/setup

Test it :

cd /usr/share/samba/setup

./provision --realm=example.com --domain=OPENCHANGE
--adminpass='%1OpenChange' --server-role='domain controller'




Below command returns nothing. Is their any problem in Samba
installation ?

[root@linux opt]# /etc/init.d/samba4 start
[root@linux opt]#


Samba4 is installed as per the guidelines provided. Installed the
samba using rpm --replacefiles command since their was conflict 
with

older versions of the libs.

Kindly guide.

















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

Re: [SOGo] Sogo V2.0 Beta

2012-09-26 Thread Daniel Müller
Hello again,

fisrt try the virtual appliance. Myself tried the functions native Outlook 
support with no luck. My Outlook clients only hang up and always inform me that 
the exchange server is not available. In a production environment what a mess!
 Original-Nachricht 
 Datum: Wed, 26 Sep 2012 07:23:18 +0200
 Von: Thomas Dilts tho...@cross-connect.se
 An: users@sogo.nu
 Betreff: [SOGo] Sogo V2.0 Beta

 Hello,
 
 I admit I haven't been reading carefully all the email traffic. Is Sogo 
 v2.0 Beta stable enough to try in a production environment? It sounds 
 like the final release of Sogo v2.0 is delayed due to microsoft's bugs, 
 but still I really really really need this MS exchange functionality.  
 People are really pressing me to install it... So what is the verdict?  
 Install, or not to install? That is the question.
 
 /Thomas Dilts
 Sweden.
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] performance designe

2012-09-26 Thread Szász Norbert
Hi all,

Can you suggest some hw designe and performance tunning tips for about 300 
users? How many prefork, workers count? RAM?

Regards,

Norbert

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

Re: [SOGo] Sogo 2.0 nightly build : ImportError: No module named samba for Provision command

2012-09-26 Thread Devinder Singh

Hi Jean,

Well I was able to execute by adding below PYTHONPATH line in the 
bashprofile.


PYTHONPATH=$PYTHONPATH:/usr/local/bin/python2.7:/usr/lib/python2.7/site-packages/:/usr/lib/python2.6/site-packages/:/usr/lib/python2.6/site-packages/samba

Maybe we should add this as well into the Guidelines.

Thanks  Regards,
Devinder Singh Birdi

On 9/26/2012 12:50 PM, Devinder Singh wrote:

Thanks Jean,

Command : which python
Result:  /usr/local/bin/python

Command : python -V
Result:Python 2.7

Command : echo -e 'import sys\nprint sys.path' | python
Result:
['', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7', 
'/usr/local/lib/python2.7/plat-linux2', 
'/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old', 
'/usr/local/lib/python2.7/lib-dynload', 
'/usr/local/lib/python2.7/site-packages']


However,  The issue seems to be for the below problem.  Kindly note 
the sitepackage libraries for python 2.6 version whereas 2.7 is the 
one installed.


Command :  rpm -ql samba4 | grep samba/__init__.py
Result:
/usr/lib/python2.6/site-packages/samba/__init__.py
/usr/lib/python2.6/site-packages/samba/__init__.pyc
/usr/lib/python2.6/site-packages/samba/__init__.pyo

Also PYTHONPATH is null.  Kindly guide what is the proper value to be 
set, since found different variations when googled.


Kindly guide.
Thanks  Regards,
Devinder Singh Birdi
On 9/25/2012 6:22 PM, Jean Raby wrote:

On 12-09-25 3:47 AM, Devinder Singh wrote:

Hi Jean,

I followed the below activities but yet receive the same error

1. Removed samba4-libs and reinstalled samba4-4.0.0beta5-3.el6.1.i686
Result - Their was no change and received same error
2. Removed all samba packages fetch by  rpm -qa | grep samba  and
reinstalled samba4-4.0.0beta5-3.el6.1.i686
Result - Their was no change in received same error

Any help ?


Hmm, looks like python doesn't find the samba module for some reason.
Can you show the output of 'rpm -ql samba4 | grep samba/__init__.py' ?
What is the content the for PYTHONPATH env variable?

Could you run the following commands and send the full output?
  which python; python -V; echo -e 'import sys\nprint sys.path' | python

Thanks.


Thanks  Regards,
Devinder Singh Birdi

On 9/24/2012 8:09 PM, Jean Raby wrote:

On 12-09-24 10:04 AM, Devinder Singh wrote:

Hi Jean,

Below is the output of  rpm -qa | grep samba 

samba-client-3.5.10-125.el6.i686
samba4-libs-4.0.0-23.alpha11.el6.i686
samba-common-3.5.10-125.el6.i686
samba-winbind-clients-3.5.10-125.el6.i686
samba4-4.0.0beta5-3.el6.1.i686


Can you try removing samba4-libs? (and reinstalling samba4)

I just tested again on el6 and it works fine here, so there might be
an issue/conflict with the packages installed on your machine.




Thanks Regards,
Devinder Singh Birdi

On 9/24/2012 6:58 PM, Jean Raby wrote:

On 12-09-24 8:24 AM, Devinder Singh wrote:

Thanks Sebastien,

Provision script is available in /usr/sbin/ and thats where I 
ran the

command.

I did not find the Provision script in /usr/share/samba/setup.

However, I copied provision script from /usr/sbin/ to
/usr/share/samba/setup and ran the command.

Yet got the same error

[root@linux sbin]# cd /usr/share/samba/setup/
[root@linux setup]# ./provision --realm=example.com
--domain=OPENCHANGE
--adminpass='%1OpenChange' --server-role='domain controller'
Traceback (most recent call last):
File ./provision, line 33, in module
import samba
ImportError: No module named samba


On which distribution do you see this error?
Depending on the distro in use, can you show the output of 'dpkg 
-l |

grep samba' or 'rpm -qa | grep samba' ?

Thanks.


Kindly guide.


Thanks Regards,
Devinder Singh Birdi

On 9/21/2012 8:29 PM, Sébastien Blin wrote:


Le 21/09/2012 16:41, Devinder Singh a écrit :

Hi All,

I am facing the below issue when I run the command as per the
instructions given in the SOGo Native Microsoft Outlook
Configuration 2.0.

provision --realm=example.com --domain=OPENCHANGE
--adminpass='%1OpenChange' --server-role='domain controller'
Traceback (most recent call last):
File /usr/sbin/provision, line 33, in module
import samba
*ImportError: No module named samba*


In SOGo instruction, it's write this :

The provision script might be located in /usr/share/samba/setup

Test it :

cd /usr/share/samba/setup

./provision --realm=example.com --domain=OPENCHANGE
--adminpass='%1OpenChange' --server-role='domain controller'




Below command returns nothing. Is their any problem in Samba
installation ?

[root@linux opt]# /etc/init.d/samba4 start
[root@linux opt]#


Samba4 is installed as per the guidelines provided. Installed the
samba using rpm --replacefiles command since their was 
conflict with

older versions of the libs.

Kindly guide.



















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

Re: [SOGo] TB/Lightning: wrong organizer - wrong rights

2012-09-26 Thread Christian Mack
Hello Frank Schneider


On 2012-09-13 17:26, Frank Schneider wrote:
 
 whenever I open a single instance of a recurring event that I have been 
 invited
 to within lightning, I get the full rights to edit/change/delete this event 
 and
 thus become the organizer. Opening the same event with the option 'all
 instances' always resulted in the correct reduced accept/remind-window. 
 
 When I upgraded to SOGo 1.3.18(a) and TB15/Lightning 1.7, things got even
 worse: now I am allowed to edit/change/delete/overtake not only one single, 
 but
 all instances of every recurring event that I have been invited to.
 
 Is this a known issue? (I couldn't find it anywhere.)
 Can anyone help me?
 Is this the right place to ask?
 Any additional infos needed?
 

Perhaps this is the correct list, perhaps you should ask on the Mozilla
Lightning list.

Did you check, if that happens with Thunderbird ESR 10.0.X and Lightning
1.2.X too?

I ask, because Invers only supports the ESR Version of Thunderbird,
which will not work with Lightning versions greater than 1.2.X.

If it also does not work as intended in Thunderbird ESR, then you should
open a bug report at http://www.sogo.nu/bugs


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Handling multiple IMAP accounts

2012-09-26 Thread Christian Mack
Hello Sebastian Straub


On 2012-09-25 13:40, sebastian-str...@gmx.net wrote:
 
 I've just setup SOGo using SQL authentification only (no LDAP).
 Calendar and addressbook are working fine, but email is not. There is one
 default imap account (that is not working), in the settings dialogue all 
 fields
 related to this account are greyed-out and there is no option to add new
 accounts.
 

This means SOGo got the IMAP account infos displayed from your database.
They are not changeable via SOGo (see below).

You just could add additional IMAP accounts manually, if you permit that
in your configuration via option SOGoMailAuxiliaryUserAccountsEnabled .


 My Setup:
 - Ubuntu 10.04 (VServer with own TLD)
 - basic LAMP-server
 - Postfix
 - Dovecot
 
 
 By the way: how are user accounts managed in SOGo? I can't seem to find an 
 easy
 option to add new users or change their settings. Do I really have to enter
 everything manually in the database?
 

SOGo is a Groupware, no account management or authentication,
authorisation infrastructure.

So you have to enter the accounts manually in your database or use an
additional Identity Management System to transfer them from your
existing primary authentication source.


In ZEG there is a webmin module which handles account management via LDAP.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Using users (login, password) of Plesk-database

2012-09-26 Thread Christian Mack
On 2012-09-24 18:45, Holger Biber wrote:
 Hi,
 
 I've several users (approx. 100) in a Plesk-database used for my old
 webmailer (Horde).
 These logins and the passwords are stored in different tables of the
 same database.
 
 How could I connect or synchronize the Sogo-MySql-Connector with these
 tables?

Just create a VIEW matching the requirements of SOGo, which collects the
data from the existing TABLEs.


 Are there any other solutions to import / synchronize existing user
 databases with sogo (LDAP or SQL)?
 

Google for identity management systems.


 The best solution would be the auth against the local IMAP/POP3-Server,
 but if I understand the docs there
 is no IMAP-authentification.
 

There is IMAP authentication, but this is not used for login into SOGo.
It is only used to get access to IMAP itself.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Handling multiple IMAP accounts

2012-09-26 Thread Sebastian Straub
 SOGo is a Groupware, no account management or authentication, 
 authorisation infrastructure.

Oh well, i guess then I had some wrong expectations here... I've been
working with Tine 2.0 lately and was also looking for alternatives to
compare performance and features.

What I need is a user-configurable IMAP access, Web calendar with
CalDav Support and an address book with CardDav support. I prefer the
performance and UI of SOGo, but sadly it does not meet my
requirements, so i'll stay with Tine.

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


[SOGo] Problems with ligthning

2012-09-26 Thread Manu Baylac

Hi all,

I have stange problems with lightning.
With a particular user, if I erase its calendars, they are re-created 
when I restart thunderbird (with integrator 10.2). And if i use 
integrator 10.3, I can't delete (or unsuscribe) them.


I tried  with thunderbird 15 anf lightning 1.7, and of course, with 
10esr and lightning 1.2.3, and each time with a clean profile (I deleted 
my .thunderbird and created a new profile and re-configured my accounts).


And it seems that the problem is server side. If i delete storage.sdb on 
the client,... it does nothing. All calendars are here.


How can i restart with clean calendars/ datas ?
Use sogo-tool backup/ remove/ backup for this user ?

I use last stable sogo 1.3x on squeeze, and my client uses Ubuntu 10.04 
lts.


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


Re: [SOGo] Sogo 2.0 nightly build : ImportError: No module named samba for Provision command

2012-09-26 Thread Jean Raby

On 12-09-26 3:20 AM, Devinder Singh wrote:

Thanks Jean,

Command : which python
Result: /usr/local/bin/python

This is wrong, well, not wrong, but it is not the system python,
so that's why it was not finding the samba modules.

Use /usr/bin/python /usr/sbin/provision ...
that should work correctly.



Command : python -V
Result: Python 2.7

Command : echo -e 'import sys\nprint sys.path' | python
Result:
['', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7',
'/usr/local/lib/python2.7/plat-linux2',
'/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old',
'/usr/local/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/site-packages']

However, The issue seems to be for the below problem. Kindly note the
sitepackage libraries for python 2.6 version whereas 2.7 is the one
installed.

Command : rpm -ql samba4 | grep samba/__init__.py
Result:
/usr/lib/python2.6/site-packages/samba/__init__.py
/usr/lib/python2.6/site-packages/samba/__init__.pyc
/usr/lib/python2.6/site-packages/samba/__init__.pyo

Also PYTHONPATH is null. Kindly guide what is the proper value to be
set, since found different variations when googled.

Kindly guide.

Thanks  Regards,
Devinder Singh Birdi

On 9/25/2012 6:22 PM, Jean Raby wrote:

On 12-09-25 3:47 AM, Devinder Singh wrote:

Hi Jean,

I followed the below activities but yet receive the same error

1. Removed samba4-libs and reinstalled samba4-4.0.0beta5-3.el6.1.i686
Result - Their was no change and received same error
2. Removed all samba packages fetch by  rpm -qa | grep samba  and
reinstalled samba4-4.0.0beta5-3.el6.1.i686
Result - Their was no change in received same error

Any help ?


Hmm, looks like python doesn't find the samba module for some reason.
Can you show the output of 'rpm -ql samba4 | grep samba/__init__.py' ?
What is the content the for PYTHONPATH env variable?

Could you run the following commands and send the full output?
which python; python -V; echo -e 'import sys\nprint sys.path' | python

Thanks.


Thanks Regards,
Devinder Singh Birdi

On 9/24/2012 8:09 PM, Jean Raby wrote:

On 12-09-24 10:04 AM, Devinder Singh wrote:

Hi Jean,

Below is the output of  rpm -qa | grep samba 

samba-client-3.5.10-125.el6.i686
samba4-libs-4.0.0-23.alpha11.el6.i686
samba-common-3.5.10-125.el6.i686
samba-winbind-clients-3.5.10-125.el6.i686
samba4-4.0.0beta5-3.el6.1.i686


Can you try removing samba4-libs? (and reinstalling samba4)

I just tested again on el6 and it works fine here, so there might be
an issue/conflict with the packages installed on your machine.




Thanks Regards,
Devinder Singh Birdi

On 9/24/2012 6:58 PM, Jean Raby wrote:

On 12-09-24 8:24 AM, Devinder Singh wrote:

Thanks Sebastien,

Provision script is available in /usr/sbin/ and thats where I ran
the
command.

I did not find the Provision script in /usr/share/samba/setup.

However, I copied provision script from /usr/sbin/ to
/usr/share/samba/setup and ran the command.

Yet got the same error

[root@linux sbin]# cd /usr/share/samba/setup/
[root@linux setup]# ./provision --realm=example.com
--domain=OPENCHANGE
--adminpass='%1OpenChange' --server-role='domain controller'
Traceback (most recent call last):
File ./provision, line 33, in module
import samba
ImportError: No module named samba


On which distribution do you see this error?
Depending on the distro in use, can you show the output of 'dpkg -l |
grep samba' or 'rpm -qa | grep samba' ?

Thanks.


Kindly guide.


Thanks Regards,
Devinder Singh Birdi

On 9/21/2012 8:29 PM, Sébastien Blin wrote:


Le 21/09/2012 16:41, Devinder Singh a écrit :

Hi All,

I am facing the below issue when I run the command as per the
instructions given in the SOGo Native Microsoft Outlook
Configuration 2.0.

provision --realm=example.com --domain=OPENCHANGE
--adminpass='%1OpenChange' --server-role='domain controller'
Traceback (most recent call last):
File /usr/sbin/provision, line 33, in module
import samba
*ImportError: No module named samba*


In SOGo instruction, it's write this :

The provision script might be located in /usr/share/samba/setup

Test it :

cd /usr/share/samba/setup

./provision --realm=example.com --domain=OPENCHANGE
--adminpass='%1OpenChange' --server-role='domain controller'




Below command returns nothing. Is their any problem in Samba
installation ?

[root@linux opt]# /etc/init.d/samba4 start
[root@linux opt]#


Samba4 is installed as per the guidelines provided. Installed the
samba using rpm --replacefiles command since their was conflict
with
older versions of the libs.

Kindly guide.




















--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Problems with ligthning

2012-09-26 Thread Sébastien Blin

Hello,

Trying to remove calendars from SOGo webmail.


Le 26/09/2012 14:56, Manu Baylac a écrit :

Hi all,

I have stange problems with lightning.
With a particular user, if I erase its calendars, they are re-created 
when I restart thunderbird (with integrator 10.2). And if i use 
integrator 10.3, I can't delete (or unsuscribe) them.


I tried  with thunderbird 15 anf lightning 1.7, and of course, with 
10esr and lightning 1.2.3, and each time with a clean profile (I 
deleted my .thunderbird and created a new profile and re-configured my 
accounts).


And it seems that the problem is server side. If i delete storage.sdb 
on the client,... it does nothing. All calendars are here.


How can i restart with clean calendars/ datas ?
Use sogo-tool backup/ remove/ backup for this user ?

I use last stable sogo 1.3x on squeeze, and my client uses Ubuntu 
10.04 lts.


Thanks in advance

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


Re: [SOGo] SOGo uses/just drops a lot of Postgresql connections

2012-09-26 Thread Piet Hein
I still have a lot of issues with SOGo's use of Postgresql connections, just a 
few users (2-3 concurrent), a few calendars (5 users, 5 calendars/person, all 
with some sharing permissions) but i still run out of the 160 connections I set 
the limit to.


Is this normal behavior or should I check my config?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] No Mail in Webmail

2012-09-26 Thread Francis Lachapelle

On 2012-09-25, at 2:50 PM, Dominique wrote:

 Hi Francis,
 
 On 25/09/2012 19:43, Francis Lachapelle wrote:
 Hi Dominique
 
 On 2012-09-25, at 11:08 AM, Dominique wrote:
 
 Facing a weird one. We just upgraded the server on which our mail server 
 was running from Ubuntu 10.04 to 12.04, and cyrus 2.2 to 2.4. It works, 
 however, Sogo no longer wants to connect to it:
 
 Sep 25 16:54:02 sogod [9197]: 
 [ERROR]0x0x15d4090[NGImap4ConnectionManager]  IMAP4 login failed:
  host=mail.server.com, user=u...@server.com, pwd=yes
  url=imaps://user%server@mail.server.com/
  base=(null)
  base-class=(null))
  =0x0x1621b20[NGImap4Client]: login=u...@server.com(pwd) 
 address=0x0x1cd97c0[NGInternetSocketAddress]: host=mail.server.com 
 port=993
 
 In the webmail interface, the account appears but no mail nor folder are 
 displayed.
 
 The mail server works and is accessible through different other mail 
 clients: TB, roundcubemail, and answers very nicely to imtest...
 
 Any ideas? Are there any cache that needed to be purged on the SOGo side. 
 The sogo configuration did not change during the upgrade process.
 
 Make sure to restart sogod, memcached and imapproxy (if used).
 
 Sogo restarted, memcached restarted, imapproxy not in use.
 No change. Same error. No access to mail.
 Any sogo log I can extend more and look at?


Have you kept NGImap4DisableIMAP4Pooling to YES? (it's the default value)

Sniff the IMAP traffic and look for any error.


Francis

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

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

[SOGo] BTS activities for Wednesday, September 26 2012

2012-09-26 Thread SOGo reporter
Title: BTS activities for Wednesday, September 26 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, September 26 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1685
	2012-09-26 12:58:13
	updated (open)
	SOGo Native Outlook Compatibility
	the inbox is not updated during first login
	
	  
	
1932
	2012-09-26 15:15:09
	updated (open)
	SOGo Native Outlook Compatibility
	Initial sync of Outlook in cached mode should truncate the "socfs_" table
	
	  
	
1995
	2012-09-26 09:51:39
	new (open)
	Backend General
	error connection LDAP
	
	  
	
1844
	2012-09-26 09:51:56
	updated (open)
	Web Calendar
	[Subscribe to Calendar] Long LDAP description field causes line improper line wrapping
	
	  
	
1991
	2012-09-26 09:36:54
	updated (open)
	Web Calendar
	Subscribed Google Calendar does not update in SOGo
	
	  
	
1990
	2012-09-26 12:05:58
	updated (open)
	Web Mail
	Sharing folder show all account on server
	
	  
	
1640
	2012-09-26 14:18:52
	updated (open)
	Web Preferences
	"Place my Signature" Preference does not work
	
	  
	
1872
	2012-09-26 15:11:06
	feedback (reopened)
	SOGo Native Outlook Compatibility
	Samba4 crashing when downloding large mailboxes
	
	  
	
1912
	2012-09-26 15:11:57
	feedback (open)
	SOGo Native Outlook Compatibility
	Samba4 locks when starting Outlook
	
	  
	
1724
	2012-09-26 13:38:39
	assigned (open)
	SOGo Native Outlook Compatibility
	mail: OL allows creation of folders below INBOX in altnamespace
	
	  
	
1477
	2012-09-26 14:15:43
	assigned (open)
	Backend Calendar
	Add attendee's decision in subject header
	
	  
	
1733
	2012-09-26 14:04:05
	resolved (fixed)
	SOGo Native Outlook Compatibility
	samba crashes when using another user's credentials to login
	
	  
	
1887
	2012-09-26 20:27:40
	resolved (fixed)
	Web Address Book
	Working with large Addressbook
	
	  
	
1598
	2012-09-26 15:20:44
	resolved (fixed)
	Web Calendar
	Moving (dnd) an all day event is off by one day when using "negative" timezones
	
	  
	
1798
	2012-09-26 13:57:12
	resolved (fixed)
	Web General
	Web login should pre-select site default language
	
	  
	
1104
	2012-09-26 13:51:08
	resolved (fixed)
	Web Mail
	Titles of new messages' windows should reflect the subject
	
	  
	
1827
	2012-09-26 08:31:34
	closed (not a bug)
	SOGo Native Outlook Compatibility
	ZEG Unable to connect to Outlook using the Virtual Appliace
	
	  
	
1911
	2012-09-26 09:29:41
	closed (not a bug)
	SOGo Native Outlook Compatibility
	Openchange provisioning at Openchange branch verison after at least 4083 gives an error.
	
	  
	
  
  




[SOGo] Re: Blank page after login on new 1.3.18 install?

2012-09-26 Thread Michael Gratton

*bump*

No suggestions?

Thanks,
//Mike

On 24/09/12 01:42, Michael Gratton wrote:
 
 Hi,
 
 A new installation of SOGo 1.3.18 on Ubuntu 12.04 is giving a 404
 object not found: SOGo = testuser error after logging in.
 
 The login page's URL is http://calendar.domainname.com/SOGo, and after
 logging in as testuser the browser is redirected to
 http://calendar.domainname.com/SOGo/testuser, which causes the 404.
 
 I believe my x-webobjects-server-url header is being set correctly, my
 Apache proxy config section looks like:
 
   Proxy http://127.0.0.1:2/SOGo
 RequestHeader set x-webobjects-server-port 80
 RequestHeader set x-webobjects-server-name calendar.domainname.com
 RequestHeader set x-webobjects-server-url
 http://calendar.domainname.com;
 RequestHeader set x-webobjects-remote-host 127.0.0.1
 RequestHeader set x-webobjects-server-protocol HTTP/1.0
 #RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e
 env=REMOTE_HOST
 
  ...
 
 Any suggestions welcome!
 //Mike
 


-- 
Michael Gratton mich...@quuxo.com
Quuxo Software http://web.quuxo.com/



signature.asc
Description: OpenPGP digital signature