Re: [SOGo] ANN: SOGo 2.0.2

2012-10-26 Thread Sven Tegethoff



Well. It has been a long day, but I am glad it is all worked out!


Thanks for working overtime for us ... I hope you got some rest :)

--

Mit freundlichen Grüßen

Sven Tegethoff
EDV-Team

_
UDO BÄR GmbH  Co. KG   
Fürstenstraße 18
47051 Duisburg
Tel.: +49 (0) 203 28117-142
Fax: +49 (0) 203 28117-151
E-Mail: tegeth...@udobaer.de

Ust.-Idnr.: DE119562189, HRA 6056, Sitz der Gesellschaft: Duisburg,
Gerichtsstand: Duisburg Geschäftsführer: Bodo Badnowitz, Jürgen Dietz

Ein Unternehmen der BTI Gruppe: www.bti-group.com

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese 
E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail 
ist nicht gestattet.  This e-mail may contain confidential and/or privileged 
information. If you are not the intended recipient (or have received this 
e-mail in error) please notify the sender immediately and destroy this e-mail.  
Any unauthorized copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.

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


RE: [SOGo] How to start openldap listening on another port than 389

2012-10-26 Thread Carsten Laun-De Lellis
Hi all

I got so many hints how to change the slapd behaviour. I want to thank
everyone for that and I will try out next week what works best for me.
Again thank you all.

Mit freundlichem Gruß

Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)

Hauptstrasse 13
D-67705 Trippstadt

Phone:   +49 (6306) 992140
Mobile:  +49 (151) 27530865
Fax: +49 (6306) 992142
email:   carsten.delel...@delellis.net

-Original Message-
From: Marc Patermann [mailto:hans.mo...@ofd-z.niedersachsen.de] 
Sent: Donnerstag, 25. Oktober 2012 17:52
To: users@sogo.nu
Subject: Re: [SOGo] How to start openldap listening on another port than 389

Carsten,

Carsten Laun-De Lellis schrieb (25.10.2012 09:59 Uhr):

 I don't know if I am the only one with this problem, but I didn't get 
 openldap listening on any other port than 389.
 
 The plan is to run an samba4 ldap and an openldap server on the same 
 machine. Therefor I need openldap listening on any other port than 
 389. I have tried to start slapd with the -h ldap://localhost:939 
 option but that doesn't work. Still listens on port 389.
have you tried ldap://127.0.0.1:939 instead or ldap://0.0.0.0:939?
man slapd tells Hosts may be specified by name or IPv4 and IPv6 address
formats. so localhost might be OK.

 I am running ubuntu 12.04 and have no idea where to start.
check the ubuntu documentation or a corresponding list/forum.

Are you sure you changed the port at the right place where the start script
gets its settings from?
Did you check you setting made it to the process i.e. with the ps command?


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

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

Re: [SOGo] ANN: SOGo 2.0.2

2012-10-26 Thread Bruno Lingner (Hugo)

yep, that was it. I cleaned up there and now it works.
thanks

hugo.-

Am 10/25/2012 05:39 PM, schrieb Wolfgang Sourdeau:

On 2012-10-25 10:15, Bruno Lingner (Hugo) wrote:

I did an apt-get upgrade



