[SOGo] Mail filter not appearing

2015-05-29 Thread car.cuevas
Hello,

I installed the last version of iRedMail (0.91) within DEBIAN 8 server, along
with:

NGINX 1.6.2
roundcube 1.1.1
dovecot 2.2.13
postfix 2.11.3

I updated the SOGO to the version 2.2.17a, everything seems to be working
except the menu to create the mail filtering in PREFERENCES - MAIL OPTIONS,
there I can see just LABELS.

The filtering for me it's actually kind of needed (I could do the filters with
roundcube) but I want to get rid of roundcube and just leave SOGO. I dont know
what it's wrong, please can some of you give me some hints of what can be
wrong.

In my /etc/sogo.conf I have the following:

{
// Official SOGo documents:
//  - http://www.sogo.nu/english/support/documentation.html
//  - http://wiki.sogo.nu
//
// Mailing list:
//  - http://www.sogo.nu/english/support/community.html

// Enable verbose logging. Reference:
//
http://www.sogo.nu/nc/support/faq/article/how-to-enable-more-verbose-logging-in-sogo.html
//SOGoDebugRequests = YES;
//ImapDebugEnabled = YES;
//LDAPDebugEnabled = YES;
//MySQL4DebugEnabled = YES;
//PGDebugEnabled = YES;

// Performance Tuning
//
// The amount of instances of SOGo that will be spawned to handle multiple
// requests simultaneously. When started from the init script, that amount
// is overriden by the `PREFORK=` setting in /etc/sysconfig/sogo or
// /etc/default/sogo. A value of 3 is a reasonable default for low usage.
// The maximum value depends on the CPU and IO power provided by your
// machine: a value set too high will actually decrease performances under
// high load.
//
// You should have at least one child per EAS device configured to use
// push. You must also have more children than you have EAS devices
// configured to use push - in order to handle normal SOGo requests to
// its Web or DAV interfaces.
//
// Defaults to 1 when unset, increase it if you see below error message in
// sogo log file: 'No child available to handle incoming request'
WOWorkersCount = 10;

// Daemon address and port
WOPort = 127.0.0.1:2;

// PID file
//WOPidFile = /var/run/sogo/sogo.pid;

// Log file
WOLogFile = /var/log/sogo/sogo.log;

// IMAP connection pool.
// Your performance will slightly increase, as you won't open a new
// connection for every access to your IMAP server.
// But you will get a lot of simultaneous open connections to your IMAP
// server, so make sure he can handle them.
// For debugging it is reasonable to turn pooling off.
//NGImap4DisableIMAP4Pooling = NO;

SOGoProfileURL =
mysql://sogo:SomePASSWORD@127.0.0.1:3306/sogo/sogo_user_profile;
OCSFolderInfoURL =
mysql://sogo:SomePASSWORD@127.0.0.1:3306/sogo/sogo_folder_info;
OCSSessionsFolderURL =
mysql://sogo:SomePASSWORD@127.0.0.1:3306/sogo/sogo_sessions_folder;

// Default language in the web interface
SOGoLanguage = English;
// Specify which module to show after login: Calendar, Mail, Contacts.
SOGoLoginModule = Mail;

// Must login with full email address
SOGoForceExternalLoginWithEmail = YES;

// Allow user to change full name and email address.
SOGoMailCustomFromEnabled = YES;

// Enable email-based alarms on events and tasks.
SOGoEnableEMailAlarms = YES;
OCSEMailAlarmsFolderURL =
mysql://sogo:SomePASSWORD@127.0.0.1:3306/sogo/sogo_alarms_folder;

// IMAP server
//SOGoIMAPServer = imaps://127.0.0.1:143/?tls=YES;
// Local connection is considered as secure by Dovecot.
SOGoIMAPServer = imap://127.0.0.1:143/;

// SMTP server
SOGoMailingMechanism = smtp;
SOGoSMTPServer = 127.0.0.1;
//SOGoSMTPAuthenticationType = PLAIN;

// Enable managesieve service
//
// WARNING: Sieve scripts generated by SOGo is not compatible with
Roundcube
//  webmail, don't use sieve service in both webmails, otherwise
//  it will be messy.
//
//SOGoSieveServer = sieve://127.0.0.1:4190;
//SOGoSieveScriptsEnabled = YES;
//SOGoVacationEnabled = YES;
//SOGoForwardEnabled = YES;

// Memcached
SOGoMemcachedHost = 127.0.0.1;

// Parameter used to set which usernames require administrative privileges
// over all the users tables. For example, this could be used to post
// events in the users calendar without requiring the user to configure
// his/her ACLs. In this case you will need to specify those superuser's
// usernames like this :
// SOGoSuperUsernames = (username1[,username2, ...]);
//SOGoSuperUsernames = ();

SOGoTimeZone = Europe/Prague;

SOGoFirstDayOfWeek = 1;

SOGoRefreshViewCheck = every_5_minutes;
SOGoMailReplyPlacement = below;

SOGoAppointmentSendEMailNotifications = YES;
SOGoFoldersSendEMailNotifications = YES;
SOGoACLsSendEMailNotifications = YES;

// NOTE: PostgreSQL cannot update view in iRedMail
SOGoPasswordChangeEnabled = 

Re: [SOGo] Outlook CalDav Synchronizer Plugin

2015-05-29 Thread Davide Bozzelli

IMHO support for cardav is MANDATORY for large adoption.

anyway good work.

Il 28/05/15 23:15, Alexander Nimmervoll ha scritto:

Hi all,

I would like to announce a new Open Source (AGPL) Outlook CalDAV Plugin:

https://sourceforge.net/projects/outlookcaldavsynchronizer/

This plugin gets developed as a development project for a master thesis at the
University of Applied Sciences Technikum Wien. It is extensively tested with
SOGo but works also with other CalDAV servers. Since all other Outook CalDAV
plugins are proprietary 3rd party modules, this could be an alternative for
syncing some Outlook clients without the need of a complex OpenChange setup or
ActiveSync. The plugin works for Outlook 2010 and 2013 and is in beta quality
right now.

Best regards, Alex


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


Re: [SOGo] Mail filter not appearing

2015-05-29 Thread Christian M. Jensen

hi,

you all so have an error!,
I'm only guessing but think it has something to do with memcached not 
being set up correctly


Regards
Christian Jensen


On 29-05-2015 11:11, car.cue...@protonmail.com wrote:

May 29 10:08:12 sogod [16521]: localhost POST/SOGo/so/
exam...@mailexample.com/Mail/0/folderTrash/unseenCount  HTTP/1.0 200 13/0
0.639 - - 0
May 29 10:08:12 sogod [16520]: [ERROR] 0x0x7f02b71e2bc0[WOWatchDog] No child
available to handle incoming request!
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'session:17xV1JuqqSrLyHkvRebp/w==': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+attributes': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+attributes': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+attributes': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+attributes': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'session:17xV1JuqqSrLyHkvRebp/w==': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+defaults': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com@+attributes': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+attributes': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+attributes': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+attributes': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+settings': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'session:17xV1JuqqSrLyHkvRebp/w==': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY
May 29 10:08:12 sogod [16521]: localhost POST/SOGo/so/
exam...@mailexample.com/Mail/0/folderJunk/unseenCount  HTTP/1.0 200 13/0 0.296
- - 0
May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'session:17xV1JuqqSrLyHkvRebp/w==': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Outlook CalDav Synchronizer Plugin

2015-05-29 Thread Sarah Lee
I have tried installing this plugin , but the installation process
failed. show error  Unable to locate application file '
CalDavSynchronizer.Setup.msi ' . 


On Fri, May 29, 2015 at 6:06 AM, Szládovics Péter p...@szladovics.hu
wrote:

 2015-05-28 23:56 keltezéssel, Alexander Nimmervoll írta:

 Yes that is the goal :) And we will add task sync support as well and
 maybe
 CardDAV in a future release.


 More than perfect! :)
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] issue with time set in calendar

