Commit Graph

133 Commits (f4c4f5af6271956de6a9a339d8834b4f2f66ea45)

Author SHA1 Message Date
extrafu a263939d8a Merge pull request #49 from Zentyal/Contrib
Several patches for the OpenChange integration
2014-09-29 09:07:36 -04:00
Ludovic Marcotte 5744d18474 Updated scripts for TB31 2014-09-26 14:15:32 -04:00
Carlos Pérez-Aradros Herce f76a6cfc96 Fix mysql cleanup log message 2014-07-29 18:27:20 +02:00
Kamen Mazdrashki 2b3bc10f78 Scripts/openchange_user_cleanup: Don't hardcode samba private dir, use samba LoadParm()
Signed-off-by: Kamen Mazdrashki <kmazdrashki@zentyal.com>
2014-07-29 18:26:30 +02:00
Ludovic Marcotte 1a1543a380 Updated script to reflect new table names 2014-05-15 14:29:39 -04:00
Francis Lachapelle 96f2552b45 Preparation for release 2.2.0 2014-02-19 21:57:01 -05:00
Francis Lachapelle 29e081ec56 Add more parameters examples to sogo.conf 2014-02-13 12:53:07 -05:00
Jean Raby 9ea880e80b fix backup path 2013-12-11 14:36:28 -05:00
Jean Raby 2fa654fadb sogo.conf: fix typo and add AD/Samba4 example 2013-12-10 15:55:44 -05:00
Ludovic Marcotte 854fed529c Added SOGoMailAuxiliaryUserAccountsEnabled 2013-11-19 09:52:53 -05:00
Jean Raby edca3638ec Fixup backup_dir to use sogo's home directory 2013-10-11 13:41:44 -04:00
Jean Raby df42ab2a46 Run 3 sogod process by default instead on only 1 2013-09-09 10:07:07 -04:00
Jean Raby dceead3997 Fixup sogo spool cleanup cronjob
Add -user sogo to be on the safe side.
Change call to /bin/rmdir by -delete to avoid error messages.
Find would call rmdir and then do an openat() on the deleted directory,
which would obviously fail.

Fixes #2372
2013-09-03 09:59:01 -04:00
Jean Raby 9fd6f75c4e Update crontab for SMTP AUTH credentials 2013-08-28 09:47:10 -04:00
Jean Raby 7eb8b9c2c3 Add SxVMemLimit to sogo.conf 2013-08-02 09:51:41 -04:00
Jean Raby 4cffea43eb French translation of Sync Issues 2013-06-07 15:16:12 -04:00
Jean Raby 3281cea2a2 Add bindFields to the sample configuration file 2013-05-31 15:54:22 -04:00
Francis Lachapelle 2bd8a2935f Change default value of SOGoMailSpoolPath
Set the spool path to /var/spool/sogo and modified the installation
guide to point to the tmpwatch cronjob when changing SOGoMailSpoolPath.
2013-05-09 08:12:27 -04:00
Jean Raby a53c66e8a4 Install openchange_user_cleanup in usr/sbin/
Instead of usr/share/doc/sogo/
2013-04-18 14:35:56 -04:00
Jean Raby 4fb3492ea8 openchange_cleanup.py -> openchange_user_cleanup 2013-04-18 14:28:55 -04:00
Jean Raby 353f40ac3e try to cleanup under INBOX too (altnamespace = no) 2013-04-18 14:15:35 -04:00
Jean Raby 96c831f726 Use separator sent by the imap server, not '/' 2013-04-18 14:11:36 -04:00
Jean Raby 0a08285fac Add note regarding precedence of .GNUstepDefaults 2013-04-11 10:09:02 -04:00
Jean Raby dd9e51fd16 sogo.conf - new example configuration file 2013-04-10 16:16:30 -04:00
Jean Raby b4ebc90dd0 replace subprocess.check_output with Popen magic
check_output isn't available in py 2.6...
2013-03-25 14:12:12 -04:00
Jean Raby 95dc134ca6 Revamped openchange_cleanup.py
This is now usable again.

  - Don't delete password files in mapistoreCleanup()
  - reworked the ldb cleanup and enabled it
  - sql cleanup should now be able to figure out the db info from the config
    regardless of the format used (xml, plist, sogo.conf or GNUstepDefaults)
    (We really need a python plist parser.. the current solution is not elegant)
  - Inform user of missing python packages
