[SOGo] BTS activities for Tuesday, October 22 2013

2013-10-22 Thread SOGo reporter
Title: BTS activities for Tuesday, October 22 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, October 22 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2442
	2013-10-22 14:45:56
	updated (open)
	Backend Address Book
	Unable to create addressbooks or calendars via SOGo web interface
	
	  
	
2421
	2013-10-22 11:51:27
	updated (open)
	Backend Calendar
	Infinite \ on participant when modify an event
	
	  
	
2454
	2013-10-22 11:47:31
	updated (open)
	Backend Mail
	some mail with a signature sent from thunderbird are not displayed  (Proxy error)
	
	  
	
2420
	2013-10-22 11:38:47
	updated (open)
	i18n
	Sogo-connector 17.0.5 cyrillic categories
	
	  
	
2462
	2013-10-22 10:54:45
	updated (open)
	Web Calendar
	Unknown WebClient when trying to connect agendav to SOGo
	
	  
	
2416
	2013-10-22 11:53:27
	updated (open)
	Web Mail
	Cannot load mail
	
	  
	
2443
	2013-10-22 11:50:27
	updated (open)
	Web Mail
	Mail not showing content
	
	  
	
2460
	2013-10-22 11:29:12
	updated (open)
	Web Mail
	Share popup window minimizes
	
	  
	
2463
	2013-10-22 15:14:09
	updated (open)
	Web Mail
	SOGo + SSO CAS - CAS session expiration -> CPU 100%
	
	  
	
2312
	2013-10-22 11:33:25
	assigned (open)
	Backend Mail
	Impossible to remove a or read a folder with particular symbol.
	
	  
	
2458
	2013-10-22 11:35:59
	closed (wont fix)
	Apple iPhone OS
	iPhone, iPad and iPod don't see that resource accepts invitation until event is modified by someone
	
	  
	
2461
	2013-10-22 11:27:22
	closed (fixed)
	Backend Calendar
	Failure to accept invitations when content of location field longer than 255 characters
	
	  
	
2433
	2013-10-22 11:45:43
	closed (fixed)
	Backend Mail
	ACLs are set wrong
	
	  
	
2457
	2013-10-22 11:32:51
	closed (fixed)
	i18n
	Wrong translation for "Confidential" right label
	
	  
	
  
  




Re: [SOGo] ActiveSync question

2013-10-22 Thread Corrado Fiore
On Oct 22, 2013, at 14:19 , boyd yang wrote:

> Can this solution work well for mail,calendar,contacts at the same time? No 
> need to configure calendar,contacts differently?

Yup, exactly.  All like a real Exchange account.  Plus, you get push email, 
which is a definite bonus for business users.

The downside - which might apply or not to your case - is that push mail via 
Z-push (which is a PHP application) requires way more resources per user than 
SOGo itself since the TCP connection underlying the HTTP protocol must remain 
in open state.

As the author of Z-push-contrib suggests, the rule of thumb is:  1.5 PHP 
processes per email user, so 1,000 users would translate to 1,500 active PHP 
processes.  Of course you can set up a balanced pool of servers, but the point 
here is:  don't expect Z-Push (which I love, don't get me wrong) to scale 
beautifully as SOGo does.

In this light, I can understand one of the reasons why the SOGo team is looking 
for a native implementation instead.

Best,
Corrado



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

[SOGo] sending an email but the window does not close

2013-10-22 Thread Alessandro Bono

Hi

I have a problem with a couple of installation, when you send an email 
with web interface email is sent but window does not close
Systems are centos 6.4 64bit with dovecot and cyrus as imap server and 
postfix as smtp server with and without authentication
I tried to enable ImapDebugEnabled but I found no interesting 
information from log

problem with sogo 2.0.7 and nightly 2.1.0.20131022-1
below you can find sogo.conf

{
OCSEMailAlarmsFolderURL = 
"mysql://sogo:pas...@mysql.mycompany.com:3306/sogo/sogo_alarms_folder";
OCSFolderInfoURL = 
"mysql://sogo:pas...@mysql.mycompany.com:3306/sogo/sogo_folder_info";
OCSSessionsFolderURL = 
"mysql://sogo:pas...@mysql.mycompany.com:3306/sogo/sogo_sessions_folder";
SOGoACLsSendEMailNotifications = YES;
SOGoEnableEMailAlarms = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoDefaultCalendar = selected;
SOGoDraftsFolderName = Drafts;
SOGoFoldersSendEMailNotifications = YES;
SOGoIMAPAclConformsToIMAPExt = YES;
SOGoIMAPServer = "imaps://imap.mycompany.com:993";
SOGoLanguage = Italian;
SOGoLoginModule = Mail;
SOGoMailDomain = "mycompany.com";
SOGoMailReplyPlacement = above;
SOGoMailingMechanism = smtp;
SOGoPageTitle = "Webmail";
SOGoPasswordChangeEnabled = YES;
SOGoProfileURL = 
"mysql://sogo:pas...@mysql.mycompany.com:3306/sogo/sogo_user_profile";
SOGoSMTPServer = "smtp.mycompany.com";
SOGoSMTPAuthenticationType = "PLAIN";
SOGoSentFolderName = "Sent";
SOGoSieveScriptsEnabled = YES;
SOGoSieveServer = "sieve://sieve.mycompany.com";
SOGoTimeZone = "Europe/Rome";
SOGoTrashFolderName = Trash;
SOGoUserSources = (
{
LoginFieldNames = (
"c_uid",
mail
);
canAuthenticate = YES;
id = "Users";
isAddressBook = YES;
type = sql;
userPasswordAlgorithm = none;
viewURL = 
"mysql://sogo:pas...@mysql.mycompany.com:3306/mailserver/sogo_view";
}
);
SOGoVacationEnabled = YES;
}