2015-05-29 Thread Nicolas Fabre

Hi all,

Problem solved.

I changed my /etc/apt/sources.list and put :
deb http://inverse.ca/debian-nightly jessie jessie

apt-get dist-upgrade

Cheers

Nicolas FABRE
Tél : 09 72 29 97 47
Tél : 02 28 08 75 24

LILEO
8 rue de Saint Domingue - 44000 NANTES
http://www.lileo.fr

Le 27/05/2015 09:02, Nicolas Fabre a écrit :

Hi Christian and Zhang,

The timezone set in sogo.conf, user preferences and /etc/timezone are 
the same : Europe / Paris.

I checked mysql-server time, just in case, ok too.

I also tried to turn sogo sources list in debian-nightly with no success.

Except the error message i gave in the first post, nothing in my logs 
is linked with the problem.


Thanks!

Nicolas FABRE

Le 27/05/2015 02:35, Zhang Huangbin a écrit :
On May 26, 2015, at 11:34 PM, Nicolas Fabre nicolas.fa...@lileo.fr 
wrote:


Here is the error message i get in sogo.log :
sogod[4757] Unable to obtain time zone `leap-seconds.list'... 
NSException: 0x2dc5e6ff460 NAME:GSTimeZoneFileException 
REASON:TZ_MAGIC is incorrect INFO:(null)

We have similar issue reported by our users before, reference:
http://www.iredmail.org/forum/topic8733-iredmail-support-sogoealarmsnotify20319-no-local-time-zone-specified.html 



It turns out SOGo reads /etc/timezone instead of the setting in
sogo.conf. Is it a bug, or working as designed?


Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/





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


Re: Re: [SOGo] Mail filter not appearing

2015-05-29 Thread car.cuevas
Thank you very much Christian, actually now the option appears in the menu :))
Anyway I think at the moment, when I created the filter they will disappear
from the Filters list, and of course they won't filter any mail..

I'll have to investigate what is this Sieve about, at the beginning I thought
that the RoundCube could be interfering with this (since I guess it is also
used there), so I removed but did not help.. I guess there is something else
there...

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


Re: Re: [SOGo] Mail filter not appearing

2015-05-29 Thread car.cuevas
Thanks again for replying Christian,

Well about this Error:

May 29 10:08:12 sogod [16521]: 0x0x7f02b7276e90[SOGoCache] an error occurred
when caching value for key 'exam...@mailexample.com+attributes': SERVER HAS
FAILED AND IS DISABLED UNTIL TIMED RETRY

I read that it can be caused, because some parameters to have them not so well
adjusted:

for example:

 WOWorkersCount = 10;
// Memcached
SOGoMemcachedHost = 127.0.0.1;


But actually, it seems that this part I have well configured; I am thinking
more that this can be caused because I am using one of the minimum
digitalOcean VM (512Mb Ram + 768Mb swap)...  What I am not sure is about the
consequences of this error.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: Re: Re: [SOGo] Mail filter not appearing

2015-05-29 Thread car.cuevas
Wow, after a restart of the server the filters start to work ;)  Perfect!!

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


Re: [SOGo] Mail filter not appearing

2015-05-29 Thread Christian M. Jensen

Pleased to hear you got it working
but yes, always restart or reload a service after the configuration has 
changed


Regards
Christian Jensen

On 29-05-2015 15:42, car.cue...@protonmail.com wrote:

Wow, after a restart of the server the filters start to work ;)  Perfect!!

Thanks a lot





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Redirect to sogo.

2015-05-29 Thread John McMonagle
On Friday, May 29, 2015 10:06:00 PM Kai-Uwe Rommel wrote:
 users-requ...@sogo.nu wrote on 29.05.2015 21:09:42:
  I'm setting up sogo from the debian jessie repository.
  
  As this is the only web service I'd like to redirect
  https://nmail.advocap.org to
  https://nmail.advocap.org/GOGo
  
  Redirect /webmail https://nmail.advocap.org/SOGo
  Works but
  
  Redirect / https://nmail.advocap.org/SOGo
  Does not.
  
  Any Suggestions?
 
 Yes. Instead put a index.html with this content into the root HTML
 document directory:
 
 META HTTP-EQUIV=Refresh Content=0;
 URL=https://nmail.advocap.org/SOGo/;;
 
 
 Kai-Uwe Rommel
 
 kai-uwe.rom...@ars.de
 Telefon+Mobil +49 89 32468-120
 
 
 
 ARS Computer und Consulting GmbH, http://www.ars.de
 Ridlerstrasse 55, 80339 Muenchen, Deutschland
 
 Application Development Services, Business Transformation Services, IT
 Infrastruktur Services
 Beratung und Vertrieb zu IBM Software, System x, POWER Systems, Storage
 License Management Services, IBM Passport Advantage Lizenzierung
 
 Handelsregister Muenchen, HRB 101829, USt-ID: DE 155 068 909
 Geschaeftsfuehrer: Michael Arbesmeier, Kai-Uwe Rommel, Roland Schock,
 Joachim Gucker


Thanks every one for the suggestions.
I'll try them out Monday.

John

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


[SOGo] BTS activities for Friday, May 29 2015

2015-05-29 Thread SOGo reporter
Title: BTS activities for Friday, May 29 2015





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, May 29 2015

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2666
	2015-05-29 07:00:43
	updated (open)
	with external server
	Connector Syncs only blocks of 28 contacts (or alike)
	
	  
	
  
  




Re: [SOGo] Redirect to sogo.

2015-05-29 Thread FoxNET Support
good evening
apache server?

Michel


 Le 29 mai 2015 à 21:09, John McMonagle jo...@advocap.org a écrit :
 
 I'm setting up sogo from the debian jessie repository.
  
 As this is the only web service I'd like to redirect
 https://nmail.advocap.org https://nmail.advocap.org/ to
 https://nmail.advocap.org/GOGo https://nmail.advocap.org/GOGo
  
  Redirect /webmail https://nmail.advocap.org/SOGo 
 https://nmail.advocap.org/SOGo
 Works but
  
  Redirect / https://nmail.advocap.org/SOGo https://nmail.advocap.org/SOGo
 Does not.
  
 Any Suggestions?
  
 john

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

[SOGo] Redirect to sogo.

2015-05-29 Thread John McMonagle
I'm setting up sogo from the debian jessie repository.

As this is the only web service I'd like to redirect
https://nmail.advocap.org to
https://nmail.advocap.org/GOGo

 Redirect /webmail https://nmail.advocap.org/SOGo
Works but

 Redirect / https://nmail.advocap.org/SOGo
Does not.

Any Suggestions?

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

Re: [SOGo] Redirect to sogo.

2015-05-29 Thread Christian M. Jensen

Hi John

here is a few samples that may work i assume you use Apache, i use the 
the first to if' my self they work fine for me


http://httpd.apache.org/docs/2.4/rewrite/remapping.html

# Check domain name
If %{HTTP_HOST} != 'nmail.advocap.org'
Redirect / https://nmail.advocap.org/SOGo/;
/If
# Force HTTPs
If %{SERVER_PROTOCOL} != 'HTTPS'
Redirect / https://nmail.advocap.org/SOGo/;
Redirect /webmail https://nmail.advocap.org/SOGo/;
Redirect /SOGo https://nmail.advocap.org/SOGo/;
/If

Redirect / https://nmail.advocap.org/SOGo/;
Redirect /webmail https://nmail.advocap.org/SOGo/;


http://httpd.apache.org/docs/2.4/rewrite/remapping.html#moveddocroot

RewriteEngine on
RewriteRule   ^/$  https://nmail.advocap.org/SOGo/;  [R]
RewriteRule   ^/webmail$  https://nmail.advocap.org/SOGo/; [R]

Regards
Christian Jensen

On 29-05-2015 21:09, John McMonagle wrote:


I'm setting up sogo from the debian jessie repository.

As this is the only web service I'd like to redirect

https://nmail.advocap.org to

https://nmail.advocap.org/GOGo

Redirect /webmail https://nmail.advocap.org/SOGo

Works but

Redirect / https://nmail.advocap.org/SOGo

Does not.

Any Suggestions?

john





smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] Ubuntu Sogo Mysql Authentication Setup Problem.

2015-05-29 Thread Richard Doc Kinne
Hi Folks:

I am trying to set up Sogo on an Ubuntu 14.04 server using mysql as the
authenticator.

I have gotten to a point where the website interface is working, but no one
can log in. The interface says “Wrong username or password.” I’m not sure
what I’m missing.

The log says: May 29 19:27:20 sogod [25088]: [ERROR]
0x0x7fd85fdd05a8[SOGoUserManager] No authentication sources defined -
nobody will be able to login. Check your defaults.

It does seem to be connecting to the database, as far as I can tell. The
tables seem to be there.

I’m missing something basic, but after several days I can’t figure out
what. Any thoughts?

Thanks so much!
—
Doc Kinne
American Assoc. of Variable Star Observers


My sogo.conf is here:
{
   /* Database configuration (mysql:// or postgresql://) */
  SOGoProfileURL = mysql://sogo:password@localhost
:3306/sogo/sogo_user_profile;
  OCSFolderInfoURL = mysql://sogo:password@localhost
:3306/sogo/sogo_folder_info;
  OCSSessionsFolderURL = mysql://sogo:password@localhost
:3306/sogo/sogo_sessions_folder;

  /* Mail */
  SOGoDraftsFolderName = Drafts;
  SOGoSentFolderName = Sent;
  SOGoTrashFolderName = Trash;
  SOGoIMAPServer = localhost;
  SOGoSieveServer = sieve://127.0.0.1:4190;
  SOGoSMTPServer = 127.0.0.1;
  SOGoMailDomain = aavso.org;
  SOGoMailingMechanism = smtp;
  SOGoForceExternalLoginWithEmail = NO;
  SOGoMailSpoolPath = /var/spool/sogo;
  SOGoMailMessageCheck = every_5_minutes;
  NGImap4ConnectionStringSeparator = /;

  /* Notifications */
  SOGoAppointmentSendEMailNotifications = YES;
  SOGoACLsSendEMailNotifications = YES;
  SOGoFoldersSendEMailNotifications = YES;

  /* Authentication */
  SOGoPasswordChangeEnabled = YES;

  /* LDAP authentication example */
  //SOGoUserSources = (
  //  {
  type = sql;
  userPasswordAlgorithm = md5;
  viewURL = mysql://sogo:SOGOSaveUs!@50.198.80.204:3306/sogo/sogo_users
;
  //CNFieldName = cn;
  //UIDFieldName = uid;
  //IDFieldName = uid; // first field of the DN for direct binds
  //bindFields = (uid, mail); // array of fields to use for indirect
binds
  //baseDN = ou=users,dc=acme,dc=com;
  //bindDN = uid=sogo,ou=users,dc=acme,dc=com;
  //bindPassword = qwerty;
  canAuthenticate = YES;
  displayName = SOGo Users;
  //hostname = ldap://127.0.0.1:389;
  id = users;
  isAddressBook = YES;
  //  }
  //);



  /* SQL authentication example */
  /*  These database columns MUST be present in the view/table:
   *c_uid - will be used for authentication -  it's the username or
usern...@domain.tld)
   *c_name - which can be identical to c_uid -  will be used to
uniquely identify entries
   *c_password - password of the user, plain-text, md5 or sha encoded
for now
   *c_cn - the user's common name - such as John Doe
   *mail - the user's mail address
   *  See the installation guide for more details
   */
  //SOGoUserSources =
  //  (
  //{
  //  type = sql;
  //  id = directory;
  //  viewURL = mysql://sogo:sogo@127.0.0.1:5432/sogo/sogo_view;
  //  canAuthenticate = YES;
  //  isAddressBook = YES;
  //  userPasswordAlgorithm = md5;
  //}
  //  );

  /* Web Interface */
  SOGoPageTitle = SOGo;
  SOGoVacationEnabled = YES;
  SOGoForwardEnabled = YES;
  //SOGoSieveScriptsEnabled = YES;
  //SOGoMailAuxiliaryUserAccountsEnabled = YES;
  //SOGoTrustProxyAuthentication = NO;

  /* General */
  WOWorkersCount = 3;
  SOGoTrustProxyAuthentication = YES;
  SOGoLanguage = English;
  SOGoTimeZone = America/Montreal;
  SOGoCalendarDefaultRoles = (
PublicDAndTViewer,
ConfidentialDAndTViewer
  );
  SOGoSuperUsernames = (sogo, sogo1, sogo2, admin); // This is an array -
keep the parens!
  SxVMemLimit = 384;
  WOPidFile = /var/run/sogo/sogo.pid;
  SOGoMemcachedHost = /var/run/memcached.sock;

  /* Debug */
  SOGoDebugRequests = YES;
  SoDebugBaseURL = YES;
  ImapDebugEnabled = YES;
  LDAPDebugEnabled = YES;
  PGDebugEnabled = YES;
  MySQL4DebugEnabled = YES;
  SOGoUIxDebugEnabled = YES;
  //WODontZipResponse = YES;
  WOLogFile = /var/log/sogo/sogo.log;
}


My mysql tables are here:

+--+
| Tables_in_sogo   |
+--+
| sogo_folder_info |
| sogo_sessions_folder |
| sogo_user_profile|
| sogo_users   |
+--+
4 rows in set (0.00 sec)

mysql describe sogo_folder_info;
+--+-+--+-+-++
| Field| Type| Null | Key | Default |
Extra  |
+--+-+--+-+-++
| c_folder_id  | bigint(20) unsigned | NO   | UNI | NULL|
auto_increment |
| c_path   | varchar(255)| NO   | PRI | NULL
||
| c_path1  | varchar(255)| NO   | | NULL
||
| c_path2  | varchar(255)| YES  | | NULL
||
| c_path3  | varchar(255)| 

Re: [SOGo] Redirect to sogo.

2015-05-29 Thread Szládovics Péter

2015-05-29 21:09 keltezéssel, John McMonagle írta:


I'm setting up sogo from the debian jessie repository.

As this is the only web service I'd like to redirect

https://nmail.advocap.org to

https://nmail.advocap.org/GOGo

Redirect /webmail https://nmail.advocap.org/SOGo

Works but

Redirect / https://nmail.advocap.org/SOGo

Does not.

Any Suggestions?



What are your redirect rules?
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Redirect to sogo.

2015-05-29 Thread Kai-Uwe Rommel
users-requ...@sogo.nu wrote on 29.05.2015 21:09:42:
 I'm setting up sogo from the debian jessie repository.
 
 As this is the only web service I'd like to redirect
 https://nmail.advocap.org to
 https://nmail.advocap.org/GOGo
 
 Redirect /webmail https://nmail.advocap.org/SOGo
 Works but
 
 Redirect / https://nmail.advocap.org/SOGo
 Does not.
 
 Any Suggestions?

Yes. Instead put a index.html with this content into the root HTML
document directory:

META HTTP-EQUIV=Refresh Content=0; 
URL=https://nmail.advocap.org/SOGo/;;


Kai-Uwe Rommel

kai-uwe.rom...@ars.de
Telefon+Mobil +49 89 32468-120



ARS Computer und Consulting GmbH, http://www.ars.de
Ridlerstrasse 55, 80339 Muenchen, Deutschland

Application Development Services, Business Transformation Services, IT 
Infrastruktur Services
Beratung und Vertrieb zu IBM Software, System x, POWER Systems, Storage
License Management Services, IBM Passport Advantage Lizenzierung

Handelsregister Muenchen, HRB 101829, USt-ID: DE 155 068 909
Geschaeftsfuehrer: Michael Arbesmeier, Kai-Uwe Rommel, Roland Schock, 
Joachim Gucker

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

[SOGo] openchange_provision error

2015-05-29 Thread eben.victor
Hi,

I need some assistance,

When trying to run openchange_provision or openchange_newuser I keep on
receiving below error.
I'm running Samab4.1.18 and Openchange 2.3 on RHEL 6.5

Traceback (most recent call last):
  File /usr/sbin/openchange_newuser, line 30, in module
import openchange.provision as openchange
  File /usr/lib64/python2.6/site-packages/openchange/provision.py, line 27,
in module
from openchange import mailbox
  File /usr/lib64/python2.6/site-packages/openchange/mailbox.py, line 34, in
module
from openchange.migration import MigrationManager
  File /usr/lib64/python2.6/site-packages/openchange/migration/__init__.py,
line 61
self._version = {app: None for app in self.migrations.keys()}
 ^
SyntaxError: invalid syntax

Regards

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