Please check that you do not have an old version of SOGo lying in
/usr/local/*...


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


[SOGo] Getting familiar with SOGo / tools

2012-10-26 Thread Patrick Strasser

Hello!

I'm trying to find my way into the SOGo code to be able to fix some 
small annoyances. I've never uses Objective C, OpenStep nor SOPE before, 
so everything is new to me. I'm using MetaGer[1] for browsing the code 
with mixed results.


Which tools/IDE do the developers use? Where can I find comprehensive 
documentation of the framework? What would be the best way to learn 
about the structure of SOGo?


Regards

Patrick

[1] http://code.metager.de/source/xref/inverse-inc
--
Engineers motto: cheap, good, fast: choose any two
Patrick Strasser patrick at wirklich priv at
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo 2.0.2

2012-10-26 Thread Sebastian Reitenbach
 
Am Donnerstag, 25. Oktober 2012 22:00 CEST, Wolfgang Sourdeau 
wsourd...@inverse.ca schrieb: 
 
 On 2012-10-25 15:54, Bill Cameron wrote:
  Yes. it is working correctly.
 
  Thanks for the great product and your help,
  Bill C.
 
 
 
 Well. It has been a long day, but I am glad it is all worked out!

Will there also be an update of the Sources to fix the problem, like a 2.0.2a
Version, or does this only affect some packages?

Sebastian


 
 -- 
 Wolfgang Sourdeau :: +1 (514) 447-4918 ext. 125 :: wsourd...@inverse.ca
 Inverse inc. Leaders behind SOGo (sogo.nu) and PacketFence 
 (www.packetfence.org)
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 
 
 

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


Re: [SOGo] Getting familiar with SOGo / tools

2012-10-26 Thread Martin Rabl

Hi,

Some data to Gnustep you will find at http://www.gnustep.org/, 
especially http://wiki.gnustep.org/index.php/User_Guides and 
http://www.gnustep.org/developers/suite.shtml


Pretty nice is also http://www.gnustep.org/information/aboutGNUstep.html

And really good is that one:
http://wiki.gnustep.org/index.php/Get_Help ;-)


IDE
---
vi, Komodo, Kate ... a best one would be some with ObjC-Highlighting. 
If you are familiar with XCode and Mac OS X-Development, that could be 
a good solution (In the SOPE-Code I saw some XCode-Project files ... 
but you have to use


The best way to learn SOGo? Reading the sources ... its the hard way, 
but ... give it a try.
What I saw: the sources are well structured in directories which are 
named in a clear manner. Take some hours and study them.


Greetings,
   Martin


Am 26.10.2012 09:23, schrieb Patrick Strasser:

I'm trying to find my way into the SOGo code to be able to fix some
small annoyances. I've never uses Objective C, OpenStep nor SOPE
before, so everything is new to me. I'm using MetaGer[1] for browsing
the code with mixed results.

Which tools/IDE do the developers use? Where can I find comprehensive
documentation of the framework? What would be the best way to learn
about the structure of SOGo?

Regards

Patrick

[1] http://code.metager.de/source/xref/inverse-inc



--
Greetings,

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


[SOGo] config in /etc/sogo/sogo.conf since 2.0.2

2012-10-26 Thread mourik jan heupink

Hi all,

Trying to find some more info on this...

Moved my .GNUstepDefaults to /etc/sogo/sogo.conf, but that results in a 
new /home/sogo/GNUstep/Defaults/.GNUstepDefaults.


Would sogo.conf be a normal text file again, and no longer the xml 
format..? :-)


Anyone knows where I can read up on this?

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


[SOGo] modulesconstraints example

2012-10-26 Thread mourik jan heupink

Hi,

Could anyone show me a working ldap usersource using ModulesConstraints 
to hide (for example) the calendar?


Finalle managed to get the following in my config using defaults 
write..., but it doesn't have any effect...


keySOGoUserSources/key
  array
   dict
   keyCNFieldName/key
   stringcn/string
   keyIDFieldName/key
   stringcn/string
   keyIMAPHostFieldName/key
   stringlocalhost/string
   keyModulesConstraints/key
   string{Calendar = { objectClass = nonExistingClass;};}/string
   keyUIDFieldName/key
   stringuid/string
   keybaseDN/key
   stringdc=example,dc=org/string
   keybindFields/key
   stringuid/string
   keycanAuthenticate/key
   stringYES/string
   keydisplayName/key
   stringInternal Addresses/string
   keyhostname/key
   stringservername/string
   keyid/key
   stringshared/string
   keyisAddressBook/key
   stringYES/string
   keyport/key
   string389/string
   keyscope/key
   stringSUB/string
   /dict
  /array
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] How to add external link in the toolbar modules ?

2012-10-26 Thread gerard breiner
Hello,

I would like to add external link in the toolbar modules. Is it possible to do 
this ? What is the way to do it ?
I looked at the SOGo/Templates but didn't find how to do.

Best Regards.

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

Re: [SOGo] SOGoCalendarCategories and SOGoContactsCategories not used

2012-10-26 Thread (HT) Simon Walter
Very good information. Thank you Christian. I just finished our company mail migration to new servers from Gmail - [Gmail]/All Maill gives nightmares.

I had a few hours of sleep over the last 48 hours. Ill give it a try on Monday.

Simon


On Thursday, October 25, 2012 00:13 JST, Christian Mack christian.m...@uni-konstanz.de wrote:


	Hello Simon Walter
	
	
	On 2012-10-24 17:01, Christian Mack wrote:
	 On 2012-10-24 16:19, Simon Walter wrote:
	 On 10/24/2012 01:03 PM, Francis Lachapelle wrote:
	
	 On 2012-10-23, at 6:01 AM, Simon Walter
	  wrote:
	
	 I have the following in my sogo GNUstep/Defaults/.GNUstepDefaults
	 file. However, they do not appear on the web interface. Am I doing
	 something wrong?
	
	 Of course entered like so:
	 defaults write sogod SOGoCalendarCategories (Meeting,Public
	 Event,Staff Event,Project,Task,Annual Leave,Public
	 Holiday,Time in Lieu,Unpaid Leave,Other)
	 defaults write sogod SOGoContactsCategories
	 (Staff,Client,Lead,Supplier,Partner,Press,Guest,Owner,Agent)
	 Have you tried with a fresh user profile?
	
	
	
	 Yes, and the new categories show with the new profile. How can I clear
	 the categories of the profiles that have already logged in?
	
	
	 You can look at the current default values for existing users via:
	
	 /usr/sbin/sogo-tool user-preferences get defaults us...@example.com
	 SOGoCalendarCategories
	
	 For existing accounts you have to set it via:
	
	 /usr/sbin/sogo-tool user-preferences set defaults us...@example.com
	 SOGoCalendarCategories (Meeting,Public Event,Staff
	 Event,Project,Task,Annual Leave,Public Holiday,Time in
	 Lieu,Unpaid Leave,Other)
	
	
	Oops, sorry copy and past error.
	It should read:
	
	/usr/sbin/sogo-tool user-preferences set defaults us...@example.com
	SOGoCalendarCategories {SOGoCalendarCategories: [Meeting,Public
	Event,Staff Event,Project,Task,Annual Leave,Public
	Holiday,Time in Lieu,Unpaid Leave,Other]}
	
	
	Kind regards,
	Christian Mack
	
	--
	Christian Mack
	Gruppe Informationsdienste
	Rechenzentrum Universitt Konstanz
	--
	users@sogo.nu
	https://inverse.ca/sogo/lists

--

	
		
			Simon Walter
			IT Manager
		
			Hokkaido Tracks Management
			Phone: +81 (0) 136 23 3503
			Fax: +81 (0) 136 21 2559
			www.htholidays.com
			
		
			This e-mail contains proprietary information some or all of which may be legally privileged. If you are not the intended recipient you must not use, disclose, distribute, copy, print, or rely on this e-mail. Whilst reasonable precautions have been taken to ensure that this message and any attachments are free from viruses or other malicious code, no guarantee is implied or given. The views expressed in this communication may not necessarily be the views held by Hokkaido Tracks
	





RE: [SOGo] WOResourceManager(SOGoExtensions) localeForLanguageNamed problem

2012-10-26 Thread Filip Wuytack
Hi All,

I've now updated to 2.0.2-1, but still have the same issue:

Oct 26 11:15:33 sogod [1832]: version 2.0.2 (build @shiva 201210251124) --
starting
Oct 26 11:15:33 sogod [1832]: vmem size check enabled: shutting down app
when vmem  384 MB
Oct 26 11:15:33 sogod [1832]: 0x0x7f8cd7fd1af0[SOGoProductLoader] SOGo
products loaded from '/usr/lib/GNUstep/SOGo':
Oct 26 11:15:33 sogod [1832]: 0x0x7f8cd7fd1af0[SOGoProductLoader]
AdministrationUI.SOGo, PreferencesUI.SOGo, ContactsUI.SOGo,
Appointments.SOGo, MailPartViewers.SOGo, MainUI.SOGo, MailerUI.SOGo,
Contacts.SOGo, SchedulerUI.SOGo, CommonUI.SOGo, Mailer.SOGo
Oct 26 11:15:34 sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] listening on
127.0.0.1:2
Oct 26 11:15:34 sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] watchdog
process pid: 1832
Oct 26 11:15:34 sogod [1832]: 0x0x7f8cd4dc3380[WOWatchDogChild] watchdog
request timeout set to 10 minutes
Oct 26 11:15:34 sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] preparing 3
children
Oct 26 11:15:34 sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] child spawned
with pid 1874
Oct 26 11:15:34 sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] child spawned
with pid 1875
Oct 26 11:15:34 sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] child spawned
with pid 1876
Oct 26 11:15:43 sogod [1874]: 0x0x7f8cd812e500[SOGoCache] Cache cleanup
interval set every 300.00 seconds
Oct 26 11:15:43 sogod [1874]: 0x0x7f8cd812e500[SOGoCache] Using host(s)
'127.0.0.1' as server(s)
2012-10-26 11:15:43.202 sogod[1874] Note(SoObject): SoDebugKeyLookup is
enabled!
2012-10-26 11:15:43.202 sogod[1874] Note(SoObject): SoDebugBaseURL is
enabled!
2012-10-26 11:15:43.202 sogod[1874] Note(SoObject): relative base URLs are
enabled.
Oct 26 11:15:43 sogod [1874]: [ERROR] 0x0x7f8cd7fcee40[SOGoUserManager]
addressbook source 'directory' has no displayname
Oct 26 11:15:43 sogod [1874]: [ERROR] 0x0x7f8cd7e7baa0[SOGoSQLUserProfile]
could not run SQL 'SELECT c_defaults FROM sogo_user_profile WHERE c_uid =
'anonymous'': MySQL4Exception: 0x7f8cd7e90b80 NAME:ExecutionFailed
REASON:Table 'vmail.sogo_user_profile' doesn't exist
2012-10-26 11:15:43.405 sogod[1874] ERROR(-[NGBundleManager
bundleWithPath:]): could not create bundle for path:
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundl
e'
2012-10-26 11:15:43.523 sogod[1874] WOxElemBuilder: could not locate
builders: WOxExtElemBuilder,WOxExtElemBuilder
2012-10-26 11:15:43.534 sogod[1874] WOCompoundElement: pool embedding is on.
2012-10-26 11:15:43.535 sogod[1874] WOCompoundElement: id logging is on.
2012-10-26 11:15:43.745 sogod[1874] WARNING(-[NSNull(misc) count]): called
NSNull -count (returns 0) !!!
mail.wuytack.net - - [26/Oct/2012:11:15:43 GMT] GET /SOGo/ HTTP/1.1 200
3746/0 0.778 11590 67% 3M
Oct 26 11:15:47 sogod [1874]: [ERROR] [RM:MainUI]
-[WOResourceManager(SOGoExtensions) localeForLanguageNamed:]: name parameter
must not be nil!
Oct 26 11:15:47 sogod [1874]: SOGoRootPage Login for user 't...@wuytack.net'
might not have worked - password policy: 65535  grace: -1  expire: -1
bound: 0
mail.wuytack.net - - [26/Oct/2012:11:15:47 GMT] POST /SOGo/connect
HTTP/1.1 403 34/70 0.033 - - 32K

Anyone got a clue?

-Original Message-
From: Filip Wuytack [mailto:fi...@wuytack.net] 
Sent: 25 October 2012 15:31
To: w.me...@unix.net; users@sogo.nu
Subject: RE: [SOGo] WOResourceManager(SOGoExtensions) localeForLanguageNamed
problem

Hi All,

I'm having the same issue on a fresh install of IredMail + SOGo 2.0.2 (using
SQL authentication). I can connect via roundcube (Iredmail install) and
tested the sql connector in the sogo webmin module.

System is Ubuntu 12.04 server x64.

~ filip

-Original Message-
From: Wilhelm [mailto:wilhelm.me...@fh-kl.de]
Sent: 25 October 2012 13:27
To: users@sogo.nu
Subject: [SOGo] WOResourceManager(SOGoExtensions) localeForLanguageNamed
problem

Hello,

we actually get the follwing error wenn trying to do a login (LDAP-Auth).
The login page reappears immediately :-/

The user kmux.admin is validated.

Are the any hints?

localhost - - [25/Oct/2012:14:20:33 GMT] GET /SOGo HTTP/1.1 302 0/0
0.002 - - 0
2012-10-25 14:20:33.476 sogod[12367] WARNING(-[NSNull(misc) count]): 
called NSNull -count (returns 0) !!!
localhost - - [25/Oct/2012:14:20:33 GMT] GET /SOGo/ HTTP/1.1 200
4028/0 0.033 11171 63% 0
Oct 25 14:20:48 sogod [12367]: [ERROR] [RM:MainUI]
-[WOResourceManager(SOGoExtensions) localeForLanguageNamed:]: name parameter
must not be nil!
Oct 25 14:20:48 sogod [12367]: SOGoRootPage successful login for user
'kmux.admin' - expire = -1  grace = -1 localhost - - [25/Oct/2012:14:20:48
GMT] POST /SOGo/connect HTTP/1.1 
200 27/71 0.022 - - 12K
localhost - - [25/Oct/2012:14:20:48 GMT] GET /SOGo/kmux.admin HTTP/1.1 
302 0/0 0.006 - - 0
localhost - - [25/Oct/2012:14:20:48 GMT] GET /SOGo/kmux.admin/view
HTTP/1.1 302 0/0 0.004 - - 0 localhost - - [25/Oct/2012:14:20:48 GMT] GET
/SOGo/so/kmux.admin/Mail HTTP/1.1 200 4030/0 0.011 11174 63% 0

--
Wilhelm

--
users@sogo.nu

[SOGo] Re: modulesconstraints example

2012-10-26 Thread mourik jan heupink

Got it working, with this post as an example:
http://www.mail-archive.com/users@sogo.nu/msg05688.html

For the record:

 keySOGoUserSources/key
array
 dict
 keyCNFieldName/key
 stringcn/string
 keyIDFieldName/key
 stringcn/string

became:
keySOGoUserSources/key
array
dict
keyModulesConstraints/key
dict
keyCalendar/key
dict
keyobjectclass/key
stringnonExistingClass/string
/dict
/dict
keyCNFieldName/key
stringcn/string
...

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


Re: [SOGo] ANN: SOGo 2.0.2

2012-10-26 Thread Federico Alberto Sayd

On 25/10/12 17:00, Wolfgang Sourdeau wrote:

On 2012-10-25 15:54, Bill Cameron wrote:

Yes. it is working correctly.

Thanks for the great product and your help,
Bill C.




Well. It has been a long day, but I am glad it is all worked out!


Thank you so much for your work and patience!

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


[SOGo] Samba crash after remove email to deleted items

2012-10-26 Thread systeembeh...@z-netwerken.nl

Hello,

We have a working Sogo environment with the samba and opechange packages 
installed. After struggling some weeks of finetuning all configuration 
almost everything seems to work quite well except one thing:


When we delete an email in outlook 2010 he will move it to the folder 
'Deleted Items'. When he moves this at the same moment Samba crashes 
with the following error:


[2012/10/26 16:06:21,  0] 
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)

  MAPI Rop: 0x78 (36)
[2012/10/26 16:06:21,  0] 
mapiproxy/servers/default/emsmdb/emsmdbp_object.c:451(emsmdbp_object_open_folder)

  emsmdbp_object_open_folder: opening openchangedb folder
[2012/10/26 16:06:21,  0] 
mapiproxy/servers/default/emsmdb/emsmdbp_object.c:407(emsmdbp_object_open_folder)

  emsmdbp_object_open_folder: opening base mapistore folder
[2012/10/26 16:06:21,  0] 
mapiproxy/libmapistore/mapistore_backend.c:341(mapistore_backend_create_context)

  namespace is sogo:// and backend_uri is 'demo5:demo5@mail/folderINBOX/'
[2012/10/26 16:06:21,  0] MAPIStoreSOGo.m:153(sogo_backend_create_context)
  [SOGo: sogo_backend_create_context:153]
2012-10-26 16:06:21.815 samba[1271] METHOD '+[MAPIStoreContext 
openContext:withURI:connectionInfo:andTDBIndexing:]' (227) -- uri: 
'demo5:demo5@mail/folderINBOX/'
Oct 26 16:06:21 samba [1271]: 
MAPIStoreDBFolder:0x41da390:0x43000101 METHOD 
'-[MAPIStoreFolder createMessage:withMID:isAssociated:]' -- mid: 
0x64180101  associated: 0
Oct 26 16:06:21 samba [1271]: 
MAPIStoreDBMessage:0x3154a10:4F7-508A9900-1D-567D8000.plist METHOD 
'-[MAPIStoreMessage modifyRecipientsWithRecipients:andCount:andColumns:]'

[2012/10/26 16:06:21,  0] ../lib/util/fault.c:72(fault_report)
  ===
[2012/10/26 16:06:21,  0] ../lib/util/fault.c:73(fault_report)
  INTERNAL ERROR: Signal 11 in pid 1271 (4.0.0beta5)
  Please read the Trouble-Shooting section of the Samba HOWTO
[2012/10/26 16:06:21,  0] ../lib/util/fault.c:75(fault_report)
  ===
[2012/10/26 16:06:21,  0] ../lib/util/fault.c:144(smb_panic_default)
  PANIC: internal error

Our setup is as follows:
Server 1: Debian squeeze, Sogo 2.0.2, Samba4, Openchange, etc..
Server 2: Debian wheezy, Iredmail, Dovecot 2.1, OpenLDAP, Postfix, etc..

Sogo config fails with the  SOGoTrashFolderName set to Deleted Items. 
When we delete a mail in the Sogo webmail it is stored in the trash 
folder with success.


When creating the outlook exchange account it created automatically the 
folders drafts, sent and deleted items. The folders sent and drafts are 
working properly. One big difference is that the name of the folder 
deleted items is different than the default sogo uses (Trash).


Anybody know how to fix this problem?

Kind regards,

Merijn

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


[SOGo] SMTP AUTH problem with 2.0.2

2012-10-26 Thread Alessio Cecchi

Hi,

I would like to use SMTP AUTH in SOGo 2.0.2, so I change the 
configuration to:


$ defaults read sogod SOGoMailingMechanism
sogod SOGoMailingMechanism smtp
$ defaults read sogod SOGoSMTPServer
sogod SOGoSMTPServer smtp.cbsolt.net
$ defaults read sogod SOGoSMTPAuthenticationType
sogod SOGoSMTPAuthenticationType PLAIN

but when I tried to send an email does not work:

from sogo.log

Oct 26 18:15:57 sogod [23804]: 0x0x7f76d8fee690[NGImap4Client] TLS 
started successfully.
Oct 26 18:15:57 sogod [23804]: 
0xD8E112A0[SOGoContactGCSFolder]:personalD fetched 1 records.
2012-10-26 18:15:57.916 sogod[23804] WARNING(-[NSNull(misc) length]): 
called NSNull -length (returns 0) !!!
C: connect to 0x0x7f76d9025110[NGInternetSocketAddress]: 
host=smtp.cbsolt.net not-filled

S: SMTP-Reply: code=220 line='smtp.cbsolt.net ESMTP Postfix'
C: EHLO webmail-test.cbsolt.net
S: SMTP-Reply: code=250 line='DSN'
S: pipelining extension supported.
S: size extension supported.
C: QUIT
S: SMTP-Reply: code=221 line='2.0.0 Bye'
localhost - - [26/Oct/2012:18:15:57 GMT] POST 
/SOGo/so/test...@cbsolt.net/Mail/0/folderDrafts/newDraft1351267486-1//send 
HTTP/1.1 200 86/2373 0.201 - - 108K


from postfix.log

postfix/smtpd[12429]:  sogo-server: 220 smtp.cbsolt.net ESMTP Postfix
postfix/smtpd[12429]:  sogo-server: EHLO webmail-test.cbsolt.net
postfix/smtpd[12429]:  sogo-server: 250-smtp.cbsolt.net
postfix/smtpd[12429]:  sogo-server: 250-PIPELINING
postfix/smtpd[12429]:  sogo-server: 250-SIZE 26214400
postfix/smtpd[12429]:  sogo-server: 250-VRFY
postfix/smtpd[12429]:  sogo-server: 250-ETRN
postfix/smtpd[12429]:  sogo-server: 250-STARTTLS
postfix/smtpd[12429]:  sogo-server: 250-AUTH PLAIN LOGIN
Oct 26 18:13:26 smtp-cbsolt postfix/smtpd[12429]: match_list_match: 
192.168.1.220: no match
Oct 26 18:13:26 smtp-cbsolt postfix/smtpd[12429]: match_list_match: 
192.168.1.220: no match

postfix/smtpd[12429]:  sogo-server: 250-AUTH=PLAIN LOGIN
postfix/smtpd[12429]:  sogo-server: 250-ENHANCEDSTATUSCODES
postfix/smtpd[12429]:  sogo-server: 250-8BITMIME
postfix/smtpd[12429]:  sogo-server: 250 DSN
postfix/smtpd[12429]:  sogo-server: QUIT
postfix/smtpd[12429]:  sogo-server: 221 2.0.0 Bye


If, with the same user and SMTP send via Thunderbird all works fine.

Where is the problem?
Thanks

--
Alessio Cecchi is:
@ ILS - http://www.linux.it/~alessice/
on LinkedIn - http://www.linkedin.com/in/alessice
Assistenza Sistemi GNU/Linux - http://www.cecchi.biz/
@ PLUG - ex-Presidente, adesso senatore a vita, http://www.prato.linux.it

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


Re: [SOGo] SMTP AUTH problem with 2.0.2

2012-10-26 Thread Wolfgang Sourdeau

Hi,


Did you update all the sope libs too?


Wolfgang

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


Re: [SOGo] Backup Redundant System

2012-10-26 Thread Wolfgang Sourdeau

Hi Carlin,




We have a couple of office locations, and I'd like to set up 2 servers, 1 at
each location, that mirror each other. That way if one location goes down
(power or internet loss or hardware failure) the other server can still at
least receive SMTP. It would be great if the client side connectivity could
also work when one or the other servers go down, but not as important as making
sure we don't miss any incoming mail over SMTP.

Is this possible?


Of course. There are heartbeat systems that enable you to do just that. 
Have a look at the linux-ha project...


--
Wolfgang Sourdeau :: +1 (514) 447-4918 ext. 125 :: wsourd...@inverse.ca
Inverse inc. Leaders behind SOGo (sogo.nu) and PacketFence (www.packetfence.org)

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


Re: [SOGo] Backup Redundant System

2012-10-26 Thread Federico Alberto Sayd

On 26/10/12 13:52, carlinohef...@gmail.com wrote:

Hi,
I'm am looking at venturing into sogo as an exchange replacement, and have a
question before I begin. I promise I have searched before posting, but can't
find anything related (or I may have poor keyword choices :-) So I apologize if
this has been discussed already.

We have a couple of office locations, and I'd like to set up 2 servers, 1 at
each location, that mirror each other. That way if one location goes down
(power or internet loss or hardware failure) the other server can still at
least receive SMTP. It would be great if the client side connectivity could
also work when one or the other servers go down, but not as important as making
sure we don't miss any incoming mail over SMTP.

Is this possible?

Thanks in advance,
Carlin

You can take a look at HAproxy

Haproxy is a http and tcp proxy. We use haproxy to balance trafic 
between our SOGo backend servers. With SMTP also you can balance using 
MX records from DNS, but POP or IMAP is more complicated because you 
need distribute/replicate the mail storage.


Regards

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


RE: [SOGo] WOResourceManager(SOGoExtensions) localeForLanguageNamed problem

2012-10-26 Thread Filip Wuytack
Does anyone have a clue? I'm new to sogo and struggling to find a solution
to this.

Many thanks,

Filip

-Original Message-
From: Filip Wuytack [mailto:fi...@wuytack.net] 
Sent: 26 October 2012 11:18
To: users@sogo.nu; w.me...@unix.net
Subject: RE: [SOGo] WOResourceManager(SOGoExtensions) localeForLanguageNamed
problem

Hi All,

I've now updated to 2.0.2-1, but still have the same issue:

Oct 26 11:15:33 sogod [1832]: version 2.0.2 (build @shiva 201210251124) --
starting Oct 26 11:15:33 sogod [1832]: vmem size check enabled: shutting
down app when vmem  384 MB Oct 26 11:15:33 sogod [1832]:
0x0x7f8cd7fd1af0[SOGoProductLoader] SOGo products loaded from
'/usr/lib/GNUstep/SOGo':
Oct 26 11:15:33 sogod [1832]: 0x0x7f8cd7fd1af0[SOGoProductLoader]
AdministrationUI.SOGo, PreferencesUI.SOGo, ContactsUI.SOGo,
Appointments.SOGo, MailPartViewers.SOGo, MainUI.SOGo, MailerUI.SOGo,
Contacts.SOGo, SchedulerUI.SOGo, CommonUI.SOGo, Mailer.SOGo Oct 26 11:15:34
sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] listening on
127.0.0.1:2
Oct 26 11:15:34 sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] watchdog
process pid: 1832 Oct 26 11:15:34 sogod [1832]:
0x0x7f8cd4dc3380[WOWatchDogChild] watchdog request timeout set to 10
minutes Oct 26 11:15:34 sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog]
preparing 3 children Oct 26 11:15:34 sogod [1832]:
0x0x7f8cd80e6300[WOWatchDog] child spawned with pid 1874 Oct 26 11:15:34
sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] child spawned with pid 1875 Oct
26 11:15:34 sogod [1832]: 0x0x7f8cd80e6300[WOWatchDog] child spawned with
pid 1876 Oct 26 11:15:43 sogod [1874]: 0x0x7f8cd812e500[SOGoCache] Cache
cleanup interval set every 300.00 seconds Oct 26 11:15:43 sogod [1874]:
0x0x7f8cd812e500[SOGoCache] Using host(s) '127.0.0.1' as server(s)
2012-10-26 11:15:43.202 sogod[1874] Note(SoObject): SoDebugKeyLookup is
enabled!
2012-10-26 11:15:43.202 sogod[1874] Note(SoObject): SoDebugBaseURL is
enabled!
2012-10-26 11:15:43.202 sogod[1874] Note(SoObject): relative base URLs are
enabled.
Oct 26 11:15:43 sogod [1874]: [ERROR] 0x0x7f8cd7fcee40[SOGoUserManager]
addressbook source 'directory' has no displayname Oct 26 11:15:43 sogod
[1874]: [ERROR] 0x0x7f8cd7e7baa0[SOGoSQLUserProfile]
could not run SQL 'SELECT c_defaults FROM sogo_user_profile WHERE c_uid =
'anonymous'': MySQL4Exception: 0x7f8cd7e90b80 NAME:ExecutionFailed
REASON:Table 'vmail.sogo_user_profile' doesn't exist
2012-10-26 11:15:43.405 sogod[1874] ERROR(-[NGBundleManager
bundleWithPath:]): could not create bundle for path:
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundl
e'
2012-10-26 11:15:43.523 sogod[1874] WOxElemBuilder: could not locate
builders: WOxExtElemBuilder,WOxExtElemBuilder
2012-10-26 11:15:43.534 sogod[1874] WOCompoundElement: pool embedding is on.
2012-10-26 11:15:43.535 sogod[1874] WOCompoundElement: id logging is on.
2012-10-26 11:15:43.745 sogod[1874] WARNING(-[NSNull(misc) count]): called
NSNull -count (returns 0) !!!
mail.wuytack.net - - [26/Oct/2012:11:15:43 GMT] GET /SOGo/ HTTP/1.1 200
3746/0 0.778 11590 67% 3M
Oct 26 11:15:47 sogod [1874]: [ERROR] [RM:MainUI]
-[WOResourceManager(SOGoExtensions) localeForLanguageNamed:]: name parameter
must not be nil!
Oct 26 11:15:47 sogod [1874]: SOGoRootPage Login for user 't...@wuytack.net'
might not have worked - password policy: 65535  grace: -1  expire: -1
bound: 0
mail.wuytack.net - - [26/Oct/2012:11:15:47 GMT] POST /SOGo/connect
HTTP/1.1 403 34/70 0.033 - - 32K

Anyone got a clue?

-Original Message-
From: Filip Wuytack [mailto:fi...@wuytack.net]
Sent: 25 October 2012 15:31
To: w.me...@unix.net; users@sogo.nu
Subject: RE: [SOGo] WOResourceManager(SOGoExtensions) localeForLanguageNamed
problem

Hi All,

I'm having the same issue on a fresh install of IredMail + SOGo 2.0.2 (using
SQL authentication). I can connect via roundcube (Iredmail install) and
tested the sql connector in the sogo webmin module.

System is Ubuntu 12.04 server x64.

~ filip

-Original Message-
From: Wilhelm [mailto:wilhelm.me...@fh-kl.de]
Sent: 25 October 2012 13:27
To: users@sogo.nu
Subject: [SOGo] WOResourceManager(SOGoExtensions) localeForLanguageNamed
problem

Hello,

we actually get the follwing error wenn trying to do a login (LDAP-Auth).
The login page reappears immediately :-/

The user kmux.admin is validated.

Are the any hints?

localhost - - [25/Oct/2012:14:20:33 GMT] GET /SOGo HTTP/1.1 302 0/0
0.002 - - 0
2012-10-25 14:20:33.476 sogod[12367] WARNING(-[NSNull(misc) count]): 
called NSNull -count (returns 0) !!!
localhost - - [25/Oct/2012:14:20:33 GMT] GET /SOGo/ HTTP/1.1 200
4028/0 0.033 11171 63% 0
Oct 25 14:20:48 sogod [12367]: [ERROR] [RM:MainUI]
-[WOResourceManager(SOGoExtensions) localeForLanguageNamed:]: name parameter
must not be nil!
Oct 25 14:20:48 sogod [12367]: SOGoRootPage successful login for user
'kmux.admin' - expire = -1  grace = -1 localhost - - [25/Oct/2012:14:20:48
GMT] POST /SOGo/connect HTTP/1.1 
200 27/71 0.022 - - 12K
localhost - - 

Re: [SOGo] Backup Redundant System

2012-10-26 Thread Carlin Hefner
Thanks! I'll check those out, I appreciate the quick replies :)

Carlin

On Fri, Oct 26, 2012 at 1:13 PM, Federico Alberto Sayd fs...@uncu.edu.arwrote:

 On 26/10/12 13:52, carlinohef...@gmail.com wrote:

 Hi,
 I'm am looking at venturing into sogo as an exchange replacement, and
 have a
 question before I begin. I promise I have searched before posting, but
 can't
 find anything related (or I may have poor keyword choices :-) So I
 apologize if
 this has been discussed already.

 We have a couple of office locations, and I'd like to set up 2 servers, 1
 at
 each location, that mirror each other. That way if one location goes down
 (power or internet loss or hardware failure) the other server can still at
 least receive SMTP. It would be great if the client side connectivity
 could
 also work when one or the other servers go down, but not as important as
 making
 sure we don't miss any incoming mail over SMTP.

 Is this possible?

 Thanks in advance,
 Carlin

 You can take a look at HAproxy

 Haproxy is a http and tcp proxy. We use haproxy to balance trafic between
 our SOGo backend servers. With SMTP also you can balance using MX records
 from DNS, but POP or IMAP is more complicated because you need
 distribute/replicate the mail storage.

 Regards

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

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

[SOGo] Email is empty

2012-10-26 Thread James James
Hi,

can somebody helps me ? My Sogo server works well but when the the email
tabs is empty and the server says in sogo.log :
Oct 26 23:18:53 sogod [23052]: |SOGo| request took 0.022063 seconds to
execute
localhost - - [26/Oct/2012:23:18:53 GMT] POST
/SOGo/so/james/Calendar/alarmslist?browserTime=1351286333 HTTP/1.1 200 2/0
0.024 - - 0
Oct 26 23:18:56 sogod [23052]: |SOGo| starting method 'GET' on uri
'/SOGo/so/james/Mail/view'
Oct 26 23:18:57 sogod [23052]: [WARN]
0x0x7fb92211cae8[UIxEnvelopeAddressFormatter] unexpected envelope
address: 0x0x7fb921eefcc8[NGImap4EnvelopeAddress]:
Oct 26 23:18:57 sogod [23052]: |SOGo| request took 1.118113 seconds to
execute

Thanks again.

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

[SOGo] First character omitted from mail title in SOGo mail module

2012-10-26 Thread Piet Hein
I have noticed (in SOGo 2.02) the first character of the title is frequently 
deleted in the overview mail module (so for example 'he event ...' is displayed 
instead of 'The event ... or 'vent Invitation ...' instead of 'Event 
Invitation ...'). The raw mail data are all right (the source display in sogo 
is correct as well), so I'd say it must be some issue in SOGo.

Has anyone else noticed this?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] BTS activities for Friday, October 26 2012

2012-10-26 Thread SOGo reporter
Title: BTS activities for Friday, October 26 2012





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1941
	2012-10-26 13:06:55
	updated (open)
	Backend Calendar
	Set individual reminders
	
	  
	
2044
	2012-10-26 15:32:09
	updated (open)
	Backend Calendar
	event integrity problem with caldav
	
	  
	
2060
	2012-10-26 14:02:23
	updated (open)
	Backend General
	userPasswordAlgorithm = ssh.b64 creates {sha.b64}(null) for any password
	
	  
	
1972
	2012-10-26 13:20:14
	updated (open)
	OpenChange backend
	SOGo appliance RC5 doesn' t automatically push out / load new messages to MS OL Inbox folder.
	
	  
	
2076
	2012-10-26 17:53:50
	updated (open)
	OpenChange backend
	Multiple issues surrounding mail delivery and storage with Outlook 2010 when using Samba AD as SOGoUserSources
	
	  
	
2072
	2012-10-26 13:16:05
	updated (open)
	Packaging (Debian)
	Replacement of the same version of our packages should be possible
	
	  
	
2063
	2012-10-26 13:18:20
	updated (open)
	Web Calendar
	context popup menu for changing existing calendars seams to be broken in Firefox 16.0.1 Mac OS X
	
	  
	
2074
	2012-10-26 13:11:46
	updated (open)
	Web Calendar
	"show alarms" should be disabled when subcribing to a calendar
	
	  
	
2065
	2012-10-26 13:17:10
	updated (open)
	Web Mail
	Reply-to equals NULL
	
	  
	
2071
	2012-10-26 13:59:00
	assigned (open)
	Packaging (Debian)
	build script: sogo should not be rebuilt when not updated
	
	  
	
2075
	2012-10-26 19:17:47
	assigned (open)
	SOPE
	fix for bug reports 0001615 and 0001616 break building on OpenBSD
	
	  
	
2073
	2012-10-26 04:33:45
	resolved (fixed)
	Packaging (Debian)
	no debian sogo packet available
	
	  
	
2069
	2012-10-26 13:04:33
	resolved (fixed)
	Web General
	502 Proxy Error on login on the Web UI
	
	  
	
2068
	2012-10-26 13:04:16
	resolved (fixed)
	Web Mail
	Proxy error after upgrading to 2.0.2
	
	  
	
  
  




Re: [SOGo] Backup Redundant System

2012-10-26 Thread Davor Vusir
Hi!

DRBD might be an alternative, http://www.drbd.org/, for the SOGo server, 
database and mail store. And Postfix (check out the the install script from 
iRedMail, http://www.iredmail.org/) as a backup MTA. I am exploring the 
possibility to use virtualized SOGo server on KVM. The LV for the virtualized 
server and the LV for SOGo database and mailstore will replicate to a backup 
server. And the backup MTA, also virtualized, running on the backup server.

Regards
Davor Vusir


From: Carlin Hefner 
Sent: Friday, October 26, 2012 7:50 PM
To: users@sogo.nu 
Subject: Re: [SOGo] Backup Redundant System


Thanks! I'll check those out, I appreciate the quick replies :) 


Carlin


On Fri, Oct 26, 2012 at 1:13 PM, Federico Alberto Sayd fs...@uncu.edu.ar 
wrote:

  On 26/10/12 13:52, carlinohef...@gmail.com wrote:

Hi,
I'm am looking at venturing into sogo as an exchange replacement, and have a
question before I begin. I promise I have searched before posting, but can't
find anything related (or I may have poor keyword choices :-) So I 
apologize if
this has been discussed already.

We have a couple of office locations, and I'd like to set up 2 servers, 1 at
each location, that mirror each other. That way if one location goes down
(power or internet loss or hardware failure) the other server can still at
least receive SMTP. It would be great if the client side connectivity could
also work when one or the other servers go down, but not as important as 
making
sure we don't miss any incoming mail over SMTP.

Is this possible?

Thanks in advance,
Carlin

  You can take a look at HAproxy

  Haproxy is a http and tcp proxy. We use haproxy to balance trafic between our 
SOGo backend servers. With SMTP also you can balance using MX records from DNS, 
but POP or IMAP is more complicated because you need distribute/replicate the 
mail storage.

  Regards

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


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