how to solve this problem?

tahnks

--
Cordiali Saluti
Alessandro Bono

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


[SOGo] sogo-ealarms-notify / mariadb ?

2013-10-22 Thread Michel Mallejac
Hello,

My Sogo server is doing good, except when trying to execute
sogo-ealarms-notify under user sogo

In my syslog, I see the following at each execution :

Oct 22 16:28:02 myserver mysqld: 131022 16:28:02 [Warning] Aborted
connection 325568 to db: 'sogo' user: 'sogo' host: 'localhost' (Unknown
error)

In my sogo.conf :

OCSEMailAlarmsFolderURL = "mysql://sogo:sogo@localhost
:3306/sogo/sogo_alarms_folder";
OCSFolderInfoURL = "mysql://sogo:sogo@localhost:3306/sogo/sogo_folder_info";
OCSSessionsFolderURL = "mysql://sogo:sogo@localhost
:3306/sogo/sogo_sessions_folder";

Under user sogo, I can manually access these tables of my sogo database,
using the mysql shell.


Could this be related to my usage of MariaDb - mariadb-server-10.0* - *instead
of MySQL ? Some mysql access library linked with the sogo-ealarms-notify
executable perharps ?

The same exact thing happens when using /usr/sbin/sogo-tool expire-sessions
60

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

Re: [SOGo] ActiveSync question

2013-10-22 Thread boyd yang
Can this solution work well for mail,calendar,contacts at the same time? No
need to configure calendar,contacts differently?

iPhone can use the same configuration for mail,contacts,calendar.

在 2013年10月21日星期一,Heiner Markert 写道:

> Am 03.09.2013 17:12, schrieb Corrado Fiore:
>
>> Dear All,
>>
>> I've been in touch in the past days with Francisco Miguel Biete, author
>> of Z-Push-contrib, a fork from the original Z-Push that is working well (at
>> least, in our tests) with SOGo:
>>
>>  
>> https://github.com/fmbiete/Z-**Push-contrib
>>
>> What's important here is that Francisco Miguel has been very responsive
>> in fixing the bugs we submitted (one for CardDAV, the other for the IMAP
>> backend).  I must say I'm quite impressed.
>>
>> ActiveSync seems to be working very well, and so far seems to be solid
>> enough that we can use it in production.  However, documentation could be a
>> bit more organized, so here's the idea:  I'll try to sum all the usual
>> mistakes on a page in the SOGo wiki.  Allow me some days for this, I'll try
>> my best.
>>
>> On the other hand, I agree that the SOGo community needs a point of
>> reference for Z-Push just like Inverse is for SOGo.
>>
>> Best,
>> Corrado Fiore
>>
>>
>>
> Thank you very much for the link! Seems to be working perfectly!
>
> Someone really should update the SOGo wiki (unfortunately I am unable to
> create an account: I fail with the TextCha...). It still links to sogosync,
> which is totally outdated.
>
> Best,
> Heiner
>
>
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
<>

Re: [SOGo] New debugger for Thunderbird + extensions

2013-10-22 Thread Martin Rabl
Thank you for sharing it! Very interesting, searched ever for such a 
tool - Venkman or "alert()"-Debugging is not so lovely ... ;-)


Greetings,
   Martin

Am 22.10.13 07:08, schrieb Mark Pavlichuk:

   I can't find a mention of this new interactive Thunderbird debugger
on this list.  FYI (apologies if this is already common knowledge).

http://kewisch.wordpress.com/2013/09/22/thunderbird-developer-tools-wrapup/



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


Re: [SOGo] Install Script

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

2013-10-22 02:27 keltezéssel, Wynn Taylor írta:

Hello,

I am trying to install sogo ZEG via the install script on line from 
Peter. I am testing the server on a private network. I cannot seem to 
get it working, however. When I add my domain as "domain.local" it 
cannot resolve the domain. If I add my domain as "domain.com 
" it goes to my ISP domain name server and requires 
me to open TCP 80, which I cannot do at this time. Navigating the 
browser to local ip causes the server to forward to external domain name.


Please advise how I can install the ZEG via the script and allow me to 
test the webmail via local intranet.


Dear Wynn,

If you haven't any dns server in your local network, you need to 
configure the external hostname and domain in your local hosts file.
Or, if you have internal dns, then you need to add this zone and records 
in it.


--
Szládovics, Péter

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

[SOGo] New debugger for Thunderbird + extensions

2013-10-22 Thread Mark Pavlichuk
  I can't find a mention of this new interactive Thunderbird debugger 
on this list.  FYI (apologies if this is already common knowledge).


http://kewisch.wordpress.com/2013/09/22/thunderbird-developer-tools-wrapup/

--
Mark Pavlichuk
Strategic IT
ph. (07)47242890
m. 0409 124577

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