2013-03-22 15:13:39 -04:00
Jean Raby 15e082896c Update sogo-tool expire-autoreply syntax in cron 2013-03-12 09:08:19 -04:00
Jean Raby e882dedac9 Update News 2013-03-05 11:01:51 -05:00
Jean Raby 13277bbdb9 c_content TEXT to LONGTEXT for OpenChange tables
Add an script to update existing tables.
Note that if a row already have 65535 char in it,
the data is most likely broken.
2013-03-05 10:47:09 -05:00
Jean Raby 470a53a548 Add example configuration for fail2ban
From Arnd Brandes. (#2229)
2013-02-07 13:00:27 -05:00
Francis Lachapelle 7150ebde6b Update updates.php 2013-01-29 15:03:37 -05:00
Jean Raby e2d2212524 Build the updateLink dynamically from SCRIPT_URI 2012-12-07 12:44:36 -05:00
Francis Lachapelle 4926855f48 Bump version to 2.0.3 2012-12-06 09:39:07 -05:00
Jean Raby 6d61e064a5 Fix typos 2012-11-23 10:26:43 -05:00
Wolfgang Sourdeau 58d6a3c5ea Style 2012-11-08 19:40:44 -05:00
Wolfgang Sourdeau c3c5e464a9 Restored cleanup of IMAP folders created by Outlook 2012-11-08 19:36:32 -05:00
Wolfgang Sourdeau 303eaa3820 Enable the reading of system-wide user defaults 2012-11-08 19:31:23 -05:00
Wolfgang Sourdeau d797868d71 asCSSIdentifier: made conversion faster by using a list 2012-11-08 19:15:00 -05:00
Jean Raby b905f42f47 Encode username when deleting socfs table contents
Using the same encoding as NSString+Utilities asCSSIdentifier
2012-11-02 14:25:26 -04:00
Jean Raby 3c9e11defb openchange_cleanup.py misc fixups
don't import ldb since it is not used (yet)
comment out function that could call ldb
fix imap{host,port} usage
use 'username' instead of sys.argv[1] in pgsql cleanup...
2012-09-27 16:12:55 -04:00
Jean Raby 74cc3b79b7 Scripts/openchange_cleanup.py:
use plistlib to read sogo defaults instead of ugly hack

Monotone-Parent: 1fbe308ad552ffa7e4c43a1a33f14a64aacf1f62
Monotone-Revision: 97e02e31cb9e8ce215a0d0d092e79db5cc210a3c

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-09-10T20:43:58
Monotone-Branch: ca.inverse.sogo
2012-09-10 20:43:58 +00:00
Jean Raby c0921c641b Scripts/openchange_cleanup.py: don't use subprocess.check_output
since it it not available in py2.6
Actually use imapport + imaphost

Monotone-Parent: a223e7453cba5fece9978e8b04d3890c9d290735
Monotone-Revision: 631650bf7e67489a8bf42e8edf637b07f298ec39

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-09-04T18:49:48
Monotone-Branch: ca.inverse.sogo
2012-09-04 18:49:48 +00:00
Jean Raby 77053890e3 Really add Scripts/openchange_cleanup.py
Monotone-Parent: cebb37d367ee5534f83da28bfdd4300b276e285d
Monotone-Revision: 41a8d7f00d570d1b57f907d8292866904cbb140e

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-08-29T12:57:49
Monotone-Branch: ca.inverse.sogo
2012-08-29 12:57:49 +00:00
Francis Lachapelle d37962a08b Updated guides for 1.3.18
Monotone-Parent: f1882bcb770dc06a864552a193dba1c427913841
Monotone-Revision: 1197c3bf706bd47a4ccf0590095edac350720500

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-28T16:03:02
2012-08-28 16:03:02 +00:00
Ludovic Marcotte 8d4fa04746 Added fix for bug #1455
Monotone-Parent: 95a335681530001430a12707d05dbed7839214fb
Monotone-Revision: 74e79fa391e19c2111663aba07a783fd4cdd19bd

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-07-23T13:50:14
2012-07-23 13:50:14 +00:00
Jean Raby c88d86ec95 * Scripts/sql-update-1.3.16_to_1.3.17-mysql.sh
* Scripts/sql-update-1.3.16_to_1.3.17.sh:
  New scripts to expand c_cycleinfo to mediumtext or varchar(1000000)
  The field was expanded around 1.3.3.
  See http://www.sogo.nu/bugs/view.php?id=1848

Monotone-Parent: 1bcd208d669189aec549aa4351b9d92a29c6d9b9
Monotone-Revision: f489c387ef5efde7f9beee4a9b97ecf85275ffb2

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-18T15:30:38
2012-07-18 15:30:38 +00:00
Jean Raby 6aed6c5ed0 * debian*/rules: Restart sogod after pkg upgrade (dh_installinit -R)
* Scripts/sogo-init.d-*: add support for conditional restart.
    Patch from Romain Le Disez
  * sogo.spec: Restart sogod during post installation if it was already running

Monotone-Parent: 7fa995267c41300aff7187361273b7fe03da3809
Monotone-Revision: a7e3713b79d3ec5043152d79550eec23b2ff854f

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-05-24T18:09:47
2012-05-24 18:09:47 +00:00
Jean Raby e034585c2b * Added a new tool: 'sogo-tool expire-sessions'
Along with the associated new cronjob, this allows
         user sessions expiration without a custom script.

       * While there, sort tools in sogo-tool output

Monotone-Parent: 73baf2c24acbb1fb98296fc8ab448b3b3c5ba7a7
Monotone-Revision: 858274c7be3ad2a6383c2f85c8ad10907bb43292

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-04-04T20:14:52
2012-04-04 20:14:52 +00:00
Francis Lachapelle df3676ed71 Monotone-Parent: 1a5084ea5db1351b0b2a65c92046fb196a2c9d41
Monotone-Revision: b17a7a4c24c0ba780716921107d7401a2b21049e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-30T03:58:26
2012-03-30 03:58:26 +00:00
Jean Raby ba5620dcbe remove trace mode..
Monotone-Parent: 9b4f8dfa7d81baff6182aba88435fa5f8ab6ac38
Monotone-Revision: 0bc15679c599b0a07a83838c4039891a9fb7a8bb

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-03-19T15:30:40
Monotone-Branch: ca.inverse.sogo
2012-03-19 15:30:40 +00:00