[SOGo] BTS activities for Wednesday, April 10 2013

2013-04-10 Thread SOGo reporter
Title: BTS activities for Wednesday, April 10 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, April 10 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2151
	2013-04-10 11:52:27
	updated (open)
	SOPE
	iCal property parameter values are not escaped properly
	
	  
	
2180
	2013-04-10 16:06:29
	updated (open)
	Web Calendar
	Unable to export shared calendar
	
	  
	
2284
	2013-04-10 13:23:06
	new (open)
	Web Calendar
	Can't import events (ics) to foreign calendar
	
	  
	
2017
	2013-04-10 16:01:37
	feedback (reopened)
	Apple iCal.app
	Can't use CardDAV and CalDAV with Mac OS X 10.8.2
	
	  
	
2283
	2013-04-10 17:31:55
	feedback (reopened)
	Web Calendar
	TimeShift issue back again (refering to #0001766)
	
	  
	
2270
	2013-04-10 15:57:17
	resolved (wont fix)
	Web Mail
	Problem with mimetype image/pdf
	
	  
	
  
  




Re: [SOGo] Vacation / sieve scripts question

2013-04-10 Thread Jean Raby

On 13-04-10 1:59 PM, Vilius Baušys wrote:

I believe there is some misconfiguration in sogo. But cannot find out what I did
wrong. How can I debug sogo connection to sieve?


Try to sniff the connection using either tcpdump -X  or tcpflow -c -i lo port 
4190

that should give a good insight.

--
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] Vacation / sieve scripts question

2013-04-10 Thread Vilius Baušys
Hello,

I have problem with vacation in sogo.
Acording to sogo.log seems that sieve service is not avalaible:

192.168.1.167 - - [10/Apr/2013:20:27:06 GMT] "GET /SOGo/so/
v.pavarde...@domain.com/preferences HTTP/1.1" 200 13736/0 0.016 58595 76% 4K
2013-04-10 20:27:09.006 sogod[31974] Sieve connection failed on
sieve://localhost:4190
192.168.1.167 - - [10/Apr/2013:20:27:09 GMT] "POST /SOGo/so/
v.pavarde...@domain.com/preferences HTTP/1.1" 200 637/1753 0.007 - - 0
192.168.1.167 - - [10/Apr/2013:20:27:09 GMT] "GET /SOGo/so/
v.pavarde...@domain.com/Administration HTTP/1.1" 200 3476/0 0.005 11962 70%
0
192.168.1.167 - - [10/Apr/2013:20:27:09 GMT] "POST /SOGo/so/
v.pavarde...@domain.com/Calendar/alarmslist?browserTime=1365614798HTTP/1.1"
200 2/0 0.003 - - 0

Sieve is configured as plugin in dovecot. But I can connect to managesieve
service, create and list scripts succesfuly:

vilius@mail:~$ telnet localhost 4190
Trying ::1...
Connected to localhost.localdomain.
Escape character is '^]'.
"IMPLEMENTATION" "dovecot"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress
comparator-i;ascii-numeric relational regex imap4flags copy include
variables body enotify environment mailbox date"
"SASL" "PLAIN LOGIN DIGEST-MD5"
"STARTTLS"
"NOTIFY" "mailto"
"VERSION" "1.0"
OK "Dovecot ready."
AUTHENTICATE "PLAIN" "AHYucGF2YXJkZW5pc0Bla3NwbGEuY29tAGFiY2RhYmNk"
OK "Logged in."
PUTSCRIPT "hutsefluts" {6+}
keep;
OK "PUTSCRIPT completed."
LISTSCRIPTS
"hutsefluts"
OK "Listscripts completed."
^]

I believe there is some misconfiguration in sogo. But cannot find out what
I did wrong. How can I debug sogo connection to sieve?

.GNUstepDefaults content

http://www.gnustep.org/plist-0_9.xml";>


NSGlobalDomain


sogod

OCSFolderInfoURL
mysql://sogo:password@localhost
:3306/sogo/sogo_folder_info
OCSSessionsFolderURL
mysql://sogo:password@localhost
:3306/sogo/sogo_sessions_folder
SOGoACLsSendEMailNotifications
YES
SOGoAppointmentSendEMailNotifications
YES
SOGoAuthenticationMethod
SQL
SOGoCalendarDefaultRoles
=
SOGoFirstDayOfWeek
1
SOGoFoldersSendEMailNotifications
YES
SOGoLanguage
English
SOGoMailDomain
domain.com
SOGoMailMessageCheck
every_5_minutes
SOGoPasswordChangeEnabled
NO
SOGoProfileURL
mysql://sogo:password@localhost
:3306/sogo/sogo_user_profile
SOGoSieveScriptsEnabled
YES
SOGoSieveServer
sieve://localhost:4190
SOGoSuperUsernames

