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

2012-09-25 Thread Devinder Singh

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 ?

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: SOLVED [SOGo] Problems with synchronization between SOGo and Outlook using Funambol – national characters

2012-09-25 Thread mkminek
Finally I got it. Although everything in MySQL was in UTF8 I forgot to add the
following into my.cnf

[mysqld]
...
character_set_server=utf8
character_set_client=utf8
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8

It's in the manual and I didn't update my.cnf - my mistake. Now it is OK.

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


[SOGo] Handling multiple IMAP accounts

2012-09-25 Thread sebastian-straub
Hi,

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.

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?

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


[SOGo] Restoring all user backup

2012-09-25 Thread Karthikeyan BALASUBRAMANIAN

Hi,

  I use the below commands to create and restore backup.

For restoring compete system

sogo-tool backup sogo_all_backup ALL

sogo-tool restore -F ALL /home/sogo/sogo_all_backup username i.e. 
sogo-tool restore -F ALL /home/sogo/sogo_all_backup u1kronos


Note:- For right now we have solution to restore all backup user by 
user only.


  Is there a way to restore data for all user's instead of giving 
username argument one by one.


  Warm Regards,

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


[SOGo] Audit Logs

2012-09-25 Thread Karthikeyan BALASUBRAMANIAN

Hi,

  In sogo I want to track certain activities like:

Who has created event?
Who has modified event?
Who has deleted event?

  Is there a way to track this event and log it in a file?

  Warm Regards,

Karthikeyan B
--
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-25 Thread Jean Raby

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


[SOGo] No Mail in Webmail

2012-09-25 Thread Dominique

Hi,

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.


 SOGoMailDomain = server.com;
 SOGoIMAPServer = imaps://mail.server.com:993;
 SOGoForceIMAPLoginWithEmail = YES;

Thanks for the help,

Regards,

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


[SOGo] MacOS adressbook support status?

2012-09-25 Thread Peter Lohmann
Hi!

I have the MacOS adress book configured since quite a while (6 months)
and only been doing upgrades via apt-get (debian stable). So far, I can
see only my personal address book from SOGo (set up in MacOS as
Server address: myserver
Server path: /SOGo/dav/mailadress/ (the @ substituted by %40)

As I still cannot see all other adressbooks in the Mac OS adressbook
(mountain lion), I am wondering if there were any changes to SOGo in the
meantime that would allow me to see all my adress books (even the shared
ones) as well? Do I need to make changes to my server or the address
book configuration?
My server is running version 1.3.17-1.

Kind Regards,

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


Re: [SOGo] MacOS adressbook support status?

2012-09-25 Thread Patrice Matthias Brend'amour
Hi peter.

I recently created a bug report for this:
http://www.sogo.nu/bugs/view.php?id=1981

Kind regards,
Patrice


--
bitZeche GmbH
Patrice Matthias Brend'amour (Software Developer)
Phone: +49 261 450 950 02   
Universitätsstr. 3   Fax: +49 261  201 69 93
D-56070 Koblenz  Email: p.brendam...@bitzeche.de
Germany
--

On Sep 25, 2012, at 6:39 PM, Peter Lohmann em...@peter-lohmann.ch wrote:

 Hi!
 
 I have the MacOS adress book configured since quite a while (6 months)
 and only been doing upgrades via apt-get (debian stable). So far, I can
 see only my personal address book from SOGo (set up in MacOS as
 Server address: myserver
 Server path: /SOGo/dav/mailadress/ (the @ substituted by %40)
 
 As I still cannot see all other adressbooks in the Mac OS adressbook
 (mountain lion), I am wondering if there were any changes to SOGo in the
 meantime that would allow me to see all my adress books (even the shared
 ones) as well? Do I need to make changes to my server or the address
 book configuration?
 My server is running version 1.3.17-1.
 
 Kind Regards,
 
 Peter
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
 

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

Re: [SOGo] No Mail in Webmail

2012-09-25 Thread Francis Lachapelle
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).


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

Re: [SOGo] No Mail in Webmail

2012-09-25 Thread Dominique

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?

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


[SOGo] Job openings at Inverse!

2012-09-25 Thread Ludovic Marcotte

Hello,

I know this list is filled with highly qualified folks and some of you 
might be passionate about what we do at Inverse.


As you may know, at Inverse, we mainly focus on the development and 
deployment of SOGo and PacketFence.


We currently have the following full-time openings at our Montreal location:

 * Perl developer to work on the PacketFence project;
 * Project manager for the development and deployment teams.

Both positions are described in details here: 
http://www.inverse.ca/english/about/careers.html


If you are interested, feel free to contact me in private!

Best regards,

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

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


[SOGo] BTS activities for Tuesday, September 25 2012

2012-09-25 Thread SOGo reporter
Title: BTS activities for Tuesday, September 25 2012





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1852
	2012-09-25 12:58:33
	updated (open)
	Backend Calendar
	Crash when connecting with a weird password
	
	  
	
1699
	2012-09-25 06:50:06
	updated (open)
	Web Calendar
	Post unseenCount Aborted when entering webmail tab
	
	  
	
1990
	2012-09-25 14:18:22
	updated (open)
	Web Mail
	Sharing folder show all account on server
	
	  
	
1994
	2012-09-25 07:10:11
	new (open)
	Web Mail
	Draft autosave
	
	  
	
1046
	2012-09-25 09:45:55
	updated (open)
	Web Preferences
	Report any Sieve error
	
	  
	
1640
	2012-09-25 22:22:54
	updated (open)
	Web Preferences
	"Place my Signature" Preference does not work
	
	  
	
1993
	2012-09-25 07:50:29
	updated (open)
	Web Preferences
	password policy
	
	  
	
1944
	2012-09-25 16:43:31
	resolved (fixed)
	Web Mail
	Deleting a mail folder doesn't create the Trash mailbox
	
	  
	
  
  




[SOGo] Sogo V2.0 Beta

2012-09-25 Thread Thomas Dilts

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