[SOGo] BTS activities for Friday, April 28 2017

2017-04-28 Thread SOGo reporter
Title: BTS activities for Friday, April 28 2017





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, April 28 2017

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4148
	2017-04-28 09:58:24
	updated (open)
	Web Calendar
	Missing numbers of weeks
	
	  
	
4159
	2017-04-28 04:51:48
	updated (open)
	Web Calendar
	Feature for auto-accept
	
	  
	
3660
	2017-04-28 13:45:14
	resolved (fixed)
	SOGo Integrator
	Thunderbird 45.0 & Frontend SOGo Connector 31.0.2 - SOGo settings page not working
	
	  
	
4130
	2017-04-28 13:44:36
	resolved (fixed)
	SOGo Integrator
	Failed to read 'unsubscribeCalendarMessage' (new release of integrator needed)
	
	  
	
4131
	2017-04-28 13:41:42
	resolved (fixed)
	SOGo Integrator
	Compatibility with Thunderbird 52
	
	  
	
3738
	2017-04-28 13:45:53
	resolved (fixed)
	Backend Calendar
	Parentheses in calendar name are not shown in calendar search when subcribing
	
	  
	
3769
	2017-04-28 13:42:36
	resolved (fixed)
	GUI
	Categories can't be edited from settings
	
	  
	
1701
	2017-04-28 13:46:48
	closed (suspended)
	SOGo Integrator
	UI elements in Lightning not reacting to onClick(). Integrator causing it?
	
	  
	
4156
	2017-04-28 06:31:51
	closed (not a bug)
	Backend Address Book
	LDAP Global addressbook failures on entries with 'ou' field
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists

[SOGo]

2017-04-28 Thread Catarina Loureiro
Hey, i would appreciate if you could help me.

Im in my internship and this is a company that they have their own system
operative in Debian Wheezy 7.7. I installed already docker, i already pull
the image but now i cant put this work.

I would like to know how i should procede and if you could help me
implement this new groupware on the company.

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

Re: [SOGo] sieve vacation problem ?

2017-04-28 Thread Jonathan Dumaresq

Hi,

This is the error in my log. I don Cache cleanup interval set every 300.00 seconds
<0x0x294cff0[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
<0x0x296fa40[NGLdapConnection]> Using ldap_initialize for LDAP 
URL:ldap://ldap.domain.com:389
2017-04-28 00:00:02.374 sogo-tool[8167] -[NGLdapConnection 
_searchAtBaseDN:qualifier:attributes:scope:]: search at base '' filter 
'(objectClass=*)' for attrs 'subschemaSubentry'
2017-04-28 00:00:02.376 sogo-tool[8167] -[NGLdapConnection 
_searchAtBaseDN:qualifier:attributes:scope:]: search at base 
'CN=Aggregate,CN=Schema,CN=Configuration,DC=domain,DC=domain,DC=com' filter 
'(objectClass=*)' for attrs 'objectclasses'
2017-04-28 00:00:02.403 sogo-tool[8167] -[NGLdapConnection 
_searchAtBaseDN:qualifier:attributes:scope:]: search at base 
'cn=users,dc=domain,DC=domain,DC=com' filter 
'(|(mail=us...@domain.com)(mail=us...@domain.com)(userPrincipalName=us...@domain.com)(displayName=us...@domain.com))'
 for attrs '*'
S[0x2bc7560]: "IMPLEMENTATION" "Dovecot Pigeonhole"
S[0x2bc7560]: "SIEVE" "fileinto reject envelope encoded-character vacation 
subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body 
enotify environment mailbox date index ihave duplicate mime foreverypart extracttext"
S[0x2bc7560]: "NOTIFY" "mailto"
S[0x2bc7560]: "SASL" "PLAIN LOGIN"
S[0x2bc7560]: "STARTTLS"
S[0x2bc7560]: "VERSION" "1.0"
S[0x2bc7560]: OK "Dovecot ready."
C: AUTHENTICATE "PLAIN" {%d+}
LOGIN:PASSWORD

S[0x2bc7560]: OK "Logged in."
C: SETACTIVE ""
S[0x2bc7560]: OK "No scripts currently active."
C: DELETESCRIPT "sogo"
S[0x2bc7560]: NO (NONEXISTENT) "Sieve script `sogo' not found"
<0x0x2bae350[SOGoSieveManager]> WARNING: Could not delete Sieve script - continuing...: 
{RawResponse = "{ok = 0; }"; result = 0; }
C: PUTSCRIPT "sogo" {1298+}
require ["fileinto","vacation","date","relational","variables"];
if anyof (address :matches "from""us...@domain.com", address :matches "from""us...@domain.com", address :matches "from""us...@domain.com", address :matches 
"from""us...@domain.com", address :matches "from""us...@domain.com", address :matches "from""us...@domain.com", address :matches "from""us...@domain.com", 
address :contains "from""us...@domain.com") {
fileinto "INBOX/CIMEQ";
}
if allof (address :contains "from""use...@domain.com") {
fileinto "INBOX/DOMAIN/FVG";
}
if allof (address :contains "from""us...@otherdomain.com") {
fileinto "INBOX/XYZ";
}
if allof (address :contains "from""us...@otherdomain.com") {
fileinto "INBOX/abc xyz/CC";
}
if anyof (address :matches "from""s...@domain.com") {
fileinto "INBOX/Svn";
}
if allof ( currentdate :value "le" "date" "2017-05-07" ) { if header :matches "Subject" "*" { set 
"subject" "${1}"; } vacation :days 7 :subject (null) :addresses ["us...@domain.com"] text:
Bonjour,
Veuillez noter que je serai absent du bureau du 24 avril au 5 mai 
inclusivement. Pour toute urgence, communiquez avec monsieur X à 
l'adresseuse...@domain.com.

Merci
.
;
}

S[0x2bc7560]: NO {136}
<0x0x2bae350[SOGoSieveManager]> Could not upload Sieve script: {RawResponse = "{ok = 
0; reason = \"sogo: line 17: error: expected end of command ';' or the beginning of a 
compound block '{', but found tag.
sogo: error: parse failed.
\"; }"; result = 0; }
2017-04-28 00:00:03.023 sogo-tool[8167] An error occured while enabling 
auto-reply of userus...@domain.com

any idea how to resolve this issue ?

regards

Jonathan


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