v.pavarde...@domain.com

SOGoTimeZone
Europe/Vilnius
SOGoUserSources


IMAPLoginFieldName
mail
canAuthenticate
YES
id
users
isAddressBook
YES
type
sql
userPasswordAlgorithm
md5-crypt
viewURL
mysql://sogo:password@localhost
:3306/sogo/sogo_users


SOGoVacationEnabled
YES




dovecot -n output

# 1.2.15: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-17-pve i686 Debian 6.0.6 simfs
log_path: /var/log/dovecot.log
protocols: imap imaps pop3 pop3s managesieve
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
listen(managesieve): localhost:4190
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_listen(managesieve): mail.domain.com
ssl_ca_file: /etc/ssl/certs/RapidSSL_CA_bundle.pem
ssl_cert_file: /etc/ssl/certs/mail.domain.com.crt
ssl_key_file: /etc/ssl/private/mail.domain.com.key
ssl_verify_client_cert: yes
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(pop3): /usr/lib/dovecot/pop3-login
login_executable(managesieve): /usr/lib/dovecot/managesieve-login
first_valid_uid: 1000
last_valid_uid: 1000
first_valid_gid: 1000
last_valid_gid: 1000
mail_uid: vmail
mail_gid: vmail
mail_location:
maildir:/var/vmail/%d/%n/Maildir:INDEX=/var/vmail/%d/%n/indexes
mbox_write_locks: fcntl dotlock
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_executable(managesieve): /usr/lib/dovecot/managesieve
mail_plugins(default): quota imap_quota autocreate
mail_plugins(imap): quota imap_quota autocreate
mail_plugins(pop3): quota
mail_plugins(managesieve):
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
mail_plugin_dir(managesieve): /usr/lib/dovecot/modules/managesieve
imap_client_workarounds(default): outlook-idle delay-newmail
imap_client_workarounds(imap): outlook-idle delay-new

[SOGo] DST Shift while importing ICS event

2013-04-10 Thread Christophe Boyanique

Hello,

i'm trying to import ics file (from Webcalendar) into SOGo and have a 
problem with recurrent events that shift on DST (French timezone).


For example, with this ics file:

   BEGIN:VCALENDAR
   X-WR-CALNAME;VALUE=TEXT: 
   PRODID:-//WebCalendar-1.0.5
   VERSION:2.0
   METHOD:PUBLISH
   BEGIN:VEVENT
   UID:SATURNE--X-FR-WEBCALENDAR-XXX-116175
   SUMMARY:FG : Test recurrent
   DESCRIPTION:Test d'évènement\\récurrent\\n
   CLASS:PUBLIC
   DTSTART:20130128T09Z
   DTSTAMP:20130410T115241Z
   DTEND:20130128T113000Z
   RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO
   EXDATE:20130304T09Z,20130318T09Z,20130401T08Z
   END:VEVENT
   END:VCALENDAR


The file imports ok. But when displayed in SOGo:

 * in march, event starts at 10am
 * in april, event starts at 11am


It seems that the file is imported as-is in the database:

   sogo=# select c_content from sogocomptede0014a51e955;
  c_content
   -
 BEGIN:VCALENDAR
 BEGIN:VEVENT\r
 UID:1F80-51658100-3-3D265B00\r
 SUMMARY:FG : Test recurrent\r
 DESCRIPTION:Test d'évènement\\récurrent\\n\r
 CLASS:PUBLIC\r
 DTSTART:20130128T09Z\r
 DTSTAMP:20130410T115241Z\r
 DTEND:20130128T113000Z\r
 RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO\r
 EXDATE:20130304T09Z,20130318T09Z,20130401T08Z\r
 END:VEVENT
 END:VCALENDAR
   (1 ligne)


SOGo is version 2.0.4b-1 on Debian.


Christophe.

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

Re: [SOGo] BTS activities for Tuesday, April 09 2013

2013-04-10 Thread Arnaud LE NORCY
Hello,

In Mozilla Thunderbird and Lightning my identity is
"UIDFieldName"@"SOGoMailDomain"...

How to get my LDAP attribute "mail" instead?

I tried SOGoHideSystemEmail YES or NO but it did not work

thanks,

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